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