From b5851b5e9d41f3aee289d5d7670f723899edd231 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Tue, 15 Feb 2022 17:51:06 +0200
Subject: [PATCH 1/1] Reordered bindings
src/ui/keys.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ui/keys.c b/src/ui/keys.c
index c53f885c..26a286bc 100644
--- a/src/ui/keys.c
+++ b/src/ui/keys.c
@@ -215,6 +215,8 @@ static const struct { int id; iMenuItem bind; int flags; } defaultBindings_[] =
{ 50, { "${keys.bookmark.add}", 'd', KMOD_PRIMARY, "bookmark.add" }, 0 },
{ 51, { "${keys.bookmark.addfolder}", 'n', KMOD_SHIFT, "bookmarks.addfolder" }, 0 },
{ 55, { "${keys.subscribe}", subscribeToPage_KeyModifier, "feeds.subscribe" }, 0 },
{ 60, { "${keys.findtext}", 'f', KMOD_PRIMARY, "focus.set id:find.input" }, 0 },
{ 70, { "${keys.zoom.in}", SDLK_EQUALS, KMOD_PRIMARY, "zoom.delta arg:10" }, 0 },
{ 71, { "${keys.zoom.out}", SDLK_MINUS, KMOD_PRIMARY, "zoom.delta arg:-10" }, 0 },
@@ -242,8 +244,6 @@ static const struct { int id; iMenuItem bind; int flags; } defaultBindings_[] =
{ 120,{ "${keys.upload}", SDLK_u, KMOD_PRIMARY, "document.upload" }, 0 },
{ 121,{ "${keys.upload.edit}", SDLK_e, KMOD_PRIMARY, "document.upload copy:1" }, 0 },
{ 130,{ "${keys.input.precedingline}", SDLK_v, KMOD_PRIMARY | KMOD_SHIFT, "input.precedingline" }, 0 },
/* The following cannot currently be changed (built-in duplicates). */
#if defined (iPlatformApple)
{ 1002, { NULL, SDLK_LEFTBRACKET, KMOD_PRIMARY, "navigate.back" }, 0 },
--
2.25.1
text/plain
This content has been proxied by September (3851b).