diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-04 18:41:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-07-04 18:45:11 +0200 |
commit | e36b066dc83682fdccc5a0392173647ad4da9c2c (patch) | |
tree | 4ad44d147203e0d1ce64ddd982c0b9a6c5aca448 /src | |
parent | b696e3d67fb6bc80a25c90787772cf4f95dff279 (diff) | |
download | weechat-e36b066dc83682fdccc5a0392173647ad4da9c2c.zip |
core: add key ctrl-backspace in /help key (issue #1975)
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 5 |
1 files changed, 5 insertions, 0 deletions
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" |