mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
More keycodes
This commit is contained in:
parent
2428fe8e57
commit
a49d8399ce
1 changed files with 8 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace Beefy.widgets
|
||||||
Menu = 0x12,
|
Menu = 0x12,
|
||||||
Pause = 0x13,
|
Pause = 0x13,
|
||||||
Capital = 0x14,
|
Capital = 0x14,
|
||||||
|
CapsLock = 0x14,
|
||||||
Kana = 0x15,
|
Kana = 0x15,
|
||||||
Hangul = 0x15,
|
Hangul = 0x15,
|
||||||
Junja = 0x17,
|
Junja = 0x17,
|
||||||
|
@ -46,6 +47,7 @@ namespace Beefy.widgets
|
||||||
Print = 0x2A,
|
Print = 0x2A,
|
||||||
Execute = 0x2B,
|
Execute = 0x2B,
|
||||||
Snapshot = 0x2C,
|
Snapshot = 0x2C,
|
||||||
|
PrintScreen = 0x2C,
|
||||||
Insert = 0x2D,
|
Insert = 0x2D,
|
||||||
Delete = 0x2E,
|
Delete = 0x2E,
|
||||||
Help = 0x2F,
|
Help = 0x2F,
|
||||||
|
@ -82,6 +84,12 @@ namespace Beefy.widgets
|
||||||
F12 = 0x7B,
|
F12 = 0x7B,
|
||||||
Numlock = 0x90,
|
Numlock = 0x90,
|
||||||
Scroll = 0x91,
|
Scroll = 0x91,
|
||||||
|
LShift = 0xA0,
|
||||||
|
RShift = 0xA1,
|
||||||
|
LCtrl = 0xA2,
|
||||||
|
RCtrl = 0xA3,
|
||||||
|
LAlt = 0xA4,
|
||||||
|
LMenu = 0xA4,
|
||||||
RAlt = 0xA5,
|
RAlt = 0xA5,
|
||||||
RMenu = 0xA5,
|
RMenu = 0xA5,
|
||||||
Semicolon = 0xBA,
|
Semicolon = 0xBA,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue