From ba76631379576c2538c5778be59221003c99c2fc Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Thu, 15 Aug 2019 17:27:21 +0200 Subject: [PATCH] HID: add MENU key to generic keymap --- modules/hid/keymaps.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hid/keymaps.go b/modules/hid/keymaps.go index 40f76016..6d5abc8f 100644 --- a/modules/hid/keymaps.go +++ b/modules/hid/keymaps.go @@ -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{