diff options
author | Devaev Maxim <[email protected]> | 2018-08-08 08:38:47 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-08 08:38:54 +0300 |
commit | 3551ebd9a17cf150d95555ba3ff234910e28a427 (patch) | |
tree | 0e097d880cd295f994d1d3a5ccf35ddec65df945 /kvmd/web/index.html | |
parent | d9d433025c70621de888bd5dcf3b23b5c29790b3 (diff) |
paste-as-keys
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 3 |
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 ↴ </a> <div class="ctl-dropdown-content"> + <button disabled id="pak-button">• Paste-as-Keys <sup><i>ascii-only</i></sup></button> + <hr> <button onclick="hid.emitShortcut('ControlLeft', 'AltLeft', 'Delete');">• Ctrl+Alt+Del</button> <hr> <button onclick="hid.emitShortcut('ControlLeft', 'KeyW');">• Ctrl+W</button> |