From e36b066dc83682fdccc5a0392173647ad4da9c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 4 Jul 2023 18:41:31 +0200 Subject: core: add key ctrl-backspace in /help key (issue #1975) --- src/core/wee-command.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 6dd52aa3f..bd7b7767a 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -8522,6 +8522,11 @@ command_init () "(or Esc then k), and then press the key to bind: this will insert " "key name in command line.\n" "\n" + "For some keys you might need to use /debug key, this displays " + "the raw key code that can be used (for example the key " + "ctrl+backspace could be ctrl-h or ctrl-?, depending on your " + "terminal and other settings).\n" + "\n" "Modifiers allowed (in this order when multiple are used):\n" " meta- (alt key)\n" " ctrl- (control key)\n" -- cgit v1.2.3