From 1bbd40fbd50a32e28b26be33ad365beeed88d503 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:35:16 +0200 Subject: [PATCH] Emojis Popup --- app/Input/InputDispatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Input/InputDispatcher.cs b/app/Input/InputDispatcher.cs index 404c0170..7f4225ab 100644 --- a/app/Input/InputDispatcher.cs +++ b/app/Input/InputDispatcher.cs @@ -780,7 +780,7 @@ namespace GHelper.Input case 53: // Fn+F6 on GA-502DU model NativeMethods.TurnOffScreen(); return; - case 900: // Fn+F8 emojis popup + case 126: // Fn+F8 emojis popup KeyboardHook.KeyKeyPress(Keys.LWin, Keys.OemSemicolon); return;