diff options
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index eaa53bd7..a29ac391 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -180,6 +180,7 @@ <div class="ctl-dropdown-content" style="display:none"> <button onclick="hid.emitShortcut('ControlLeft', 'AltLeft', 'Delete');">• Ctrl+Alt+Del</button> <hr> + <button onclick="hid.emitShortcut('ControlLeft', 'KeyW');">• Ctrl+W</button> <button onclick="hid.emitShortcut('ControlLeft', 'Escape');">• Ctrl+Esc</button> <button onclick="hid.emitShortcut('AltLeft', 'Tab');">• Alt+Tab</button> <button onclick="hid.emitShortcut('AltLeft', 'Escape');">• Alt+Escape</button> |