summaryrefslogtreecommitdiff
path: root/src/ui/keys.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keys.c')
-rw-r--r--src/ui/keys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/keys.c b/src/ui/keys.c
index a4e5c6fc..10855b8d 100644
--- a/src/ui/keys.c
+++ b/src/ui/keys.c
@@ -84,6 +84,7 @@ static const struct { int id; iMenuItem bind; int flags; } defaultBindings_[] =
84 { 72, { "Reset zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, 0 }, 84 { 72, { "Reset zoom", SDLK_0, KMOD_PRIMARY, "zoom.set arg:100" }, 0 },
85 { 80, { "Previous tab", prevTab_KeyShortcut, "tabs.prev" }, 0 }, 85 { 80, { "Previous tab", prevTab_KeyShortcut, "tabs.prev" }, 0 },
86 { 81, { "Next tab", nextTab_KeyShortcut, "tabs.next" }, 0 }, 86 { 81, { "Next tab", nextTab_KeyShortcut, "tabs.next" }, 0 },
87 { 100,{ "Toggle show URL on hover", '/', KMOD_PRIMARY, "prefs.hoverlink.toggle" }, 0 },
87 /* The following cannot currently be changed (built-in duplicates). */ 88 /* The following cannot currently be changed (built-in duplicates). */
88 { 1000, { NULL, SDLK_SPACE, KMOD_SHIFT, "scroll.page arg:-1" }, argRepeat_BindFlag }, 89 { 1000, { NULL, SDLK_SPACE, KMOD_SHIFT, "scroll.page arg:-1" }, argRepeat_BindFlag },
89 { 1001, { NULL, SDLK_SPACE, 0, "scroll.page arg:1" }, argRepeat_BindFlag }, 90 { 1001, { NULL, SDLK_SPACE, 0, "scroll.page arg:1" }, argRepeat_BindFlag },