diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-17 15:36:37 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-07-17 15:36:37 +0300 |
commit | c5463b0aec571b8d9451ddadb656a061e22e7f2f (patch) | |
tree | fdc36a94f74e9933d8d2064ebc3070c6f12530a2 /src/ui/keys.c | |
parent | 635eabab8b932ca01fc5b391cda20e23e40a6532 (diff) |
Working on Titan uploads
There may be a bug in `TlsRequest` when sending out large amounts of data.
Diffstat (limited to 'src/ui/keys.c')
-rw-r--r-- | src/ui/keys.c | 1 |
1 files changed, 1 insertions, 0 deletions
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_[] = | |||
238 | { 99, { "${keys.split.item} ${menu.split.vertical} 2:1", SDLK_r, 0, "ui.split arg:2 axis:1", }, noDirectTrigger_BindFlag }, | 238 | { 99, { "${keys.split.item} ${menu.split.vertical} 2:1", SDLK_r, 0, "ui.split arg:2 axis:1", }, noDirectTrigger_BindFlag }, |
239 | { 100,{ "${keys.hoverurl}", '/', KMOD_PRIMARY, "prefs.hoverlink.toggle" }, 0 }, | 239 | { 100,{ "${keys.hoverurl}", '/', KMOD_PRIMARY, "prefs.hoverlink.toggle" }, 0 }, |
240 | { 110,{ "${menu.save.downloads}", SDLK_s, KMOD_PRIMARY, "document.save" }, 0 }, | 240 | { 110,{ "${menu.save.downloads}", SDLK_s, KMOD_PRIMARY, "document.save" }, 0 }, |
241 | { 120,{ "${keys.upload}", SDLK_u, KMOD_PRIMARY, "document.upload" }, 0 }, | ||
241 | /* The following cannot currently be changed (built-in duplicates). */ | 242 | /* The following cannot currently be changed (built-in duplicates). */ |
242 | #if defined (iPlatformApple) | 243 | #if defined (iPlatformApple) |
243 | { 1002, { NULL, SDLK_LEFTBRACKET, KMOD_PRIMARY, "navigate.back" }, 0 }, | 244 | { 1002, { NULL, SDLK_LEFTBRACKET, KMOD_PRIMARY, "navigate.back" }, 0 }, |