diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-24 23:07:40 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-24 23:07:40 +0100 |
commit | 15f0f7e3697955bbb23d1f14781909fff8e25659 (patch) | |
tree | c7bb2e3c2f6b5f8fac5fdaf7fbab30e846df1b6b /doc/pl/includes | |
parent | 92b0bc9f10d5e2ca51d098e0def2f6287d7a99d4 (diff) | |
download | weechat-15f0f7e3697955bbb23d1f14781909fff8e25659.zip |
core: add option `legacy` in command `/key`
Diffstat (limited to 'doc/pl/includes')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index 7a3517b36..a8cceb750 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -1777,6 +1777,7 @@ Przykłady: resetctxt <context> <key> resetall -yes [<context>] missing [<context>] + legacy <key> [<key>...] list: list all current keys listdefault: list default keys @@ -1791,6 +1792,7 @@ listdefault: list default keys resetctxt: reset a key to default binding, for given context resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!) missing: add missing keys (using default bindings), useful after installing new WeeChat version + legacy: display new name for legacy keys 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 name in command line. |