Add KC_APP ("Win menu") key

This commit is contained in:
Elvis Pfutzenreuter 2019-05-31 00:33:49 -03:00
parent fa0421c5b9
commit dabed0061d

View File

@ -561,6 +561,7 @@ gc.collect()
# International
make_key(code=50, names=('NONUS_HASH', 'NUHS'))
make_key(code=100, names=('NONUS_BSLASH', 'NUBS'))
make_key(code=101, names=('APP', 'APPLICATION', 'SEL', 'WINMENU'))
make_key(code=135, names=('INT1', 'RO'))
make_key(code=136, names=('INT2', 'KANA'))