mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
HID: add MENU key to generic keymap
This commit is contained in:
parent
4a96bf641a
commit
ba76631379
1 changed files with 1 additions and 0 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue