summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSabri Ünal <libreajans@gmail.com>2020-04-12 18:55:04 +0300
committerSabri Ünal <libreajans@gmail.com>2020-04-12 18:55:04 +0300
commit32c61f7eb60012aaa81f0569bd9ecc9535a4c5e2 (patch)
treed43dc63e239dc65c694b3c036a102f20d4686645
parent1fad10f8978678aaf47ac34670833434a1926931 (diff)
downloadeog-32c61f7eb60012aaa81f0569bd9ecc9535a4c5e2.tar.gz
eog-application.c: Add new shortcut for zoom-normal action
It's very common to use Ctrl+KP_0 shortcut for zoom normal action. This patch adds Ctrl+KP_0 shortcut for it.
-rw-r--r--src/eog-application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eog-application.c b/src/eog-application.c
index a1227ea7..a464e4e4 100644
--- a/src/eog-application.c
+++ b/src/eog-application.c
@@ -226,7 +226,7 @@ eog_application_init_accelerators (GtkApplication *application)
"<Ctrl>plus", NULL,
"win.zoom-out", "<Ctrl>minus",
"<Ctrl>KP_Subtract", NULL,
- "win.zoom-normal", "<Ctrl>0", NULL,
+ "win.zoom-normal", "<Ctrl>0", "<Ctrl>KP_0", NULL,
"win.view-gallery", "<Ctrl>F9", NULL,
"win.view-sidebar", "F9", NULL,