summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 599044aa..9c1b9bbe 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -74,6 +74,9 @@ static const iMenuItem navMenuItems[] = {
74 { "Copy Source Text", SDLK_c, KMOD_PRIMARY, "copy" }, 74 { "Copy Source Text", SDLK_c, KMOD_PRIMARY, "copy" },
75 { "---", 0, 0, NULL }, 75 { "---", 0, 0, NULL },
76 { "Toggle Sidebar", SDLK_s, KMOD_PRIMARY | KMOD_ALT, "sidebar.toggle" }, 76 { "Toggle Sidebar", SDLK_s, KMOD_PRIMARY | KMOD_ALT, "sidebar.toggle" },
77 { "Zoom In", SDLK_EQUALS, KMOD_PRIMARY, "zoom.delta arg:10" },
78 { "Zoom Out", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" },
79 { "Reset Zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" },
77 { "---", 0, 0, NULL }, 80 { "---", 0, 0, NULL },
78 { "Preferences...", SDLK_COMMA, KMOD_PRIMARY, "preferences" }, 81 { "Preferences...", SDLK_COMMA, KMOD_PRIMARY, "preferences" },
79 { "---", 0, 0, NULL }, 82 { "---", 0, 0, NULL },