From c5463b0aec571b8d9451ddadb656a061e22e7f2f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 17 Jul 2021 15:36:37 +0300 Subject: Working on Titan uploads There may be a bug in `TlsRequest` when sending out large amounts of data. --- 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 5fcfbea2..6de30f57 100644 --- a/src/ui/keys.c +++ b/src/ui/keys.c @@ -238,6 +238,7 @@ static const struct { int id; iMenuItem bind; int flags; } defaultBindings_[] = { 99, { "${keys.split.item} ${menu.split.vertical} 2:1", 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 }, + { 120,{ "${keys.upload}", SDLK_u, KMOD_PRIMARY, "document.upload" }, 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