Merge pull request #131 from elvis-epx/kcapp

Add KC_APP ("Win menu") key
This commit is contained in:
Josh Klar
2019-05-30 20:38:38 -07:00
committed by GitHub

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'))