Skip to content

Commit

Permalink
Fixed pikvm/pikvm#888: Added Ctrl+Alt+F1/2 shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Dec 2, 2022
1 parent 3ae671e commit 94b7c99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/kvm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,11 @@
<button class="row50" data-force-hide-menu data-shortcut="AltLeft F4">&bull; Alt+F4</button>
</div>
<hr>
<div class="buttons-row">
<button class="row50" data-force-hide-menu data-shortcut="ControlLeft AltLeft F1">&bull; Ctrl+Alt+F1</button>
<button class="row50" data-force-hide-menu data-shortcut="ControlLeft AltLeft F2">&bull; Ctrl+Alt+F2</button>
</div>
<hr>
<button data-force-hide-menu data-shortcut="ControlLeft AltLeft Delete">&bull; Ctrl+Alt+Del</button>
</div>
<hr>
Expand Down
4 changes: 4 additions & 0 deletions web/kvm/navbar-shortcuts.pug
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ li(id="shortcuts-dropdown" class="right")
button(data-force-hide-menu data-shortcut="MetaLeft Space" class="row50") &bull; Win+Space
button(data-force-hide-menu data-shortcut="AltLeft F4" class="row50") &bull; Alt+F4
hr
div(class="buttons-row")
button(data-force-hide-menu data-shortcut="ControlLeft AltLeft F1" class="row50") &bull; Ctrl+Alt+F1
button(data-force-hide-menu data-shortcut="ControlLeft AltLeft F2" class="row50") &bull; Ctrl+Alt+F2
hr
button(data-force-hide-menu data-shortcut="ControlLeft AltLeft Delete") &bull; Ctrl+Alt+Del
hr
div(class="text")
Expand Down

0 comments on commit 94b7c99

Please sign in to comment.