1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-28 04:28:01 +02:00

Fix AltGr triggering keyboard shortcuts.

This commit is contained in:
fusion 2021-07-06 23:52:16 +02:00
parent 46cc3d088b
commit 93cef5fe9b
5 changed files with 37 additions and 5 deletions

View file

@ -82,6 +82,8 @@ namespace Beefy.widgets
F12 = 0x7B,
Numlock = 0x90,
Scroll = 0x91,
RAlt = 0xA5,
RMenu = 0xA5,
Semicolon = 0xBA,
Equals = 0xBB,
Comma = 0xBC,