diff options
author | Devaev Maxim <[email protected]> | 2018-07-26 02:26:31 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-26 11:23:52 +0300 |
commit | bb180b6bf8d7579035789f7df1fab86a3b1d3684 (patch) | |
tree | 14aede7432dbd75e12920229586c14effc237f35 /kvmd/web/index.html | |
parent | 940fe28a9f717236a24f18930d14ff2804155480 (diff) |
hold modifiers on mouse click
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index db1d5e06..0846673f 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -245,7 +245,7 @@ <div id="Enter" class="key wide-3 right small"><p>Enter<br>↵</p></div> </div> <div class="keyboard-row"> - <div id="ShiftLeft" class="key wide-4 left small"><p>Shift</p></div> + <div id="ShiftLeft" class="modifier wide-4 left small"><p><b>•</b><br>Shift</p></div> <div id="KeyZ" class="key single"><p>Z</p></div> <div id="KeyX" class="key single"><p>X</p></div> <div id="KeyC" class="key single"><p>C</p></div> @@ -256,16 +256,16 @@ <div id="Comma" class="key"><p><<br>,</p></div> <div id="Period" class="key"><p>><br>.</p></div> <div id="Slash" class="key"><p>?<br>/</p></div> - <div id="ShiftRight" class="key wide-4 right small"><p>Shift</p></div> + <div id="ShiftRight" class="modifier wide-4 right small"><p><b>•</b><br>Shift</p></div> </div> <div class="keyboard-row"> - <div id="ControlLeft" class="key wide-1 left small"><p>Ctrl</p></div> - <div id="MetaLeft" class="key wide-1 left small"><p>Win</p></div> - <div id="AltLeft" class="key wide-1 left small"><p>Alt</p></div> + <div id="ControlLeft" class="modifier wide-1 left small"><p><b>•</b><br>Ctrl</p></div> + <div id="MetaLeft" class="modifier wide-1 left small"><p><b>•</b><br>Win</p></div> + <div id="AltLeft" class="modifier wide-1 left small"><p><b>•</b><br>Alt</p></div> <div id="Space" class="key wide-5"></div> - <div id="AltRight" class="key wide-1 right small"><p>Alt</p></div> - <div id="MetaRight" class="key wide-1 right small"><p>Win</p></div> - <div id="ControlRight" class="key wide-1 right small"><p>Ctrl</p></div> + <div id="AltRight" class="modifier wide-1 right small"><p><b>•</b><br>Alt</p></div> + <div id="MetaRight" class="modifier wide-1 right small"><p><b>•</b><br>Win</p></div> + <div id="ControlRight" class="modifier wide-1 right small"><p><b>•</b><br>Ctrl</p></div> </div> </div> <div class="keyboard-block"> |