Show the "MENU" key

https://en.wikipedia.org/wiki/Menu_key
This commit is contained in:
Thomas Bernard
2018-09-16 21:59:43 +02:00
parent 5370670b10
commit de5877f54a
3 changed files with 66 additions and 61 deletions

View File

@@ -16,7 +16,7 @@ keys = ['UNKNOWN',
'EQUALS', 'MINUS', 'PERIOD',
'CAPSLOCK', 'CLEAR', 'SPACE', 'PAUSE',
'LSHIFT', 'RSHIFT', 'LCTRL', 'RCTRL',
'LALT', 'RALT']
'LALT', 'RALT', 'MENU']
win32vk = {
'BACKSPACE': 'BACK',
@@ -40,6 +40,7 @@ win32vk = {
'RCTRL': 'RCONTROL',
'LALT': 'LMENU',
'RALT': 'RMENU',
'MENU': 'APPS',
}
x11xk = {