Skip to content

Commit

Permalink
Add shortcuts for Continuous and Dual modes
Browse files Browse the repository at this point in the history
The "Continuous" and "Dual" menu entries are among the few that do not have a shortcut.
This patch adds the shortcut 'c' to toggle the Continuous mode, and the sortcut 'd' to toggle the Dual mode.
Together with the existing shortcuts 'f' and 'w', they allow to quickly change between different layouts.

https://bugzilla.gnome.org/show_bug.cgi?id=670964
  • Loading branch information
boisjaune authored and Carlos Garcia Campos committed Apr 12, 2015
1 parent d37358b commit 11d85da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/ev-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,8 @@ ev_application_startup (GApplication *gapplication)
"win.show-side-pane", "F9", NULL,
"win.fullscreen", "F11", NULL,
"win.presentation", "F5", NULL,
"win.continuous", "c", NULL,
"win.dual-page", "d", NULL,
"win.rotate-left", "<Ctrl>Left", NULL,
"win.rotate-right", "<Ctrl>Right", NULL,
"win.inverted-colors", "<Ctrl>I", NULL,
Expand Down

0 comments on commit 11d85da

Please sign in to comment.