mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 18:11:54 +08:00
Fixed pikvm/pikvm#879: Added ContextMenu key
This commit is contained in:
@@ -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") ←
|
||||
|
||||
Reference in New Issue
Block a user