JS keymap: because of firefox send different eventname

This commit is contained in:
Petr Kracik 2020-05-25 10:15:16 +02:00
parent bd776abe91
commit ef225cbbb4

View File

@ -122,6 +122,10 @@ jskeycodes = {
'KEY_MOD_LMETA': 'MetaLeft',
'KEY_MOD_RMETA': 'MetaRight',
# Because firefox must sending different
'KEY_MOD_LMETA': 'OSLeft',
'KEY_MOD_RMETA': 'OSRight',
'KEY_COMPOSE': 'ContextMenu',
}