diff options
author | Maxim Devaev <[email protected]> | 2023-08-18 02:39:07 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-18 02:39:07 +0300 |
commit | c41e2fa5996d8736f511fec1281833d07ffd82e6 (patch) | |
tree | 0fbbd7c676115f74034b34b95bdd2ca5d3c44822 /web/kvm/index.html | |
parent | 5e0eecb67a635494cd36c6049c4dba953776b612 (diff) |
pikvm/pikvm#1090: web: added win+l hotkey
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index d1195bf6..e2b072db 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -733,7 +733,10 @@ <button class="row50" data-force-hide-menu data-shortcut="ControlLeft AltLeft F2">• Ctrl+Alt+F2</button> </div> <hr> - <button data-force-hide-menu data-shortcut="ControlLeft AltLeft Delete">• Ctrl+Alt+Del</button> + <div class="buttons-row"> + <button class="row50" data-force-hide-menu data-shortcut="ControlLeft AltLeft Delete">• Ctrl+Alt+Del</button> + <button class="row50" data-force-hide-menu data-shortcut="MetaLeft KeyL">• Win+L</button> + </div> </div> <hr> <div class="text"> |