From fd94d906676b0dcef2b783c992f75254a61ae025 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 22 May 2021 22:24:13 +0300 Subject: Document footer buttons In some situations, e.g., when a client certificate is required but not active, make available action buttons that offer related shortcuts. Selecting or deselecting an identity for use will automatically reload the current page for convenience. Animate closing sidebars with Escape key. --- src/ui/keys.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/keys.c') diff --git a/src/ui/keys.c b/src/ui/keys.c index 8af7867c..87a5fb88 100644 --- a/src/ui/keys.c +++ b/src/ui/keys.c @@ -237,6 +237,7 @@ static const struct { int id; iMenuItem bind; int flags; } defaultBindings_[] = { 98, { "${keys.split.menu.vert12}", SDLK_f, 0, "ui.split arg:1 axis:1", }, noDirectTrigger_BindFlag }, { 99, { "${keys.split.menu.vert21}", SDLK_r, 0, "ui.split arg:2 axis:1", }, noDirectTrigger_BindFlag }, { 100,{ "${keys.hoverurl}", '/', KMOD_PRIMARY, "prefs.hoverlink.toggle" }, 0 }, + { 110,{ "${menu.save.downloads}", SDLK_s, KMOD_PRIMARY, "document.save" }, 0 }, /* The following cannot currently be changed (built-in duplicates). */ #if defined (iPlatformApple) { 1002, { NULL, SDLK_LEFTBRACKET, KMOD_PRIMARY, "navigate.back" }, 0 }, -- cgit v1.2.3