doc: fix style in tip about mouse events (user's guide) (issue #722)
This commit is contained in:
parent
4180ddff0f
commit
c2c3ecb3f7
@ -1375,9 +1375,10 @@ Bespiele von Ereignissen:
|
||||
* `ctrl-alt-wheeldown`
|
||||
|
||||
[TIP]
|
||||
Wird eine Funktion im "mouse"-Kontext hinzufügt ist es möglich, mehrere Mausereignisse
|
||||
mittels `*` abzufangen. Zum Beispiel fängt `button1-gesture-*` alle Mausgesten ab, die
|
||||
mit der linken Maustaste eingeleitet werden.
|
||||
Wird eine Funktion im "mouse"-Kontext hinzufügt ist es möglich, mehrere
|
||||
Mausereignisse mittels `+*+` abzufangen. Zum Beispiel fängt
|
||||
`+button1-gesture-*+` alle Mausgesten ab, die mit der linken Maustaste
|
||||
eingeleitet werden.
|
||||
|
||||
[TIP]
|
||||
Den Namen eines Mausereignisses kann man mittels des Befehls `/input grab_mouse` erfragen.
|
||||
|
@ -1352,8 +1352,8 @@ Example of events:
|
||||
|
||||
[TIP]
|
||||
When binding a key in context "mouse", it's possible to match many events using
|
||||
`*` at beginning or end of name, for example `button1-gesture-*` will match any
|
||||
gesture made using left button.
|
||||
`+*+` at beginning or end of name, for example `+button1-gesture-*+` will match
|
||||
any gesture made using left button.
|
||||
|
||||
[TIP]
|
||||
You can find an event name with command `/input grab_mouse` then doing event
|
||||
|
@ -1387,9 +1387,9 @@ Exemples d'évènements :
|
||||
|
||||
[TIP]
|
||||
Lors de l'association d'une touche dans le contexte "mouse", il est possible
|
||||
d'adresser plusieurs évènements en utilisant `*` au début ou la fin du nom,
|
||||
par exemple `button1-gesture-*` qui correspond à n'importe quel geste effectué
|
||||
avec le bouton gauche.
|
||||
d'adresser plusieurs évènements en utilisant `+*+` au début ou la fin du nom,
|
||||
par exemple `+button1-gesture-*+` qui correspond à n'importe quel geste
|
||||
effectué avec le bouton gauche.
|
||||
|
||||
[TIP]
|
||||
Vous pouvez trouver le nom de l'évènement avec la commande `/input grab_mouse`
|
||||
|
@ -1421,8 +1421,8 @@ Esempio di eventi:
|
||||
|
||||
[TIP]
|
||||
Quando si associa un tasto nel contesto "mouse", è possibile far corrispondere
|
||||
più eventi usando `*` all'inizio o alla fine del nome, ad esempio
|
||||
`button1-gesture-*` corrisponderà ad ogni azione compiuta col tasto sinistro.
|
||||
più eventi usando `+*+` all'inizio o alla fine del nome, ad esempio
|
||||
`+button1-gesture-*+` corrisponderà ad ogni azione compiuta col tasto sinistro.
|
||||
|
||||
[TIP]
|
||||
È possibile trovare il nome di un evento con il comando `/input grab_mouse`
|
||||
|
@ -1353,9 +1353,9 @@ WeeChat はデフォルトマウスイベントの多くを定義しています
|
||||
* ...
|
||||
|
||||
[TIP]
|
||||
"mouse" イベントにキーを割り当てる場合、イベント名の最初または最後に `*`
|
||||
"mouse" イベントにキーを割り当てる場合、イベント名の最初または最後に `+*+`
|
||||
を使うことで複数のイベントにマッチさせることができます。例えば
|
||||
`button1-gesture-*` は左クリックを利用したすべてのジェスチャーにマッチします。
|
||||
`+button1-gesture-*+` は左クリックを利用したすべてのジェスチャーにマッチします。
|
||||
|
||||
[TIP]
|
||||
`/input grab_mouse`
|
||||
|
@ -1366,8 +1366,9 @@ Przykłady zdarzeń:
|
||||
|
||||
[TIP]
|
||||
Podczas przypisywania skrótów w kontekście myszy, możliwe jest dopasowanie wielu
|
||||
zdarzeń używając `*` na początku lub końcu nazwy, na przykład `button1-gesture-*`
|
||||
będzie pasować do gestów wykonanych z użyciem lewego przycisku myszy.
|
||||
zdarzeń używając `+*+` na początku lub końcu nazwy, na przykład
|
||||
`+button1-gesture-*+` będzie pasować do gestów wykonanych z użyciem lewego
|
||||
przycisku myszy.
|
||||
|
||||
[TIP]
|
||||
Możesz znaleźć nazwę zdarzenia za pomocą komendy `/input grab_mouse` wykonując
|
||||
|
Loading…
x
Reference in New Issue
Block a user