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
commit e332804dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,6 +561,7 @@ gc.collect()
# International # International
make_key(code=50, names=('NONUS_HASH', 'NUHS')) make_key(code=50, names=('NONUS_HASH', 'NUHS'))
make_key(code=100, names=('NONUS_BSLASH', 'NUBS')) 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=135, names=('INT1', 'RO'))
make_key(code=136, names=('INT2', 'KANA')) make_key(code=136, names=('INT2', 'KANA'))