From 4083bcc2e39ee6a00e6342f7dca72e52f660e2c0 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 27 Mar 2021 07:40:33 +0200 Subject: Built-in hot key binding for Refresh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This shouldn't override F5/⌘R in menus. IssueID #223 --- src/ui/keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/keys.c b/src/ui/keys.c index beb5f386..456ca928 100644 --- a/src/ui/keys.c +++ b/src/ui/keys.c @@ -236,7 +236,7 @@ static const struct { int id; iMenuItem bind; int flags; } defaultBindings_[] = { 1007, { NULL, SDLK_AC_BACK, 0, "navigate.back" }, 0 }, { 1008, { NULL, SDLK_AC_FORWARD, 0, "navigate.forward" }, 0 }, { 1009, { NULL, SDLK_AC_STOP, 0, "document.stop" }, 0 }, - { 1010, { NULL, SDLK_AC_REFRESH, 0, "navigate.reload" }, 0 }, + { 1010, { NULL, SDLK_AC_REFRESH, 0, "document.reload" }, 0 }, { 1011, { NULL, SDLK_AC_BOOKMARKS, 0, "sidebar.mode arg:0 toggle:1" }, 0 }, }; -- cgit v1.2.3