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

More keycodes

This commit is contained in:
Brian Fiete 2022-11-16 13:56:32 -08:00
parent 2428fe8e57
commit a49d8399ce

View file

@ -22,6 +22,7 @@ namespace Beefy.widgets
Menu = 0x12,
Pause = 0x13,
Capital = 0x14,
CapsLock = 0x14,
Kana = 0x15,
Hangul = 0x15,
Junja = 0x17,
@ -46,6 +47,7 @@ namespace Beefy.widgets
Print = 0x2A,
Execute = 0x2B,
Snapshot = 0x2C,
PrintScreen = 0x2C,
Insert = 0x2D,
Delete = 0x2E,
Help = 0x2F,
@ -82,6 +84,12 @@ namespace Beefy.widgets
F12 = 0x7B,
Numlock = 0x90,
Scroll = 0x91,
LShift = 0xA0,
RShift = 0xA1,
LCtrl = 0xA2,
RCtrl = 0xA3,
LAlt = 0xA4,
LMenu = 0xA4,
RAlt = 0xA5,
RMenu = 0xA5,
Semicolon = 0xBA,