From 5e0ca4740bd7df4746b5187c74696dc5e1c42396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 26 Jun 2023 19:30:42 +0200 Subject: 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`. --- src/gui/curses/gui-curses-key.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/curses') 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"); -- cgit v1.2.3