summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-06-02 15:10:15 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-06-02 15:10:15 +0200
commit4383fd73b5e20058a2e4e5936fc6cefce05e15fc (patch)
tree6da0c9c82d7a416b53a0734f212eacf3ca61e69f /src
parent103389822ea3b612298b8fc7c46a338a3773fe05 (diff)
downloadweechat-4383fd73b5e20058a2e4e5936fc6cefce05e15fc.zip
Add note about alt+k for binding keys in /help key
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-command.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 02cb42ecc..2f540516e 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -4037,7 +4037,10 @@ command_init ()
" unbind: remove a key binding\n"
" reset: restore bindings to the default values and "
"delete ALL personal bindings (use carefully!)\n"
- "missing: add missing keys (using default bindings)"),
+ "missing: add missing keys (using default bindings)\n\n"
+ "When binding a command to a key, it is recommended to "
+ "use key alt+k (or Esc then k), and then press the key "
+ "to bind: this will insert key code in command line."),
"bind %(keys_codes) %(commands)"
" || unbind %(keys_codes)"
" || reset"