1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

doc/faq: replace key meta2- by meta-[

This commit is contained in:
Sébastien Helleu
2023-03-31 19:05:12 +02:00
parent 1684f60207
commit 0cf723ec1a
8 changed files with 24 additions and 24 deletions
+3 -3
View File
@@ -490,15 +490,15 @@ Zusätzlich sollten noch zwei Tastenbefehle eingebunden werden
(der Befehl `/print` sollte durch einen Befehl Ihrer Wahl ersetzt werden):
----
/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
----
Um zum Beispiel Buffer als gelesen zu markieren,
wenn das Terminal den Fokus verlieren sollte:
----
/key bind meta2-O /allbuf /buffer set unread
/key bind meta-[O /allbuf /buffer set unread
----
[[screen_paste]]
+3 -3
View File
@@ -465,14 +465,14 @@ 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
----
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
----
[[screen_paste]]
+3 -3
View File
@@ -479,14 +479,14 @@ Y después enlazar dos teclas para el foco (reemplazar los comandos `/print` por
comandos que prefiera):
----
/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
----
Por ejemplo, para marcar buffers como leidos cuando una terminal pierde el foco:
----
/key bind meta2-O /allbuf /buffer set unread
/key bind meta-[O /allbuf /buffer set unread
----
[[screen_paste]]
+3 -3
View File
@@ -482,14 +482,14 @@ Puis associez deux touches pour le focus (remplacez les commandes `/print` par
les commandes de votre choix) :
----
/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
----
Par exemple pour marquer les tampons comme lus lorsque le terminal perd le focus :
----
/key bind meta2-O /allbuf /buffer set unread
/key bind meta-[O /allbuf /buffer set unread
----
[[screen_paste]]
+3 -3
View File
@@ -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
+3 -3
View File
@@ -476,14 +476,14 @@ WeeChat の開始時にコードを送信するには:
(例に挙げた `/print` コマンドは適当なコマンドに書き換えてください):
----
/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
----
端末のフォーカスが外れた時点でバッファに未読マークをつける例:
----
/key bind meta2-O /allbuf /buffer set unread
/key bind meta-[O /allbuf /buffer set unread
----
[[screen_paste]]
+3 -3
View File
@@ -467,14 +467,14 @@ Następnie przypisz dwie kombinacje klawiszy dla stanu aktywności (zamień kome
`/print` własnymi komendami:
----
/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
----
Na przykład w celu oznaczenia boforów jako nie przeczytane w momencie jak terminal straci focus:
----
/key bind meta2-O /allbuf /buffer set unread
/key bind meta-[O /allbuf /buffer set unread
----
[[screen_paste]]
+3 -3
View File
@@ -403,14 +403,14 @@ term screen-256color
и да затим вежете две пречице за фокус (замените `/print` команде командама по свом избору):
----
/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
----
Ако желите, на пример, да означите бафере као прочитане када терминал изгуби фокус:
----
/key bind meta2-O /allbuf /buffer set unread
/key bind meta-[O /allbuf /buffer set unread
----
[[screen_paste]]