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 98a28825..6d68cc57 100644
--- a/src/ui/keys.c
+++ b/src/ui/keys.c
@@ -69,6 +69,7 @@ static void bindDefaults_(void) {
69 bindLabel_Keys(31, "navigate.forward", navigateForward_KeyShortcut, "Go forward"); 69 bindLabel_Keys(31, "navigate.forward", navigateForward_KeyShortcut, "Go forward");
70 bindLabel_Keys(32, "navigate.parent", navigateParent_KeyShortcut, "Go to parent directory"); 70 bindLabel_Keys(32, "navigate.parent", navigateParent_KeyShortcut, "Go to parent directory");
71 bindLabel_Keys(33, "navigate.root", navigateRoot_KeyShortcut, "Go to site root"); 71 bindLabel_Keys(33, "navigate.root", navigateRoot_KeyShortcut, "Go to site root");
72 bindLabel_Keys(40, "document.linkkeys", 'f', 0, "Open link via keyboard");
72 /* The following cannot currently be changed (built-in duplicates). */ 73 /* The following cannot currently be changed (built-in duplicates). */
73 bind_Keys(1000, "scroll.page arg:-1", SDLK_SPACE, KMOD_SHIFT); 74 bind_Keys(1000, "scroll.page arg:-1", SDLK_SPACE, KMOD_SHIFT);
74 bind_Keys(1001, "scroll.page arg:1", SDLK_SPACE, 0); 75 bind_Keys(1001, "scroll.page arg:1", SDLK_SPACE, 0);