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

AllowDuplicatesAttribute

This commit is contained in:
Brian Fiete 2019-12-25 16:38:17 -08:00
parent 2618b29daa
commit 8808da307f
13 changed files with 39 additions and 2 deletions

View file

@ -18,14 +18,17 @@ namespace Beefy.widgets
Shift = 0x10,
Control = 0x11,
Alt = 0x12,
#unwarn
Menu = 0x12,
Pause = 0x13,
Capital = 0x14,
Kana = 0x15,
#unwarn
Hangul = 0x15,
Junja = 0x17,
Final = 0x18,
Hanja = 0x19,
#unwarn
Kanji = 0x19,
Escape = 0x1B,
Convert = 0x1C,