summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-11-08 13:33:18 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-11-11 08:54:26 +0100
commit6f90c7ef08ff15544a56d39069f77665012c2140 (patch)
treebebfffe02344c29b6115f6e295371f298759289f /src
parent97a90ac65a3e19fd3963b806b4688ebdb106c006 (diff)
downloadweechat-6f90c7ef08ff15544a56d39069f77665012c2140.zip
core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040)
Diffstat (limited to 'src')
-rw-r--r--src/gui/curses/gui-curses-key.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/curses/gui-curses-key.c b/src/gui/curses/gui-curses-key.c
index ae228c439..51096c4ca 100644
--- a/src/gui/curses/gui-curses-key.c
+++ b/src/gui/curses/gui-curses-key.c
@@ -139,7 +139,7 @@ gui_key_default_bindings (int context, int create_option)
BIND("meta-k", "/input grab_key_command");
BIND("meta-s", "/mute spell toggle");
BIND("meta-u", "/window scroll_unread");
- BIND("ctrl-s,ctrl-u", "/allbuf /buffer set unread");
+ BIND("meta-U", "/allbuf /buffer set unread");
BIND("ctrl-c,b", "/input insert \\x02");
BIND("ctrl-c,c", "/input insert \\x03");
BIND("ctrl-c,d", "/input insert \\x04");