summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c5
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"