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

@ -1173,6 +1173,11 @@
</div> </div>
</div> </div>
<div class="spacer-fixed"></div> <div class="spacer-fixed"></div>
<div class="key small" data-code="ContextMenu">
<div class="label"><br>Menu
</div>
</div>
<div class="spacer-fixed"></div>
<div class="modifier wide-1 right small" data-code="ControlRight"> <div class="modifier wide-1 right small" data-code="ControlRight">
<div class="label"><b>&bull;</b><br>Ctrl <div class="label"><b>&bull;</b><br>Ctrl
</div> </div>
@ -1791,6 +1796,11 @@
</div> </div>
</div> </div>
<div class="spacer"></div> <div class="spacer"></div>
<div class="key small" data-code="ContextMenu">
<div class="label"><br>Menu
</div>
</div>
<div class="spacer"></div>
<div class="modifier right small" data-code="ShiftRight"> <div class="modifier right small" data-code="ShiftRight">
<div class="label"><b>&bull;</b><br>Shift <div class="label"><b>&bull;</b><br>Shift
</div> </div>

View File

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