shortcut for ctrl+w

This commit is contained in:
Devaev Maxim 2018-07-28 02:05:45 +03:00
parent 1b6cbc6c59
commit df7f24e7ca

View File

@ -180,6 +180,7 @@
<div class="ctl-dropdown-content" style="display:none"> <div class="ctl-dropdown-content" style="display:none">
<button onclick="hid.emitShortcut('ControlLeft', 'AltLeft', 'Delete');">&bull; Ctrl+Alt+Del</button> <button onclick="hid.emitShortcut('ControlLeft', 'AltLeft', 'Delete');">&bull; Ctrl+Alt+Del</button>
<hr> <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('ControlLeft', 'Escape');">&bull; Ctrl+Esc</button>
<button onclick="hid.emitShortcut('AltLeft', 'Tab');">&bull; Alt+Tab</button> <button onclick="hid.emitShortcut('AltLeft', 'Tab');">&bull; Alt+Tab</button>
<button onclick="hid.emitShortcut('AltLeft', 'Escape');">&bull; Alt+Escape</button> <button onclick="hid.emitShortcut('AltLeft', 'Escape');">&bull; Alt+Escape</button>