diff options
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"> |