Fixed pikvm/pikvm#879: Added ContextMenu key

This commit is contained in:
Maxim Devaev
2022-11-22 19:39:14 +03:00
parent fecf6a4663
commit edc370168c
2 changed files with 12 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ div(id="keyboard-window" class="window")
+key(2, "Space", "wide-4")
+modifier(2, "AltRight", "wide-1 right small") Alt
+modifier(2, "MetaRight", "wide-1 right small") Win
+key(2, "ContextMenu", "small") #[br]Menu
+modifier(0, "ControlRight", "wide-1 right small") Ctrl
div(class="keypad-block")
div(class="keypad-row")
@@ -209,6 +210,7 @@ div(id="keyboard-window" class="window")
+key(1, "Space", "", 190)
+modifier(1, "AltRight", "right small") Alt
+modifier(1, "MetaRight", "right small") Win
+key(1, "ContextMenu", "small") #[br]Menu
+modifier(1, "ShiftRight", "right small") Shift
+modifier(1, "ControlRight", "right small") Ctrl
+key(2, "ArrowLeft") ←