1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

Add note about alt+k for binding keys in /help key

This commit is contained in:
Sebastien Helleu
2009-06-02 15:10:15 +02:00
parent 103389822e
commit 4383fd73b5
11 changed files with 63 additions and 19 deletions
+4 -1
View File
@@ -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"