summaryrefslogtreecommitdiff
path: root/kvmd/web/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-08-08 08:38:47 +0300
committerDevaev Maxim <[email protected]>2018-08-08 08:38:54 +0300
commit3551ebd9a17cf150d95555ba3ff234910e28a427 (patch)
tree0e097d880cd295f994d1d3a5ccf35ddec65df945 /kvmd/web/index.html
parentd9d433025c70621de888bd5dcf3b23b5c29790b3 (diff)
paste-as-keys
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r--kvmd/web/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html
index 9d87e392..0473bd4d 100644
--- a/kvmd/web/index.html
+++ b/kvmd/web/index.html
@@ -189,9 +189,12 @@
<li class="ctl-right-actions">
<div class="ctl-dropdown">
<a class="ctl-item" href="#">
+ <img data-dont-hide-menu id="pak-led" class="led-off" src="svg/gear-led.svg" />
Shortcuts &#8628;
</a>
<div class="ctl-dropdown-content">
+ <button disabled id="pak-button">&bull; Paste-as-Keys <sup><i>ascii-only</i></sup></button>
+ <hr>
<button onclick="hid.emitShortcut('ControlLeft', 'AltLeft', 'Delete');">&bull; Ctrl+Alt+Del</button>
<hr>
<button onclick="hid.emitShortcut('ControlLeft', 'KeyW');">&bull; Ctrl+W</button>