diff options
author | Maxim Devaev <[email protected]> | 2023-08-18 03:57:02 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-08-18 03:57:02 +0300 |
commit | 315a07173bd617018e1b2f8c29e9b966502c0c78 (patch) | |
tree | f273aa6156441962ceeab9c1bfd68706ef42af53 /web/kvm/index.html | |
parent | d91bcdce25d42e915085da680af1f9497e4918a8 (diff) |
pikvm/pikvm#1090: web: added print screen shortcut
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index e2b072db..8374b5d9 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -702,7 +702,7 @@ </div> </li> <li class="right" id="shortcuts-dropdown"><a class="menu-button" href="#">Shortcuts</a> - <div class="menu"> + <div class="menu" id="shortcuts-menu"> <div class="text"><b>Quick keyboard shortcuts<br></b><sub>Also see <i>System → Show keyboard</i></sub></div> <hr> <div class="buttons"> @@ -730,12 +730,15 @@ <hr> <div class="buttons-row"> <button class="row50" data-force-hide-menu data-shortcut="ControlLeft AltLeft F1">• Ctrl+Alt+F1</button> + <button class="row50" data-force-hide-menu data-shortcut="MetaLeft KeyL">• Win+L</button> + </div> + <div class="buttons-row"> <button class="row50" data-force-hide-menu data-shortcut="ControlLeft AltLeft F2">• Ctrl+Alt+F2</button> + <button class="row50" data-force-hide-menu data-shortcut="PrintScreen">• Print Screen</button> </div> <hr> <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> + <button data-force-hide-menu data-shortcut="ControlLeft AltLeft Delete">• Ctrl+Alt+Del</button> </div> </div> <hr> |