summaryrefslogtreecommitdiff
path: root/src/gui/curses
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-06-26 19:30:42 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-06-26 21:21:12 +0200
commit5e0ca4740bd7df4746b5187c74696dc5e1c42396 (patch)
tree1381492dc274dcdf41bf8503e990a87f6b451844 /src/gui/curses
parent70c41f614ad57613a1ff9642fb78fb889aa990f3 (diff)
downloadweechat-5e0ca4740bd7df4746b5187c74696dc5e1c42396.zip
core: display actual key name and command with key Alt+k
Key Alt+K (upper K) is removed as well as commands `/input grab_raw_key` and `/input grab_raw_key_command`.
Diffstat (limited to 'src/gui/curses')
-rw-r--r--src/gui/curses/gui-curses-key.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/curses/gui-curses-key.c b/src/gui/curses/gui-curses-key.c
index e249277a4..eeedbb27b 100644
--- a/src/gui/curses/gui-curses-key.c
+++ b/src/gui/curses/gui-curses-key.c
@@ -134,7 +134,6 @@ gui_key_default_bindings (int context, int create_option)
BIND("meta-h,meta-r", "/hotlist restore");
BIND("meta-h,meta-R", "/hotlist restore -all");
BIND("meta-k", "/input grab_key_command");
- BIND("meta-K", "/input grab_raw_key_command");
BIND("meta-s", "/mute spell toggle");
BIND("meta-u", "/window scroll_unread");
BIND("ctrl-s,ctrl-u", "/allbuf /buffer set unread");