diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 19:05:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-31 18:59:04 +0200 |
commit | 0cf723ec1a9e940a708bba3a256472033692aa6f (patch) | |
tree | c1b47e05f53ba13ec54804327072f79f962c3e82 /doc/it | |
parent | 1684f60207d12190133b046b95c4d3a76c2c87e7 (diff) | |
download | weechat-0cf723ec1a9e940a708bba3a256472033692aa6f.zip |
doc/faq: replace key `meta2-` by `meta-[`
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_faq.it.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/it/weechat_faq.it.adoc b/doc/it/weechat_faq.it.adoc index d05a6558f..9e0850b06 100644 --- a/doc/it/weechat_faq.it.adoc +++ b/doc/it/weechat_faq.it.adoc @@ -519,15 +519,15 @@ And then you bind two keys for the focus (replace the `/print` commands by the commands of your choice): ---- -/key bind meta2-I /print -core focus -/key bind meta2-O /print -core unfocus +/key bind meta-[I /print -core focus +/key bind meta-[O /print -core unfocus ---- // TRANSLATION MISSING For example to mark buffers as read when the terminal loses the focus: ---- -/key bind meta2-O /allbuf /buffer set unread +/key bind meta-[O /allbuf /buffer set unread ---- // TRANSLATION MISSING |