1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc/user: fix order of mouse event modifiers

Key "alt" is always before "ctrl".
This commit is contained in:
Sébastien Helleu
2024-02-24 18:53:46 +01:00
parent d52fea1d5e
commit 191701a5f3
7 changed files with 21 additions and 21 deletions
+3 -3
View File
@@ -2723,9 +2723,9 @@ Liste der Modifiers:
[width="100%",cols="1m,4",options="header"]
|===
| Modifier | Beschreibung
| ctrl | Taste kbd:[Ctrl]
| alt | Taste kbd:[Alt]
| ctrl-alt | Taste kbd:[Ctrl] + kbd:[Alt]
| ctrl | Taste kbd:[Ctrl]
| alt-ctrl | Taste kbd:[Alt] + kbd:[Ctrl]
|===
Liste der Maustasten/Mausrad:
@@ -2774,7 +2774,7 @@ Bespiele von Ereignissen:
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`
* `alt-ctrl-wheeldown`
[TIP]
Wird eine Funktion im "mouse"-Kontext hinzufügt ist es möglich, mehrere
+3 -3
View File
@@ -2684,9 +2684,9 @@ List of modifiers:
[width="100%",cols="1m,4",options="header"]
|===
| Modifier | Description
| ctrl | Key kbd:[Ctrl]
| alt | Key kbd:[Alt]
| ctrl-alt | Keys kbd:[Ctrl] + kbd:[Alt]
| ctrl | Key kbd:[Ctrl]
| alt-ctrl | Keys kbd:[Alt] + kbd:[Ctrl]
|===
List of buttons/wheel:
@@ -2735,7 +2735,7 @@ Example of events:
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`
* `alt-ctrl-wheeldown`
* ...
[TIP]
+3 -3
View File
@@ -2748,9 +2748,9 @@ Liste des modificateurs :
[width="100%",cols="1m,4",options="header"]
|===
| Modificateur | Description
| ctrl | Touche kbd:[Ctrl]
| alt | Touche kbd:[Alt]
| ctrl-alt | Touches kbd:[Ctrl] + kbd:[Alt]
| ctrl | Touche kbd:[Ctrl]
| alt-ctrl | Touches kbd:[Alt] + kbd:[Ctrl]
|===
Liste des boutons/roulette :
@@ -2800,7 +2800,7 @@ Exemples d'évènements :
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`
* `alt-ctrl-wheeldown`
* ...
[TIP]
+3 -3
View File
@@ -2960,9 +2960,9 @@ Elenco di modificatori
[width="100%",cols="1m,4",options="header"]
|===
| Modificatore | Descrizione
| ctrl | Tasto kbd:[Ctrl]
| alt | Tasto kbd:[Alt]
| ctrl-alt | Tasto kbd:[Ctrl] + kbd:[Alt]
| ctrl | Tasto kbd:[Ctrl]
| alt-ctrl | Tasto kbd:[Alt] + kbd:[Ctrl]
|===
Elenco di pulsanti/rotellina:
@@ -3012,7 +3012,7 @@ Esempio di eventi:
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`
* `alt-ctrl-wheeldown`
* ...
[TIP]
+3 -3
View File
@@ -2870,9 +2870,9 @@ WeeChat はデフォルトマウスイベントの多くを定義しています
[width="100%",cols="1m,4",options="header"]
|===
| 修飾キー | 説明
| ctrl | kbd:[Ctrl] キー
| alt | kbd:[Alt] キー
| ctrl-alt | kbd:[Ctrl] + kbd:[Alt] キー
| ctrl | kbd:[Ctrl] キー
| alt-ctrl | kbd:[Alt] キー + kbd:[Ctrl]
|===
ボタン/ホイールのリスト:
@@ -2921,7 +2921,7 @@ WeeChat はデフォルトマウスイベントの多くを定義しています
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`
* `alt-ctrl-wheeldown`
* ...
[TIP]
+3 -3
View File
@@ -2702,9 +2702,9 @@ Lista modyfikatorów:
[width="100%",cols="1m,4",options="header"]
|===
| Modyfikator | Opis
| ctrl | Klawisz kbd:[Ctrl]
| alt | Klawisz kbd:[Alt]
| ctrl-alt | Klawisze kbd:[Ctrl] + kbd:[Alt]
| ctrl | Klawisz kbd:[Ctrl]
| alt-ctrl | Klawisze kbd:[Alt] + kbd:[Ctrl]
|===
Lista klawiszy/rolek:
@@ -2753,7 +2753,7 @@ Przykłady zdarzeń:
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`
* `alt-ctrl-wheeldown`
* ...
[TIP]
+3 -3
View File
@@ -2541,9 +2541,9 @@ link:weechat_faq.sr.html#mouse[WeeChat ЧПП / Миш ^↗^^].
[width="100%", cols="1m,4", options="header"]
|===
| Модификатор | Опис
| ctrl | Тастер kbd:[Ctrl]
| alt | Тастер kbd:[Alt]
| ctrl-alt | Тастери kbd:[Ctrl] + kbd:[Alt]
| ctrl | Тастер kbd:[Ctrl]
| alt-ctrl | Тастери kbd:[Alt] + kbd:[Ctrl]
|===
Листа тастера/точкића:
@@ -2592,7 +2592,7 @@ link:weechat_faq.sr.html#mouse[WeeChat ЧПП / Миш ^↗^^].
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`
* `alt-ctrl-wheeldown`
* ...
[TIP]