diff options
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 |