summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-28 02:05:45 +0300
committerDevaev Maxim <[email protected]>2018-07-28 02:05:45 +0300
commitdf7f24e7ca2ea28822dff5344d42d3b8f6803869 (patch)
tree5cca16055d6af763d9bd34aab2c396f96ab3f6a0
parent1b6cbc6c59577d15f1173adddd34da51c095579f (diff)
shortcut for ctrl+w
-rw-r--r--kvmd/web/index.html1
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');">&bull; Ctrl+Alt+Del</button>
<hr>
+ <button onclick="hid.emitShortcut('ControlLeft', 'KeyW');">&bull; Ctrl+W</button>
<button onclick="hid.emitShortcut('ControlLeft', 'Escape');">&bull; Ctrl+Esc</button>
<button onclick="hid.emitShortcut('AltLeft', 'Tab');">&bull; Alt+Tab</button>
<button onclick="hid.emitShortcut('AltLeft', 'Escape');">&bull; Alt+Escape</button>