diff options
author | Devaev Maxim <[email protected]> | 2018-07-28 02:05:45 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-28 02:05:45 +0300 |
commit | df7f24e7ca2ea28822dff5344d42d3b8f6803869 (patch) | |
tree | 5cca16055d6af763d9bd34aab2c396f96ab3f6a0 /kvmd/web/index.html | |
parent | 1b6cbc6c59577d15f1173adddd34da51c095579f (diff) |
shortcut for ctrl+w
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> |