Emoji popup

This commit is contained in:
Serge
2024-08-10 12:23:01 +02:00
parent c64bc4599e
commit 3fd1869d3f

View File

@@ -780,6 +780,9 @@ namespace GHelper.Input
case 53: // Fn+F6 on GA-502DU model
NativeMethods.TurnOffScreen();
return;
case 900: // Fn+F8 emojis popup
KeyboardHook.KeyKeyPress(Keys.LWin, Keys.OemSemicolon);
return;
}