Emojis Popup

This commit is contained in:
Serge
2024-08-10 12:35:16 +02:00
parent 3fd1869d3f
commit 1bbd40fbd5

View File

@@ -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;