HID: add MENU key to generic keymap

This commit is contained in:
Georg Lukas 2019-08-15 17:27:21 +02:00
commit ba76631379

View file

@ -43,6 +43,7 @@ var BaseMap = KeyMap{
"LEFT": Command{HID: 80},
"DOWN": Command{HID: 81},
"UP": Command{HID: 82},
"MENU": Command{HID: 101},
}
var KeyMaps = map[string]KeyMap{