1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 17:23:15 +02:00

core: add key ctrl-backspace in /help key (closes #1975)

This commit is contained in:
Sébastien Helleu
2023-07-04 18:41:31 +02:00
parent 71f8c2ba17
commit 3b26d6750e
16 changed files with 219 additions and 27 deletions
+5
View File
@@ -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"