mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
Add note about alt+k for binding keys in /help key
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user