Skip to content

Commit

Permalink
ui: Add key shortcut for fullscreen
Browse files Browse the repository at this point in the history
CTRL+PGDN is a fairly unused key combination and it's fairly close to
the existing CTRL+END shortcut.
  • Loading branch information
Sophira committed Jan 22, 2024
1 parent 2a49ece commit 497e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arculator.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<object class="wxMenu">
<label>Video</label>
<object class="wxMenuItem" name="IDM_VIDEO_FULLSCR">
<label>_Fullscreen</label>
<label>_Fullscreen\tCTRL+PGDN</label>
</object>
<object class="wxMenu">
<label>_Border size</label>
Expand Down

0 comments on commit 497e326

Please sign in to comment.