diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 442 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 438 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 442 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 438 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 438 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 438 |
6 files changed, 1319 insertions, 1317 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 556340ba7..6745f239b 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -138,7 +138,7 @@ aber dies wird *NICHT* empfohlen: Es können Darstellungsfehler mit breiten Zeichen auftreten. + ^(3)^ GnuTLS ≥ 3.0.21 wird benötigt um eine IRC SASL Authentifizierung mittels ECDSA-NIST256P-CHALLENGE durchzuführen. + -^(4)^ standardmäßig wird Python 3.x verwendet. Wird die Option `ENABLE_PYTHON2` aktiviert +^(4)^ standardmäßig wird Python 3.x verwendet. Wird die Option `+ENABLE_PYTHON2+` aktiviert (siehe unten), sollte die Version 2.7 von Python genutzt werden. Falls eine Debian/Ubuntu basierte Distribution genutzt wird und man einen @@ -1205,11 +1205,11 @@ Aufzählung von Bar-Optionen: | items | string | Eine Aufzählung von _items_ (siehe <<bar_items,items>> für weitere Informationen). -| filling_left_right | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Art, wie der Inhalt der Bar die `links` oder `rechts` gezeichnet wird, dargestellt wird (siehe <<bar_filling,filling>> für weitere Informationen). -| filling_top_bottom | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Art, wie der Inhalt der Bar die `oben` oder `unten` gezeichnet wird, dargestellt wird (siehe <<bar_filling,filling>> für weitere Informationen). @@ -1260,15 +1260,15 @@ heißt hierbei _bitlist_ und der Name des bitlbee Servers _bitlbee_): Es gibt folgende vier Möglichkeiten um Text innerhalb einer Bar darzustellen: -* `horizontal`: die Items werden horizontal, von links nach rechts, dargestellt. +* `+horizontal+`: die Items werden horizontal, von links nach rechts, dargestellt. Sollten neue Zeilen dargestellt werden, dann werden diese durch ein Leerzeichen von der vorherigen getrennt. -* `vertical`: die Items werden von oben nach unten dargestellt. Neue Zeilen werden +* `+vertical+`: die Items werden von oben nach unten dargestellt. Neue Zeilen werden neben der vorherigen dargestellt. -* `columns_horizontal`: Item werden in Spalten dargestellt, wobei der Text linksbündig +* `+columns_horizontal+`: Item werden in Spalten dargestellt, wobei der Text linksbündig ausgerichtet ist. Das erste Item wird in der linken oberen Ecke angezeigt und das zweite Item ist in der selben Zeile, auf der rechten Seite. -* `columns_vertical`: Item werden in Spalten dargestellt, wobei der Text linksbündig +* `+columns_vertical+`: Item werden in Spalten dargestellt, wobei der Text linksbündig ausgerichtet ist. Das erste Item wird in der linken oben Ecke angezeigt und das zweite Item wird eine Zeile darunter angezeigt. @@ -1541,8 +1541,8 @@ Um zum Beispiel Highlights von "joe" und "mike" im aktuellen Buffer zu deaktivie [NOTE] Die Buffer-Eigenschaft "hotlist_max_level_nicks" ist keine permanente Einstellung und wird nicht in der Konfigurationsdatei gesichert. + Um diese Einstellung persistent zu machen benötigt man -das Skript _buffer_autoset.py_: Um das Skript zu installieren `/script install buffer_autoset.py` -und um eine Hilfe zu erhalten wie man es nutzt: `/help buffer_autoset`. +das Skript _buffer_autoset.py_: Um das Skript zu installieren `+/script install buffer_autoset.py+` +und um eine Hilfe zu erhalten wie man es nutzt: `+/help buffer_autoset+`. [[highlights]] === Highlights @@ -1611,8 +1611,8 @@ Um zum Beispiel jede Nachricht im aktuellen Buffer als Highlight-Nachricht einzu [NOTE] Die Buffer-Eigenschaft "highlight_regex" ist keine permanente Einstellung und wird nicht in der Konfigurationsdatei gesichert. + Um diese Einstellung persistent zu machen benötigt man -das Skript _buffer_autoset.py_: Um das Skript zu installieren `/script install buffer_autoset.py` -und um eine Hilfe zu erhalten wie man es nutzt: `/help buffer_autoset`. +das Skript _buffer_autoset.py_: Um das Skript zu installieren `+/script install buffer_autoset.py+` +und um eine Hilfe zu erhalten wie man es nutzt: `+/help buffer_autoset+`. [[key_bindings]] === Standard Tastenbelegung @@ -1624,54 +1624,54 @@ und um eine Hilfe zu erhalten wie man es nutzt: `/help buffer_autoset`. |=== | Taste | Beschreibung | Befehl | kbd:[←] + - kbd:[Ctrl+b] | setzt den Cursor eine Position nach links. | `/input move_previous_char` + kbd:[Ctrl+b] | setzt den Cursor eine Position nach links. | `+/input move_previous_char+` | kbd:[→] + - kbd:[Ctrl+f] | setzt den Cursor eine Position nach rechts. | `/input move_next_char` + kbd:[Ctrl+f] | setzt den Cursor eine Position nach rechts. | `+/input move_next_char+` | kbd:[Ctrl+←] + - kbd:[Alt+b] | springt in der Befehlszeile zum Anfang des vorherigen Wortes. | `/input move_previous_word` + kbd:[Alt+b] | springt in der Befehlszeile zum Anfang des vorherigen Wortes. | `+/input move_previous_word+` | kbd:[Ctrl+→] + - kbd:[Alt+f] | springt in der Befehlszeile zum Anfang des nächsten Wortes. | `/input move_next_word` + kbd:[Alt+f] | springt in der Befehlszeile zum Anfang des nächsten Wortes. | `+/input move_next_word+` | kbd:[Home] + - kbd:[Ctrl+a] | springt zum Anfang der Befehlszeile. | `/input move_beginning_of_line` + kbd:[Ctrl+a] | springt zum Anfang der Befehlszeile. | `+/input move_beginning_of_line+` | kbd:[End] + - kbd:[Ctrl+e] | springt ans Ende der Befehlszeile. | `/input move_end_of_line` + kbd:[Ctrl+e] | springt ans Ende der Befehlszeile. | `+/input move_end_of_line+` | kbd:[Ctrl+c], - kbd:[b] | fügt Steuerzeichen für fett geschrieben Text ein. | `/input insert \x02` + kbd:[b] | fügt Steuerzeichen für fett geschrieben Text ein. | `+/input insert \x02+` | kbd:[Ctrl+c], - kbd:[c] | fügt Steuerzeichen für Textfarbe ein. | `/input insert \x03` + kbd:[c] | fügt Steuerzeichen für Textfarbe ein. | `+/input insert \x03+` | kbd:[Ctrl+c], - kbd:[i] | fügt Steuerzeichen für kursiven Text ein. | `/input insert \x1D` + kbd:[i] | fügt Steuerzeichen für kursiven Text ein. | `+/input insert \x1D+` | kbd:[Ctrl+c], - kbd:[o] | fügt Steuerzeichen für Standardfarbe ein. | `/input insert \x0F` + kbd:[o] | fügt Steuerzeichen für Standardfarbe ein. | `+/input insert \x0F+` | kbd:[Ctrl+c], - kbd:[v] | fügt Steuerzeichen für Hintergrundfarbe ein. | `/input insert \x16` + kbd:[v] | fügt Steuerzeichen für Hintergrundfarbe ein. | `+/input insert \x16+` | kbd:[Ctrl+c], - kbd:[_] | fügt Steuerzeichen für unterstrichenen Text ein. | `/input insert \x1F` + kbd:[_] | fügt Steuerzeichen für unterstrichenen Text ein. | `+/input insert \x1F+` | kbd:[Del] + - kbd:[Ctrl+d] | entfernt in der Befehlszeile das nächste Zeichen. | `/input delete_next_char` + kbd:[Ctrl+d] | entfernt in der Befehlszeile das nächste Zeichen. | `+/input delete_next_char+` | kbd:[Backsp.] + - kbd:[Ctrl+h] | entfernt in der Befehlszeile das vorherige Zeichen. | `/input delete_previous_char` -| kbd:[Ctrl+k] | entfernt alle Zeichen vom Cursor bis zum Ende der Zeile (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `/input delete_end_of_line` -| kbd:[Ctrl+r] | Textsuche im Verlaufsspeicher des Buffers (siehe <<key_bindings_search_context,Tasten für Such-Kontext>>). | `/input search_text_here` -| kbd:[Ctrl+t] | Zeichen austauschen. | `/input transpose_chars` -| kbd:[Ctrl+u] | entfernt alle Zeichen vom Cursor bis zum Anfang der Zeile (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `/input delete_beginning_of_line` -| kbd:[Ctrl+w] | entfernt das Wort links vom Cursor (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `/input delete_previous_word` -| kbd:[Ctrl+y] | fügt den Inhalt der internen Zwischenablage ein. | `/input clipboard_paste` -| kbd:[Ctrl+_] | Rückgängig machen der letzten Aktion, in der Befehlszeile. | `/input undo` -| kbd:[Alt+_] | Wiederherstellen der letzten Aktion, in der Befehlszeile. | `/input redo` -| kbd:[Tab] | Vervollständigung von Befehlen oder Nicks (nochmaliges kbd:[Tab]: findet nächste Vervollständigung). | `/input complete_next` -| kbd:[Shift+Tab] | ohne Vervollständigung: führt eine teilweise Vervollständigung durch. Bei unerledigter Vervollständigung : wird die vorherige Vervollständigung genutzt. | `/input complete_previous` + kbd:[Ctrl+h] | entfernt in der Befehlszeile das vorherige Zeichen. | `+/input delete_previous_char+` +| kbd:[Ctrl+k] | entfernt alle Zeichen vom Cursor bis zum Ende der Zeile (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `+/input delete_end_of_line+` +| kbd:[Ctrl+r] | Textsuche im Verlaufsspeicher des Buffers (siehe <<key_bindings_search_context,Tasten für Such-Kontext>>). | `+/input search_text_here+` +| kbd:[Ctrl+t] | Zeichen austauschen. | `+/input transpose_chars+` +| kbd:[Ctrl+u] | entfernt alle Zeichen vom Cursor bis zum Anfang der Zeile (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `+/input delete_beginning_of_line+` +| kbd:[Ctrl+w] | entfernt das Wort links vom Cursor (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `+/input delete_previous_word+` +| kbd:[Ctrl+y] | fügt den Inhalt der internen Zwischenablage ein. | `+/input clipboard_paste+` +| kbd:[Ctrl+_] | Rückgängig machen der letzten Aktion, in der Befehlszeile. | `+/input undo+` +| kbd:[Alt+_] | Wiederherstellen der letzten Aktion, in der Befehlszeile. | `+/input redo+` +| kbd:[Tab] | Vervollständigung von Befehlen oder Nicks (nochmaliges kbd:[Tab]: findet nächste Vervollständigung). | `+/input complete_next+` +| kbd:[Shift+Tab] | ohne Vervollständigung: führt eine teilweise Vervollständigung durch. Bei unerledigter Vervollständigung : wird die vorherige Vervollständigung genutzt. | `+/input complete_previous+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | führt einen Befehl aus oder sendet den Text (im Such-Modus: stoppt Suche). | `/input return` -| kbd:[↑] | ruft vorherigen Befehl oder Nachricht aus dem Verlaufsspeicher auf (im Such-Modus: rückwärts suchen). | `/input history_previous` -| kbd:[↓] | ruft nächsten Befehl oder Nachricht aus dem Verlaufsspeicher auf (im Such-Modus: vorwärts suchen). | `/input history_next` -| kbd:[Ctrl+↑] | ruft vorherigen Befehl/Nachricht aus dem globalen Verlaufsspeicher auf (für alle Buffer). | `/input history_global_previous` -| kbd:[Ctrl+↓] | ruft nächsten Befehl/Nachricht aus dem globalen Verlaufsspeicher auf (für alle Buffer). | `/input history_global_next` -| kbd:[Alt+d] | löscht das Wort rechts vom Cursor (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `/input delete_next_word` -| kbd:[Alt+k] | zeigt den Tastencode, einschließlich des eingebundenen Befehls, einer Tastenkombination an und fügt diesen in die Befehlszeile ein. | `/input grab_key_command` -| kbd:[Alt+r] | komplette Eingabezeile lösche.n| `/input delete_line` -| kbd:[Alt+s] | Umschalten der Rechtschreibprüfung. | `/mute spell toggle` + kbd:[Ctrl+m] | führt einen Befehl aus oder sendet den Text (im Such-Modus: stoppt Suche). | `+/input return+` +| kbd:[↑] | ruft vorherigen Befehl oder Nachricht aus dem Verlaufsspeicher auf (im Such-Modus: rückwärts suchen). | `+/input history_previous+` +| kbd:[↓] | ruft nächsten Befehl oder Nachricht aus dem Verlaufsspeicher auf (im Such-Modus: vorwärts suchen). | `+/input history_next+` +| kbd:[Ctrl+↑] | ruft vorherigen Befehl/Nachricht aus dem globalen Verlaufsspeicher auf (für alle Buffer). | `+/input history_global_previous+` +| kbd:[Ctrl+↓] | ruft nächsten Befehl/Nachricht aus dem globalen Verlaufsspeicher auf (für alle Buffer). | `+/input history_global_next+` +| kbd:[Alt+d] | löscht das Wort rechts vom Cursor (die Zeichenkette wird dabei in die interne Zwischenablage kopiert). | `+/input delete_next_word+` +| kbd:[Alt+k] | zeigt den Tastencode, einschließlich des eingebundenen Befehls, einer Tastenkombination an und fügt diesen in die Befehlszeile ein. | `+/input grab_key_command+` +| kbd:[Alt+r] | komplette Eingabezeile lösche.n| `+/input delete_line+` +| kbd:[Alt+s] | Umschalten der Rechtschreibprüfung. | `+/mute spell toggle+` |=== [[key_bindings_buffers_windows]] @@ -1680,81 +1680,81 @@ und um eine Hilfe zu erhalten wie man es nutzt: `/help buffer_autoset`. [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Taste | Beschreibung | Befehl -| kbd:[Ctrl+l] (`L`) | Fenster wird neu gezeichnet. | `/window refresh` +| kbd:[Ctrl+l] (`L`) | Fenster wird neu gezeichnet. | `+/window refresh+` | kbd:[Ctrl+s], - kbd:[Ctrl+u] | setzt für alle Buffer die Markierung für ungelesene Nachrichten. | `/input set_unread` -| kbd:[Ctrl+x] | sind mehrere Buffer zu einem Buffer zusammen gefügt wechselt man diese durch. | `/input switch_active_buffer` -| kbd:[Alt+x] | Zoom eines zusammengefügten Buffers (kbd:[Alt+x] ein zweites mal: alle zusammengefügten Buffer werden angezeigt). | `/input zoom_merged_buffer` -| kbd:[PgUp] | eine Seite im Verlaufsspeicher des Buffers nach oben blättern. | `/window page_up` -| kbd:[PgDn] | eine Seite im Verlaufsspeicher des Buffer nach unten blättern. | `/window page_down` -| kbd:[Alt+PgUp] | einige Zeilen im Verlaufsspeicher des Buffer nach oben blättern. | `/window scroll_up` -| kbd:[Alt+PgDn] | einige Zeilen im Verlaufsspeicher des Buffer nach unten blättern. | `/window scroll_down` -| kbd:[Alt+Home] | springt zur ersten Zeile des Verlaufsspeichers des aktuellen Buffer.s| `/window scroll_top` -| kbd:[Alt+End] | springt zur letzten Zeile des Verlaufsspeichers des aktuellen Buffers. | `/window scroll_bottom` + kbd:[Ctrl+u] | setzt für alle Buffer die Markierung für ungelesene Nachrichten. | `+/input set_unread+` +| kbd:[Ctrl+x] | sind mehrere Buffer zu einem Buffer zusammen gefügt wechselt man diese durch. | `+/input switch_active_buffer+` +| kbd:[Alt+x] | Zoom eines zusammengefügten Buffers (kbd:[Alt+x] ein zweites mal: alle zusammengefügten Buffer werden angezeigt). | `+/input zoom_merged_buffer+` +| kbd:[PgUp] | eine Seite im Verlaufsspeicher des Buffers nach oben blättern. | `+/window page_up+` +| kbd:[PgDn] | eine Seite im Verlaufsspeicher des Buffer nach unten blättern. | `+/window page_down+` +| kbd:[Alt+PgUp] | einige Zeilen im Verlaufsspeicher des Buffer nach oben blättern. | `+/window scroll_up+` +| kbd:[Alt+PgDn] | einige Zeilen im Verlaufsspeicher des Buffer nach unten blättern. | `+/window scroll_down+` +| kbd:[Alt+Home] | springt zur ersten Zeile des Verlaufsspeichers des aktuellen Buffer.s| `+/window scroll_top+` +| kbd:[Alt+End] | springt zur letzten Zeile des Verlaufsspeichers des aktuellen Buffers. | `+/window scroll_bottom+` | kbd:[F1] + - kbd:[Ctrl+F1] | blättert eine Seite in der buflist hoch. | `/bar scroll buflist * -100%` + kbd:[Ctrl+F1] | blättert eine Seite in der buflist hoch. | `+/bar scroll buflist * -100%+` | kbd:[F2] + - kbd:[Ctrl+F2] | blättert eine Seite in der buflist runter. | `/bar scroll buflist * +100%` -| kbd:[Alt+F1] | springt zum Anfang der buflist. | `/bar scroll buflist * b` -| kbd:[Alt+F2] | springt zum Ende der buflist. | `/bar scroll buflist * e` + kbd:[Ctrl+F2] | blättert eine Seite in der buflist runter. | `+/bar scroll buflist * +100%+` +| kbd:[Alt+F1] | springt zum Anfang der buflist. | `+/bar scroll buflist * b+` +| kbd:[Alt+F2] | springt zum Ende der buflist. | `+/bar scroll buflist * e+` | kbd:[Alt+←] + kbd:[Alt+↑] + kbd:[Ctrl+p] + - kbd:[F5] | zum vorherigen Buffer springen. | `/buffer -1` + kbd:[F5] | zum vorherigen Buffer springen. | `+/buffer -1+` | kbd:[Alt+→] + kbd:[Alt+↓] + kbd:[Ctrl+n] + - kbd:[F6] | zum nächsten Buffer springen. | `/buffer +1` -| kbd:[F7] | zum vorherigen Fenster wechseln. | `/window -1` -| kbd:[F8] | zum nächsten Fenster wechseln. | `/window +1` + kbd:[F6] | zum nächsten Buffer springen. | `+/buffer +1+` +| kbd:[F7] | zum vorherigen Fenster wechseln. | `+/window -1+` +| kbd:[F8] | zum nächsten Fenster wechseln. | `+/window +1+` | kbd:[F9] | Titel des Buffers nach links verschieben. | `+/bar scroll title * -30%+` | kbd:[F10] | Titel des Buffers nach rechts verschieben. | `+/bar scroll title * +30%+` | kbd:[F11] + - kbd:[Ctrl+F11] | Benutzerliste um eine Seite nach oben blättern. | `/bar scroll nicklist * -100%` + kbd:[Ctrl+F11] | Benutzerliste um eine Seite nach oben blättern. | `+/bar scroll nicklist * -100%+` | kbd:[F12] + - kbd:[Ctrl+F12] | Benutzerliste um eine Seite nach unten blättern. | `/bar scroll nicklist * +100%` -| kbd:[Alt+F11] | springt zum Anfang der Benutzerliste. | `/bar scroll nicklist * b` -| kbd:[Alt+F12] | springt zum Ende der Benutzerliste. | `/bar scroll nicklist * e` -| kbd:[Alt+a] | wechselt zum nächsten Buffer mit Aktivität (nach Priorität: highlight, Nachricht, ...). | `/input jump_smart` + kbd:[Ctrl+F12] | Benutzerliste um eine Seite nach unten blättern. | `+/bar scroll nicklist * +100%+` +| kbd:[Alt+F11] | springt zum Anfang der Benutzerliste. | `+/bar scroll nicklist * b+` +| kbd:[Alt+F12] | springt zum Ende der Benutzerliste. | `+/bar scroll nicklist * e+` +| kbd:[Alt+a] | wechselt zum nächsten Buffer mit Aktivität (nach Priorität: highlight, Nachricht, ...). | `+/input jump_smart+` // TRANSLATION MISSING -| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle` -| kbd:[Alt+h] | löscht Hotliste (Aktivitätsanzeige für die Buffer). | `/input hotlist_clear` +| kbd:[Alt+Shift+B] | Toggle buflist. | `+/buflist toggle+` +| kbd:[Alt+h] | löscht Hotliste (Aktivitätsanzeige für die Buffer). | `+/input hotlist_clear+` | kbd:[Alt+j], - kbd:[Alt+f] | wechselt zum ersten Buffer. | `/buffer -` + kbd:[Alt+f] | wechselt zum ersten Buffer. | `+/buffer -+` | kbd:[Alt+j], - kbd:[Alt+l] (`L`) | wechselt zum letzten Buffer. | `/buffer +` + kbd:[Alt+l] (`L`) | wechselt zum letzten Buffer. | `+/buffer ++` | kbd:[Alt+j], - kbd:[Alt+r] | wechselt zum IRC RAW Buffer. | `/server raw` + kbd:[Alt+r] | wechselt zum IRC RAW Buffer. | `+/server raw+` | kbd:[Alt+j], - kbd:[Alt+s] | wechselt zum IRC Server Buffer. | `/server jump` -| kbd:[Alt+0...9] | wechselt zum Buffer mit der Nummer (0 = 10). | `/buffer *N` + kbd:[Alt+s] | wechselt zum IRC Server Buffer. | `+/server jump+` +| kbd:[Alt+0...9] | wechselt zum Buffer mit der Nummer (0 = 10). | `+/buffer *N+` | kbd:[Alt+j], - kbd:[01...99] | wechselt zum Buffer mit der angegeben Nummer. | `/buffer *NN` -| kbd:[Alt+l] (`L`) | schaltet einfachen Anzeigemodus an/aus. | `/window bare` -| kbd:[Alt+m] | schaltet Mausfunktion ein/aus. | `/mouse toggle` -| kbd:[Alt+n] | springt zur nächsten Highlight Nachricht. | `/window scroll_next_highlight` + kbd:[01...99] | wechselt zum Buffer mit der angegeben Nummer. | `+/buffer *NN+` +| kbd:[Alt+l] (`L`) | schaltet einfachen Anzeigemodus an/aus. | `+/window bare+` +| kbd:[Alt+m] | schaltet Mausfunktion ein/aus. | `+/mouse toggle+` +| kbd:[Alt+n] | springt zur nächsten Highlight Nachricht. | `+/window scroll_next_highlight+` // TRANSLATION MISSING -| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `/bar toggle nicklist` -| kbd:[Alt+p] | springt zur vorherigen Highlight Nachricht. | `/window scroll_previous_highlight` -| kbd:[Alt+u] | springt zur ersten ungelesenen Zeile im Buffer. | `/window scroll_unread` +| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `+/bar toggle nicklist+` +| kbd:[Alt+p] | springt zur vorherigen Highlight Nachricht. | `+/window scroll_previous_highlight+` +| kbd:[Alt+u] | springt zur ersten ungelesenen Zeile im Buffer. | `+/window scroll_unread+` | kbd:[Alt+w], - kbd:[Alt+↑] | wechselt zum oberen Fenster. | `/window up` + kbd:[Alt+↑] | wechselt zum oberen Fenster. | `+/window up+` | kbd:[Alt+w], - kbd:[Alt+↓] | wechselt zum unteren Fenster. | `/window down` + kbd:[Alt+↓] | wechselt zum unteren Fenster. | `+/window down+` | kbd:[Alt+w], - kbd:[Alt+←] | wechselt zum linken Fenster. | `/window left` + kbd:[Alt+←] | wechselt zum linken Fenster. | `+/window left+` | kbd:[Alt+w], - kbd:[Alt+→] | wechselt zum rechten Fenster. | `/window right` + kbd:[Alt+→] | wechselt zum rechten Fenster. | `+/window right+` | kbd:[Alt+w], - kbd:[Alt+b] | passt die Größe aller Fenster an. | `/window balance` + kbd:[Alt+b] | passt die Größe aller Fenster an. | `+/window balance+` | kbd:[Alt+w], - kbd:[Alt+s] | Wechselt Buffer von zwei Fenstern. | `/window swap` -| kbd:[Alt+z] | Zoom für aktuelles Fenster (nochmals kbd:[Alt+z]: stellt die vorherigen Einstellungen wieder her). | `/window zoom` -| kbd:[Alt+<] | springt zum letzten besuchten Buffer. | `/input jump_previously_visited_buffer` -| kbd:[Alt+>] | springt zum nächsten besuchten Buffer. | `/input jump_next_visited_buffer` -| kbd:[Alt+/] | wechselt zum jeweils zuletzt angezeigten Buffern. | `/input jump_last_buffer_displayed` -| kbd:[Alt+=] | schaltet Filterfunktion an/aus. | `/filter toggle` -| kbd:[Alt+-] | schaltet, für den aktuellen Buffer, Filterfunktion an/aus. | `/filter toggle @` + kbd:[Alt+s] | Wechselt Buffer von zwei Fenstern. | `+/window swap+` +| kbd:[Alt+z] | Zoom für aktuelles Fenster (nochmals kbd:[Alt+z]: stellt die vorherigen Einstellungen wieder her). | `+/window zoom+` +| kbd:[Alt+<] | springt zum letzten besuchten Buffer. | `+/input jump_previously_visited_buffer+` +| kbd:[Alt+>] | springt zum nächsten besuchten Buffer. | `+/input jump_next_visited_buffer+` +| kbd:[Alt+/] | wechselt zum jeweils zuletzt angezeigten Buffern. | `+/input jump_last_buffer_displayed+` +| kbd:[Alt+=] | schaltet Filterfunktion an/aus. | `+/filter toggle+` +| kbd:[Alt+-] | schaltet, für den aktuellen Buffer, Filterfunktion an/aus. | `+/filter toggle @+` |=== [[key_bindings_search_context]] @@ -1766,15 +1766,15 @@ in einem Buffer nach einem Text zu suchen). [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Taste | Beschreibung | Befehl -| kbd:[Ctrl+r] | Wechsel des Suchmodus: einfache Textsuche (Standard), reguläre Ausdrücke. | `/input search_switch_regex` -| kbd:[Alt+c] | auf Groß-/Kleinschreibung umschalten. | `/input search_switch_case` -| kbd:[Tab] | wechselt Suche in: Nachricht (Standard), im Präfix, Präfix + Nachricht. | `/input search_switch_where` -| kbd:[↑] | sucht vorheriger Zeile. | `/input search_previous` -| kbd:[↓] | sucht nächste Zeile . | `/input search_next` +| kbd:[Ctrl+r] | Wechsel des Suchmodus: einfache Textsuche (Standard), reguläre Ausdrücke. | `+/input search_switch_regex+` +| kbd:[Alt+c] | auf Groß-/Kleinschreibung umschalten. | `+/input search_switch_case+` +| kbd:[Tab] | wechselt Suche in: Nachricht (Standard), im Präfix, Präfix + Nachricht. | `+/input search_switch_where+` +| kbd:[↑] | sucht vorheriger Zeile. | `+/input search_previous+` +| kbd:[↓] | sucht nächste Zeile . | `+/input search_next+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | beendet Suche ab aktueller Position. | `/input search_stop_here` -| kbd:[Ctrl+q] | beendet Suche und blättert zum Ende des Buffers. | `/input search_stop` + kbd:[Ctrl+m] | beendet Suche ab aktueller Position. | `+/input search_stop_here+` +| kbd:[Ctrl+q] | beendet Suche und blättert zum Ende des Buffers. | `+/input search_stop+` |=== [[key_bindings_cursor_context]] @@ -1785,25 +1785,25 @@ Diese Tasten werden im Kontext "cursor" verwendet (Cursor kann frei auf dem Bild [width="100%",cols="^.^3,^.^2,.^7,.^7",options="header"] |=== | Taste | Bereich | Beschreibung | Befehl -| kbd:[↑] | - | bewegt Cursor eine Zeile nach oben. | `/cursor move up` -| kbd:[↓] | - | bewegt Cursor eine Zeile nach unten. | `/cursor move down` -| kbd:[←] | - | bewegt Cursor eine Spalte nach links. | `/cursor move left` -| kbd:[→] | - | bewegt Cursor eine Spalte nach rechts. | `/cursor move right` -| kbd:[Alt+↑] | - | bewegt Cursor einen Bereich nach oben. | `/cursor move area_up` -| kbd:[Alt+↓] | - | bewegt Cursor einen Bereich nach unten. | `/cursor move area_down` -| kbd:[Alt+←] | - | bewegt Cursor einen Bereich nach links. | `/cursor move area_left` -| kbd:[Alt+→] | - | bewegt Cursor einen Bereich nach rechts. | `/cursor move area_right` -| kbd:[m] | Chat | quotet Nachricht. | `hsignal:chat_quote_message;/cursor stop` -| kbd:[q] | Chat | quotet prefix + Nachricht. | `hsignal:chat_quote_prefix_message;/cursor stop` -| kbd:[Q] | Chat | quotet Uhrzeit + prefix + Nachricht. | `hsignal:chat_quote_time_prefix_message;/cursor stop` -| kbd:[b] | Benutzerliste | verbannt nick (Ban). | `/window ${_window_number};/ban ${nick}` -| kbd:[k] | Benutzerliste | kickt nick. | `/window ${_window_number};/kick ${nick}` -| kbd:[K] | Benutzerliste | kickt und verbannt nick. | `/window ${_window_number};/kickban ${nick}` -| kbd:[q] | Benutzerliste | öffnet privaten Chat mit Nick. | `/window ${_window_number};/query ${nick};/cursor stop` -| kbd:[w] | Benutzerliste | führt einen whois für Nick aus. | `/window ${_window_number};/whois ${nick}` +| kbd:[↑] | - | bewegt Cursor eine Zeile nach oben. | `+/cursor move up+` +| kbd:[↓] | - | bewegt Cursor eine Zeile nach unten. | `+/cursor move down+` +| kbd:[←] | - | bewegt Cursor eine Spalte nach links. | `+/cursor move left+` +| kbd:[→] | - | bewegt Cursor eine Spalte nach rechts. | `+/cursor move right+` +| kbd:[Alt+↑] | - | bewegt Cursor einen Bereich nach oben. | `+/cursor move area_up+` +| kbd:[Alt+↓] | - | bewegt Cursor einen Bereich nach unten. | `+/cursor move area_down+` +| kbd:[Alt+←] | - | bewegt Cursor einen Bereich nach links. | `+/cursor move area_left+` +| kbd:[Alt+→] | - | bewegt Cursor einen Bereich nach rechts. | `+/cursor move area_right+` +| kbd:[m] | Chat | quotet Nachricht. | `+hsignal:chat_quote_message;/cursor stop+` +| kbd:[q] | Chat | quotet prefix + Nachricht. | `+hsignal:chat_quote_prefix_message;/cursor stop+` +| kbd:[Q] | Chat | quotet Uhrzeit + prefix + Nachricht. | `+hsignal:chat_quote_time_prefix_message;/cursor stop+` +| kbd:[b] | Benutzerliste | verbannt nick (Ban). | `+/window ${_window_number};/ban ${nick}+` +| kbd:[k] | Benutzerliste | kickt nick. | `+/window ${_window_number};/kick ${nick}+` +| kbd:[K] | Benutzerliste | kickt und verbannt nick. | `+/window ${_window_number};/kickban ${nick}+` +| kbd:[q] | Benutzerliste | öffnet privaten Chat mit Nick. | `+/window ${_window_number};/query ${nick};/cursor stop+` +| kbd:[w] | Benutzerliste | führt einen whois für Nick aus. | `+/window ${_window_number};/whois ${nick}+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | - | beendet den Cursor-Modus. | `/cursor stop` + kbd:[Ctrl+m] | - | beendet den Cursor-Modus. | `+/cursor stop+` |=== [[key_bindings_mouse_context]] @@ -1814,45 +1814,45 @@ Diese Tasten werden im Kontext "mouse" verwendet, wenn eine Mausfunktion genutzt [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== | Maustaste/Mausrad ^(1)^ | Mausgeste | Bereich | Beschreibung | Befehl -| ◾◽◽ | - | Chat | wechselt zum Fenster. | `/window ${_window_number}` -| ◾◽◽ | links | Chat | zum vorherigen Buffer springen. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | rechts | Chat | zum nächsten Buffer springen. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | links(lang) | Chat | wechselt zum ersten Buffer. | `/window ${_window_number};/buffer 1` -| ◾◽◽ | rechts(lang) | Chat | wechselt zum letzten Buffer. | `/window ${_window_number};/input jump_last_buffer` -| kbd:[▲] | - | Chat | mehrere Zeilen im Verlaufsspeicher des Buffer nach oben blättern. | `/window scroll_up -window ${_window_number}` -| kbd:[▼] | - | Chat | mehrere Zeilen im Verlaufsspeicher des Buffer nach unten blättern. | `/window scroll_down -window ${_window_number}` -| kbd:[Ctrl+▲] | - | chat | horizontal, nach links scrollen. | `/window scroll_horiz -window ${_window_number} -10%` -| kbd:[Ctrl+▼] | - | chat | horizontal, nach rechts scrollen. | `/window scroll_horiz -window ${_window_number} +10%` -| kbd:[▲] | - | chat: fset Buffer | Auswahl wird fünf Einträge nach oben bewegt, im fset Buffer. | `/fset -up 5` -| kbd:[▼] | - | chat: fset buffer | Auswahl wird fünf Einträge nach unten bewegt, im fset Buffer. | `/fset -down 5` -| ◾◽◽ | - | chat: fset buffer | springt zu einem Eintrag im fset Buffer. | `/window ${_window_number};/fset -go ${_chat_line_y}` -| ◽◽◾ | - | chat: fset buffer | Boolean-Wert wird umgeschaltet (an/aus) oder editiere den Wert einer Option. | `hsignal:fset_mouse` -| ◽◽◾ | left | chat: fset buffer | Integer/Farbwerte werden verringert, andere Variabletypen werden in die Eingabezeile kopiert. | `hsignal:fset_mouse` -| ◽◽◾ | right | chat: fset buffer | Integer/Farbwerte werden erhöht, andere Variabletypen werden in die Eingabezeile kopiert. | `hsignal:fset_mouse` -| ◽◽◾ | up / down | chat: fset buffer | markieren/demarkieren von mehreren Optionen. | `hsignal:fset_mouse` -| kbd:[▲] | - | chat: script buffer | fünf Zeilen nach oben blättern, im Script-Buffer. | `/script up 5` -| kbd:[▼] | - | chat: script buffer | fünf Zeilen nach unten blättern, im Script-Buffer. | `/script down 5` -| ◾◽◽ | - | chat: script buffer | wählt einen Eintrag im Script-Buffer aus. | `/script go ${_chat_line_y}` -| ◽◽◾ | - | chat: script buffer | installiert/entfernt ein Skript. | `/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}` -| ◾◽◽ | up / left | buflist | verschiebt Buffer in der Reihenfolge nach unten. | Signal `buflist_mouse`. -| ◾◽◽ | down / right | buflist | verschiebt Buffer in der Reihenfolge nach oben. | Signal `buflist_mouse`. -| ◾◽◽ | - | buflist | wechselt zum Buffer (oder zum vorherigen Buffer, falls der aktuell genutzte Buffer angewählt wurde). | Signal `buflist_mouse`. -| ◽◽◾ | - | buflist | wechselt zum nächsten Buffer, falls der aktuell genutzte Buffer angewählt wurde. | Signal `buflist_mouse`. -| kbd:[Ctrl+▲] | - | buflist | wechselt zum vorherigen Buffer. | Signal `buflist_mouse`. -| kbd:[Ctrl+▼] | - | buflist | wechselt zum nächsten Buffer. | Signal `buflist_mouse`. -| ◾◽◽ | hoch | Benutzerliste | Benutzerliste um eine Seite nach oben blättern. | `/bar scroll nicklist ${_window_number} -100%` -| ◾◽◽ | runter | Benutzerliste | Benutzerliste um eine Seite nach unten blättern. | `/bar scroll nicklist ${_window_number} +100%` -| ◾◽◽ | hoch(lang) | Benutzerliste | springt zum Anfang der Benutzerliste. | `/bar scroll nicklist ${_window_number} b` -| ◾◽◽ | runter(lang) | Benutzerliste | springt zum Ende der Benutzerliste. | `/bar scroll nicklist ${_window_number} e` -| ◾◽◽ | - | Benutzerliste | öffnet privaten Chat mit Nick. | `/window ${_window_number};/query ${nick}` -| ◽◽◾ | - | Benutzerliste | führt einen whois für Nick aus. | `/window ${_window_number};/whois ${nick}` -| ◾◽◽ | links | Benutzerliste | kickt Nick. | `/window ${_window_number};/kick ${nick}` -| ◾◽◽ | links(lang) | Benutzerliste | kickt und verbannt Nick. | `/window ${_window_number};/kickban ${nick}` -| ◽◽◾ | links | Benutzerliste | verbannt Nick. | `/window ${_window_number};/ban ${nick}` -| ◽◽◾ | - | Input | fängt ein Mausereignis und fügt dieses in die Befehlszeile ein. | `/input grab_mouse_area` -| kbd:[▲] | - | jede Bar | blättert Bar um 20% nach oben. | `/bar scroll ${_bar_name} ${_window_number} -20%` -| kbd:[▼] | - | jede Bar | blättert Bar um 20% nach unten. | `/bar scroll ${_bar_name} ${_window_number} +20%` -| ◽◾◽ | - | überall | aktiviert den Cursor-Modus an dieser Position. | `/cursor go ${_x},${_y}` +| ◾◽◽ | - | Chat | wechselt zum Fenster. | `+/window ${_window_number}+` +| ◾◽◽ | links | Chat | zum vorherigen Buffer springen. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | rechts | Chat | zum nächsten Buffer springen. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | links(lang) | Chat | wechselt zum ersten Buffer. | `+/window ${_window_number};/buffer 1+` +| ◾◽◽ | rechts(lang) | Chat | wechselt zum letzten Buffer. | `+/window ${_window_number};/input jump_last_buffer+` +| kbd:[▲] | - | Chat | mehrere Zeilen im Verlaufsspeicher des Buffer nach oben blättern. | `+/window scroll_up -window ${_window_number}+` +| kbd:[▼] | - | Chat | mehrere Zeilen im Verlaufsspeicher des Buffer nach unten blättern. | `+/window scroll_down -window ${_window_number}+` +| kbd:[Ctrl+▲] | - | chat | horizontal, nach links scrollen. | `+/window scroll_horiz -window ${_window_number} -10%+` +| kbd:[Ctrl+▼] | - | chat | horizontal, nach rechts scrollen. | `+/window scroll_horiz -window ${_window_number} +10%+` +| kbd:[▲] | - | chat: fset Buffer | Auswahl wird fünf Einträge nach oben bewegt, im fset Buffer. | `+/fset -up 5+` +| kbd:[▼] | - | chat: fset buffer | Auswahl wird fünf Einträge nach unten bewegt, im fset Buffer. | `+/fset -down 5+` +| ◾◽◽ | - | chat: fset buffer | springt zu einem Eintrag im fset Buffer. | `+/window ${_window_number};/fset -go ${_chat_line_y}+` +| ◽◽◾ | - | chat: fset buffer | Boolean-Wert wird umgeschaltet (an/aus) oder editiere den Wert einer Option. | `+hsignal:fset_mouse+` +| ◽◽◾ | left | chat: fset buffer | Integer/Farbwerte werden verringert, andere Variabletypen werden in die Eingabezeile kopiert. | `+hsignal:fset_mouse+` +| ◽◽◾ | right | chat: fset buffer | Integer/Farbwerte werden erhöht, andere Variabletypen werden in die Eingabezeile kopiert. | `+hsignal:fset_mouse+` +| ◽◽◾ | up / down | chat: fset buffer | markieren/demarkieren von mehreren Optionen. | `+hsignal:fset_mouse+` +| kbd:[▲] | - | chat: script buffer | fünf Zeilen nach oben blättern, im Script-Buffer. | `+/script up 5+` +| kbd:[▼] | - | chat: script buffer | fünf Zeilen nach unten blättern, im Script-Buffer. | `+/script down 5+` +| ◾◽◽ | - | chat: script buffer | wählt einen Eintrag im Script-Buffer aus. | `+/script go ${_chat_line_y}+` +| ◽◽◾ | - | chat: script buffer | installiert/entfernt ein Skript. | `+/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}+` +| ◾◽◽ | up / left | buflist | verschiebt Buffer in der Reihenfolge nach unten. | Signal `+buflist_mouse+`. +| ◾◽◽ | down / right | buflist | verschiebt Buffer in der Reihenfolge nach oben. | Signal `+buflist_mouse+`. +| ◾◽◽ | - | buflist | wechselt zum Buffer (oder zum vorherigen Buffer, falls der aktuell genutzte Buffer angewählt wurde). | Signal `+buflist_mouse+`. +| ◽◽◾ | - | buflist | wechselt zum nächsten Buffer, falls der aktuell genutzte Buffer angewählt wurde. | Signal `+buflist_mouse+`. +| kbd:[Ctrl+▲] | - | buflist | wechselt zum vorherigen Buffer. | Signal `+buflist_mouse+`. +| kbd:[Ctrl+▼] | - | buflist | wechselt zum nächsten Buffer. | Signal `+buflist_mouse+`. +| ◾◽◽ | hoch | Benutzerliste | Benutzerliste um eine Seite nach oben blättern. | `+/bar scroll nicklist ${_window_number} -100%+` +| ◾◽◽ | runter | Benutzerliste | Benutzerliste um eine Seite nach unten blättern. | `+/bar scroll nicklist ${_window_number} +100%+` +| ◾◽◽ | hoch(lang) | Benutzerliste | springt zum Anfang der Benutzerliste. | `+/bar scroll nicklist ${_window_number} b+` +| ◾◽◽ | runter(lang) | Benutzerliste | springt zum Ende der Benutzerliste. | `+/bar scroll nicklist ${_window_number} e+` +| ◾◽◽ | - | Benutzerliste | öffnet privaten Chat mit Nick. | `+/window ${_window_number};/query ${nick}+` +| ◽◽◾ | - | Benutzerliste | führt einen whois für Nick aus. | `+/window ${_window_number};/whois ${nick}+` +| ◾◽◽ | links | Benutzerliste | kickt Nick. | `+/window ${_window_number};/kick ${nick}+` +| ◾◽◽ | links(lang) | Benutzerliste | kickt und verbannt Nick. | `+/window ${_window_number};/kickban ${nick}+` +| ◽◽◾ | links | Benutzerliste | verbannt Nick. | `+/window ${_window_number};/ban ${nick}+` +| ◽◽◾ | - | Input | fängt ein Mausereignis und fügt dieses in die Befehlszeile ein. | `+/input grab_mouse_area+` +| kbd:[▲] | - | jede Bar | blättert Bar um 20% nach oben. | `+/bar scroll ${_bar_name} ${_window_number} -20%+` +| kbd:[▼] | - | jede Bar | blättert Bar um 20% nach unten. | `+/bar scroll ${_bar_name} ${_window_number} +20%+` +| ◽◾◽ | - | überall | aktiviert den Cursor-Modus an dieser Position. | `+/cursor go ${_x},${_y}+` |=== [NOTE] @@ -1866,43 +1866,43 @@ Diese Tasten und Aktionen werden im fset-Buffer verwendet (siehe <<fset_plugin,F [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Taste | Action ^(1)^ | Beschreibung | Befehl -| kbd:[↑] | | einen Eintrag nach oben. | `/fset -up` -| kbd:[↓] | | einen Eintrag nach unten. | `/fset -down` -| kbd:[PgUp] | | eine Seite hoch blättern. | `/window page_up` -| kbd:[PgDn] | | eine Seite runter blättern. | `/window page_down` -| kbd:[Alt+Home] | `pass:[<<]` | springt zum ersten Eintrag. | `/fset -go 0` -| kbd:[Alt+End] | `pass:[>>]` | springt zum letzten Eintrag. | `/fset -go end` -| kbd:[F11] | `pass:[<]` | scrollt horizontal nach links. | `/fset -left` -| kbd:[F12] | `pass:[>]` | scrollt horizontal nach rechts. | `/fset -right` -| kbd:[Alt+Space] | `t` | Boolean Wert ein/ausschalten. | `/fset -toggle` -| kbd:[Alt+-] | `-` | subtrahiert 1 vom Wert bei Integer/Farboptionen, bei anderen Typen kann der Wert editiert werden. | `/fset -add -1` -| kbd:[Alt++] | `+` | addiert 1 zum Wert bei Integer/Farboptionen, bei anderen Typen kann der Wert editiert werden. | `/fset -add 1` +| kbd:[↑] | | einen Eintrag nach oben. | `+/fset -up+` +| kbd:[↓] | | einen Eintrag nach unten. | `+/fset -down+` +| kbd:[PgUp] | | eine Seite hoch blättern. | `+/window page_up+` +| kbd:[PgDn] | | eine Seite runter blättern. | `+/window page_down+` +| kbd:[Alt+Home] | `pass:[<<]` | springt zum ersten Eintrag. | `+/fset -go 0+` +| kbd:[Alt+End] | `pass:[>>]` | springt zum letzten Eintrag. | `+/fset -go end+` +| kbd:[F11] | `pass:[<]` | scrollt horizontal nach links. | `+/fset -left+` +| kbd:[F12] | `pass:[>]` | scrollt horizontal nach rechts. | `+/fset -right+` +| kbd:[Alt+Space] | `t` | Boolean Wert ein/ausschalten. | `+/fset -toggle+` +| kbd:[Alt+-] | `-` | subtrahiert 1 vom Wert bei Integer/Farboptionen, bei anderen Typen kann der Wert editiert werden. | `+/fset -add -1+` +| kbd:[Alt++] | `+` | addiert 1 zum Wert bei Integer/Farboptionen, bei anderen Typen kann der Wert editiert werden. | `+/fset -add 1+` | kbd:[Alt+f], - kbd:[Alt+r] | `r` | Wert resetten. | `/fset -reset` + kbd:[Alt+r] | `r` | Wert resetten. | `+/fset -reset+` | kbd:[Alt+f], - kbd:[Alt+u] | `u` | Wert zurücksetzen. | `/fset -unset` -| kbd:[Alt+Enter] | `s` | Wert setzen. | `/fset -set` + kbd:[Alt+u] | `u` | Wert zurücksetzen. | `+/fset -unset+` +| kbd:[Alt+Enter] | `s` | Wert setzen. | `+/fset -set+` | kbd:[Alt+f], - kbd:[Alt+n] | `n` | ein neuer Wert wird gesetzt, der alte Wert wird gelöscht. | `/fset -setnew` + kbd:[Alt+n] | `n` | ein neuer Wert wird gesetzt, der alte Wert wird gelöscht. | `+/fset -setnew+` | kbd:[Alt+f], - kbd:[Alt+a] | `a` | dem Wert was hinzufügen. | `/fset -append` -| kbd:[Alt+,] | `,` | markieren/demarkieren einer Option. | `/fset -mark 1` -| kbd:[Shift+↑] | | eine Zeile nach oben und markiert/demarkiert Option. | `/fset -up; /fset -mark` -| kbd:[Shift+↓] | | markiert/demarkiert Option und geht eine Zeile nach unten. | `/fset -mark; /fset -down` + kbd:[Alt+a] | `a` | dem Wert was hinzufügen. | `+/fset -append+` +| kbd:[Alt+,] | `,` | markieren/demarkieren einer Option. | `+/fset -mark 1+` +| kbd:[Shift+↑] | | eine Zeile nach oben und markiert/demarkiert Option. | `+/fset -up; /fset -mark+` +| kbd:[Shift+↓] | | markiert/demarkiert Option und geht eine Zeile nach unten. | `+/fset -mark; /fset -down+` | | `m:xxx` | markiert Optionen welche angezeigt werden und auf die der Filter "xxx" zutrifft (jeder Filter für Option oder Wert ist erlaubt, siehe <<command_fset_fset,fset command>>). | | | `u:xxx` | demarkiert Optionen welche angezeigt werden und auf die der Filter "xxx" zutrifft (jeder Filter für Option oder Wert ist erlaubt, siehe <<command_fset_fset,fset command>>). | -| kbd:[Ctrl+l] (`L`) | | der Bildschirm wird neu gezeichnet. | `/fset -refresh` +| kbd:[Ctrl+l] (`L`) | | der Bildschirm wird neu gezeichnet. | `+/fset -refresh+` | | `$` | Optionen neu einlesen (markierte Optionen werden beibehalten). | | | `$$` | Optionen neu einlesen (Markierungen von Optionen werden dabei gelöscht). | -| kbd:[Alt+p] | | Umschalten der Beschreibung von Erweiterungen (`pass:[plugins.desc.*]`). | `/mute /set fset.look.show_plugins_desc toggle` -| kbd:[Alt+v] | | Hilfe-Bar Ein-/Ausschalten. | `/bar toggle fset` -| | `s:x,y` | sortiert Optionen nach Bereichen x,y (siehe Option <<option_fset.look.sort,fset.look.sort>>). | `/mute /set fset.look.sort x,y` -| | `s:` | setzt Sortierung wieder auf Standardwerte (siehe Option <<option_fset.look.sort,fset.look.sort>>). | `/mute /unset fset.look.sort` -| | `w:xxx` | exportiert Optionen in Datei "xxx". | `/fset -export xxx` -| | `w-:xxx` | exportiert Optionen in Datei "xxx", ohne Hilfstext. | `/fset -export -nohelp xxx` -| | `w+:xxx` | exportiert Optionen in Datei "xxx", mit Hilfstext. | `/fset -export -help xxx` -| kbd:[Ctrl+x] | `x` | Umschalten zwischen der Darstellung von Optionen. | `/fset -format` -| | `q` | fset Buffer schließen. | `/buffer close` +| kbd:[Alt+p] | | Umschalten der Beschreibung von Erweiterungen (`pass:[plugins.desc.*]`). | `+/mute /set fset.look.show_plugins_desc toggle+` +| kbd:[Alt+v] | | Hilfe-Bar Ein-/Ausschalten. | `+/bar toggle fset+` +| | `s:x,y` | sortiert Optionen nach Bereichen x,y (siehe Option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /set fset.look.sort x,y+` +| | `s:` | setzt Sortierung wieder auf Standardwerte (siehe Option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /unset fset.look.sort+` +| | `w:xxx` | exportiert Optionen in Datei "xxx". | `+/fset -export xxx+` +| | `w-:xxx` | exportiert Optionen in Datei "xxx", ohne Hilfstext. | `+/fset -export -nohelp xxx+` +| | `w+:xxx` | exportiert Optionen in Datei "xxx", mit Hilfstext. | `+/fset -export -help xxx+` +| kbd:[Ctrl+x] | `x` | Umschalten zwischen der Darstellung von Optionen. | `+/fset -format+` +| | `q` | fset Buffer schließen. | `+/buffer close+` |=== [NOTE] @@ -1916,17 +1916,17 @@ Diese Tasten und Aktionen werden im fset-Buffer verwendet (siehe <<scripts_plugi [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Taste | Action ^(1)^ | Beschreibung | Befehl -| kbd:[↑] | | eine Zeile nach oben. | `/script up` -| kbd:[↓] | | eine Zeile nach unten. | `/script down` -| kbd:[PgUp] | | eine Seite hoch blättern. | `/window page_up` -| kbd:[PgDn] | | eine Seite nach unten blättern. | `/window page_down` -| kbd:[Alt+i] | `i` | Skript installieren. | `/script install` -| kbd:[Alt+r] | `r` | Skript entfernen. | `/script remove` -| kbd:[Alt+l] (`L`) | `l` | Skript laden. | `/script load` -| kbd:[Alt+u] | `u` | Skript wird beendet. | `/script unload` -| kbd:[Alt+Shift+A] | `A` | das Skript wird in das autoload-Verzeichnis eingebunden. | `/script toggleautoload` -| kbd:[Alt+h] | `h` | Skript wird gehalten bzw. freigegeben. | `/script hold` -| kbd:[Alt+v] | `v` | Skript Quelltext anzeigen. | `/script show` +| kbd:[↑] | | eine Zeile nach oben. | `+/script up+` +| kbd:[↓] | | eine Zeile nach unten. | `+/script down+` +| kbd:[PgUp] | | eine Seite hoch blättern. | `+/window page_up+` +| kbd:[PgDn] | | eine Seite nach unten blättern. | `+/window page_down+` +| kbd:[Alt+i] | `i` | Skript installieren. | `+/script install+` +| kbd:[Alt+r] | `r` | Skript entfernen. | `+/script remove+` +| kbd:[Alt+l] (`L`) | `l` | Skript laden. | `+/script load+` +| kbd:[Alt+u] | `u` | Skript wird beendet. | `+/script unload+` +| kbd:[Alt+Shift+A] | `A` | das Skript wird in das autoload-Verzeichnis eingebunden. | `+/script toggleautoload+` +| kbd:[Alt+h] | `h` | Skript wird gehalten bzw. freigegeben. | `+/script hold+` +| kbd:[Alt+v] | `v` | Skript Quelltext anzeigen. | `+/script show+` |=== [NOTE] @@ -2051,7 +2051,7 @@ Mausereignisse mittels `+*+` abzufangen. Zum Beispiel fängt eingeleitet werden. [TIP] -Den Namen eines Mausereignisses kann man mittels des Befehls `/input grab_mouse` erfragen. +Den Namen eines Mausereignisses kann man mittels des Befehls `+/input grab_mouse+` erfragen. Man führt den Befehl in der Eingabezeile aus und startet das Ereignis. Als Ergebnis erhält man in der Eingabezeile den Namen des ausgeführten Mausereignisses. @@ -2869,17 +2869,17 @@ mit dem entsprechenden Wert ersetzt: [width="100%",cols="2l,4,8",options="header"] |=== | Platzhalter | Beschreibung | Wert/Beispiel -| $clientinfo | Liste der CTCP Antworten | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| $version | WeeChat Version | `0.4.0-dev` -| $versiongit | WeeChat Version + Git version ^(1)^ | `0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| $git | Git Version ^(1)^ | `v0.3.9-104-g7eb5cc4` -| $compilation | Datum der Kompilierung | `Dec 16 2012` -| $osinfo | Info über das genutzte OS | `Linux 2.6.32-5-amd64 / x86_64` -| $site | WeeChat Seite | `https://weechat.org/` -| $download | WeeChat, Download Seite | `https://weechat.org/download` -| $time | Aktuelle Uhrzeit/Datum | `Sun, 16 Dec 2012 10:40:48 +0100` -| $username | Username beim IRC Server | `Name` -| $realname | Realname beim IRC Server | `John Doe` +| $clientinfo | Liste der CTCP Antworten | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| $version | WeeChat Version | `+0.4.0-dev+` +| $versiongit | WeeChat Version + Git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git Version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $compilation | Datum der Kompilierung | `+Dec 16 2012+` +| $osinfo | Info über das genutzte OS | `+Linux 2.6.32-5-amd64 / x86_64+` +| $site | WeeChat Seite | `+https://weechat.org/+` +| $download | WeeChat, Download Seite | `+https://weechat.org/download+` +| $time | Aktuelle Uhrzeit/Datum | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| $username | Username beim IRC Server | `+Name+` +| $realname | Realname beim IRC Server | `+John Doe+` |=== [NOTE] @@ -2891,13 +2891,13 @@ Falls CTCP Optionen nicht festgelegt sind, lauten die CTCP Antworten: [width="100%",cols="2,4,8",options="header"] |=== -| CTCP | Antwortformat | Beispiel -| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `https://weechat.org/download` -| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` -| USERINFO | `$username ($realname)` | `Name (John Doe)` -| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` +| CTCP | Antwortformat | Beispiel +| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| FINGER | `+WeeChat $versiongit+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| SOURCE | `+$download+` | `+https://weechat.org/download+` +| TIME | `+$time+` | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| USERINFO | `+$username ($realname)+` | `+Name (John Doe)+` +| VERSION | `+WeeChat $versiongit ($compilation)+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)+` |=== [[irc_target_buffer]] @@ -3809,8 +3809,8 @@ Ein Trigger hat folgende Optionen (Benennung ist | enabled | `on`, `off` | Wenn die Option auf `off` gesetzt ist, dann ist der Trigger deaktiviert und die Ausführung ist gestoppt. -| hook | `signal`, `hsignal`, `modifier`, `line`, `print`, `command`, - `command_run`, `timer`, `config`, `focus`, `info`, `info_hashtable` | +| hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`, + `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` | Der hook welcher durch Trigger genutzt werden soll. Für weitere Informationen siehe link:weechat_plugin_api.en.html#hooks[Anleitung für API Erweiterung / Hooks] (Englisch). @@ -3830,7 +3830,7 @@ Ein Trigger hat folgende Optionen (Benennung ist Befehl der ausgeführt werden soll (mehrere Befehle können durch Kommata voneinander getrennt werden); Inhalt ist evaluiert (siehe Befehl <<command_weechat_eval,/eval>>). -| return_code | `ok`, `ok_eat`, `error` | +| return_code | `+ok+`, `+ok_eat+`, `+error+` | Rückgabewert des Callback (Standardwert: `ok`, sollte für fast jeden Trigger genutzt werden. Die anderen Werte werden höchst selten verwendet). @@ -4121,8 +4121,8 @@ und die Daten in einer Hashtable gesichert: [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Typ | Beschreibung -| irc_server | pointer | Pointer auf IRC Server (Variable in hdata vom Typ "irc_server" kann verwendet werden, wie `${irc_server.name}`). -| irc_channel | pointer | Pointer auf IRC Channel (Variable in hdata vom Typ "irc_channel" kann verwendet werden, wie `${irc_channel.name}`). +| irc_server | pointer | Pointer auf IRC Server (Variable in hdata vom Typ "irc_server" kann verwendet werden, wie `+${irc_server.name}+`). +| irc_channel | pointer | Pointer auf IRC Channel (Variable in hdata vom Typ "irc_channel" kann verwendet werden, wie `+${irc_channel.name}+`). | server | string | Name des Server (Beispiel: "freenode"). | tags | string | Tags in Nachricht (findet selten Verwendung). | message_without_tags | string | Nachricht ohne Tags. @@ -4138,7 +4138,7 @@ und die Daten in einer Hashtable gesichert: | pos_text | string | Index von _text_ innerhalb einer Nachricht ("-1" falls _text_ nicht gefunden wird). |=== -Sofern es sich bei den Daten um einen Pointer handelt, kann die Variable `tg_signal_data` +Sofern es sich bei den Daten um einen Pointer handelt, kann die Variable `+tg_signal_data+` wie im folgenden Beispiel genutzt werden um den Inhalt von hdata zu lesen (im Beispiel wird der Pointer eines Buffer verwendet): diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 0eaa8e786..307b4f32d 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -131,8 +131,8 @@ important). WeeChat can compile with libncurses5-dev, but it is *NOT* recommende you may experience display bugs with wide chars. + ^(3)^ GnuTLS ≥ 3.0.21 is required for IRC SASL authentication with mechanism ECDSA-NIST256P-CHALLENGE. + -^(4)^ By default Python 3.x is used. If you enable option `ENABLE_PYTHON2` (see -below), only the version 2.7 of Python is recommended. +^(4)^ By default Python 3.x is used. If you enable option `+ENABLE_PYTHON2+` +(see below), only the version 2.7 of Python is recommended. If you are using a Debian/Ubuntu based distribution, and if you have some "deb-src" source entries in your file _/etc/apt/sources.list_, you can install @@ -1189,11 +1189,11 @@ List of bar options: | items | string | A list of _items_ (see <<bar_items,items>> for more info). -| filling_left_right | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Type of filling for a bar which has position `left` or `right` (see <<bar_filling,filling>> for more info). -| filling_top_bottom | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Type of filling for a bar which has position `top` or `bottom` (see <<bar_filling,filling>> for more info). @@ -1241,14 +1241,14 @@ _bitlist_ and if bitlbee server is called _bitlbee_): There are four types of filling: -* `horizontal`: the items are displayed horizontally, from left to right. If +* `+horizontal+`: the items are displayed horizontally, from left to right. If there are new lines in items, a space is used to separate lines. -* `vertical`: the items are displayed from top to bottom. If there are new +* `+vertical+`: the items are displayed from top to bottom. If there are new lines in items, a new line is used to separate lines. -* `columns_horizontal`: items are displayed using columns, where text is +* `+columns_horizontal+`: items are displayed using columns, where text is aligned on the left. The first item is on top left, the second is on same line, on the right. -* `columns_vertical`: items are displayed using columns, where text is aligned +* `+columns_vertical+`: items are displayed using columns, where text is aligned on the left. The first item is on top left, the second is one line below. Default bars _title_, _status_ and _input_ have _horizontal_ filling, and @@ -1512,7 +1512,8 @@ For example to disable highlights from "joe" and "mike" on current buffer: [NOTE] The buffer property "hotlist_max_level_nicks" is not saved in configuration. + You can easily save it with the script _buffer_autoset.py_: you can install it -with `/script install buffer_autoset.py` and get help with `/help buffer_autoset`. +with `+/script install buffer_autoset.py+` and get help with +`+/help buffer_autoset+`. [[highlights]] === Highlights @@ -1577,7 +1578,8 @@ For example to force the highlight on all messages in the current buffer: [NOTE] The buffer property "highlight_regex" is not saved in configuration. + You can easily save it with the script _buffer_autoset.py_: you can install it -with `/script install buffer_autoset.py` and get help with `/help buffer_autoset`. +with `+/script install buffer_autoset.py+` and get help with +`+/help buffer_autoset+`. [[key_bindings]] === Default key bindings @@ -1589,54 +1591,54 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset |=== | Key | Description | Command | kbd:[←] + - kbd:[Ctrl+b] | Go to previous char in command line. | `/input move_previous_char` + kbd:[Ctrl+b] | Go to previous char in command line. | `+/input move_previous_char+` | kbd:[→] + - kbd:[Ctrl+f] | Go to next char in command line. | `/input move_next_char` + kbd:[Ctrl+f] | Go to next char in command line. | `+/input move_next_char+` | kbd:[Ctrl+←] + - kbd:[Alt+b] | Go to previous word in command line. | `/input move_previous_word` + kbd:[Alt+b] | Go to previous word in command line. | `+/input move_previous_word+` | kbd:[Ctrl+→] + - kbd:[Alt+f] | Go to next word in command line. | `/input move_next_word` + kbd:[Alt+f] | Go to next word in command line. | `+/input move_next_word+` | kbd:[Home] + - kbd:[Ctrl+a] | Go to the beginning of command line. | `/input move_beginning_of_line` + kbd:[Ctrl+a] | Go to the beginning of command line. | `+/input move_beginning_of_line+` | kbd:[End] + - kbd:[Ctrl+e] | Go to the end of command line. | `/input move_end_of_line` + kbd:[Ctrl+e] | Go to the end of command line. | `+/input move_end_of_line+` | kbd:[Ctrl+c], - kbd:[b] | Insert code for bold text. | `/input insert \x02` + kbd:[b] | Insert code for bold text. | `+/input insert \x02+` | kbd:[Ctrl+c], - kbd:[c] | Insert code for colored text. | `/input insert \x03` + kbd:[c] | Insert code for colored text. | `+/input insert \x03+` | kbd:[Ctrl+c], - kbd:[i] | Insert code for italic text. | `/input insert \x1D` + kbd:[i] | Insert code for italic text. | `+/input insert \x1D+` | kbd:[Ctrl+c], - kbd:[o] | Insert code for color reset. | `/input insert \x0F` + kbd:[o] | Insert code for color reset. | `+/input insert \x0F+` | kbd:[Ctrl+c], - kbd:[v] | Insert code for reverse color. | `/input insert \x16` + kbd:[v] | Insert code for reverse color. | `+/input insert \x16+` | kbd:[Ctrl+c], - kbd:[_] | Insert code for underlined text. | `/input insert \x1F` + kbd:[_] | Insert code for underlined text. | `+/input insert \x1F+` | kbd:[Del] + - kbd:[Ctrl+d] | Delete next char in command line. | `/input delete_next_char` + kbd:[Ctrl+d] | Delete next char in command line. | `+/input delete_next_char+` | kbd:[Backsp.] + - kbd:[Ctrl+h] | Delete previous char in command line. | `/input delete_previous_char` -| kbd:[Ctrl+k] | Delete from cursor until end of command line (deleted string is copied to the internal clipboard). | `/input delete_end_of_line` -| kbd:[Ctrl+r] | Search for text in buffer history (see <<key_bindings_search_context,keys for search context>>). | `/input search_text_here` + kbd:[Ctrl+h] | Delete previous char in command line. | `+/input delete_previous_char+` +| kbd:[Ctrl+k] | Delete from cursor until end of command line (deleted string is copied to the internal clipboard). | `+/input delete_end_of_line+` +| kbd:[Ctrl+r] | Search for text in buffer history (see <<key_bindings_search_context,keys for search context>>). | `+/input search_text_here+` | kbd:[Ctrl+t] | Transpose chars. | `/input transpose_chars` -| kbd:[Ctrl+u] | Delete from cursor until beginning of command line (deleted string is copied to the internal clipboard). | `/input delete_beginning_of_line` -| kbd:[Ctrl+w] | Delete previous word of command line (deleted string is copied to the internal clipboard). | `/input delete_previous_word` -| kbd:[Ctrl+y] | Paste the internal clipboard content. | `/input clipboard_paste` -| kbd:[Ctrl+_] | Undo last action on command line. | `/input undo` -| kbd:[Alt+_] | Redo last action on command line. | `/input redo` -| kbd:[Tab] | Complete command or nick (kbd:[Tab] again: find next completion). | `/input complete_next` -| kbd:[Shift+Tab] | Without completion: do a partial completion, with pending completion: complete with previous completion. | `/input complete_previous` +| kbd:[Ctrl+u] | Delete from cursor until beginning of command line (deleted string is copied to the internal clipboard). | `+/input delete_beginning_of_line+` +| kbd:[Ctrl+w] | Delete previous word of command line (deleted string is copied to the internal clipboard). | `+/input delete_previous_word+` +| kbd:[Ctrl+y] | Paste the internal clipboard content. | `+/input clipboard_paste+` +| kbd:[Ctrl+_] | Undo last action on command line. | `+/input undo+` +| kbd:[Alt+_] | Redo last action on command line. | `+/input redo+` +| kbd:[Tab] | Complete command or nick (kbd:[Tab] again: find next completion). | `+/input complete_next+` +| kbd:[Shift+Tab] | Without completion: do a partial completion, with pending completion: complete with previous completion. | `+/input complete_previous+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Execute command or send message (in search mode: stop search). | `/input return` -| kbd:[↑] | Call previous command/message (in search mode: search up). | `/input history_previous` -| kbd:[↓] | Call next command/message (in search mode: search down). | `/input history_next` -| kbd:[Ctrl+↑] | Call previous command/message in global history (common for all buffers). | `/input history_global_previous` -| kbd:[Ctrl+↓] | Call next command/message in global history (common for all buffers). | `/input history_global_next` -| kbd:[Alt+d] | Delete next word in command line (deleted string is copied to the internal clipboard). | `/input delete_next_word` -| kbd:[Alt+k] | Grab a key and insert its code (and command bound if key exists) in command line. | `/input grab_key_command` -| kbd:[Alt+r] | Delete entire command line. | `/input delete_line` -| kbd:[Alt+s] | Toggle spell checker. | `/mute spell toggle` + kbd:[Ctrl+m] | Execute command or send message (in search mode: stop search). | `+/input return+` +| kbd:[↑] | Call previous command/message (in search mode: search up). | `+/input history_previous+` +| kbd:[↓] | Call next command/message (in search mode: search down). | `+/input history_next+` +| kbd:[Ctrl+↑] | Call previous command/message in global history (common for all buffers). | `+/input history_global_previous+` +| kbd:[Ctrl+↓] | Call next command/message in global history (common for all buffers). | `+/input history_global_next+` +| kbd:[Alt+d] | Delete next word in command line (deleted string is copied to the internal clipboard). | `+/input delete_next_word+` +| kbd:[Alt+k] | Grab a key and insert its code (and command bound if key exists) in command line. | `+/input grab_key_command+` +| kbd:[Alt+r] | Delete entire command line. | `+/input delete_line+` +| kbd:[Alt+s] | Toggle spell checker. | `+/mute spell toggle+` |=== [[key_bindings_buffers_windows]] @@ -1645,79 +1647,79 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Key | Description | Command -| kbd:[Ctrl+l] (`L`) | Redraw whole window. | `/window refresh` +| kbd:[Ctrl+l] (`L`) | Redraw whole window. | `+/window refresh+` | kbd:[Ctrl+s], - kbd:[Ctrl+u] | Set unread marker on all buffers. | `/input set_unread` -| kbd:[Ctrl+x] | Switch current buffer if buffers are attached with same number. | `/input switch_active_buffer` -| kbd:[Alt+x] | Zoom on merged buffer (kbd:[Alt+x] again: display all merged buffers). | `/input zoom_merged_buffer` -| kbd:[PgUp] | Scroll up one page in buffer history. | `/window page_up` -| kbd:[PgDn] | Scroll down one page in buffer history. | `/window page_down` -| kbd:[Alt+PgUp] | Scroll up a few lines in buffer history. | `/window scroll_up` -| kbd:[Alt+PgDn] | Scroll down a few lines in buffer history. | `/window scroll_down` -| kbd:[Alt+Home] | Scroll to top of buffer. | `/window scroll_top` -| kbd:[Alt+End] | Scroll to bottom of buffer. | `/window scroll_bottom` + kbd:[Ctrl+u] | Set unread marker on all buffers. | `+/input set_unread+` +| kbd:[Ctrl+x] | Switch current buffer if buffers are attached with same number. | `+/input switch_active_buffer+` +| kbd:[Alt+x] | Zoom on merged buffer (kbd:[Alt+x] again: display all merged buffers). | `+/input zoom_merged_buffer+` +| kbd:[PgUp] | Scroll up one page in buffer history. | `+/window page_up+` +| kbd:[PgDn] | Scroll down one page in buffer history. | `+/window page_down+` +| kbd:[Alt+PgUp] | Scroll up a few lines in buffer history. | `+/window scroll_up+` +| kbd:[Alt+PgDn] | Scroll down a few lines in buffer history. | `+/window scroll_down+` +| kbd:[Alt+Home] | Scroll to top of buffer. | `+/window scroll_top+` +| kbd:[Alt+End] | Scroll to bottom of buffer. | `+/window scroll_bottom+` | kbd:[F1] + - kbd:[Ctrl+F1] | Scroll up one page in buflist. | `/bar scroll buflist * -100%` + kbd:[Ctrl+F1] | Scroll up one page in buflist. | `+/bar scroll buflist * -100%+` | kbd:[F2] + - kbd:[Ctrl+F2] | Scroll down one page in buflist. | `/bar scroll buflist * +100%` -| kbd:[Alt+F1] | Go to the beginning of buflist. | `/bar scroll buflist * b` -| kbd:[Alt+F2] | Go to the end of buflist. | `/bar scroll buflist * e` + kbd:[Ctrl+F2] | Scroll down one page in buflist. | `+/bar scroll buflist * +100%+` +| kbd:[Alt+F1] | Go to the beginning of buflist. | `+/bar scroll buflist * b+` +| kbd:[Alt+F2] | Go to the end of buflist. | `+/bar scroll buflist * e+` | kbd:[Alt+←] + kbd:[Alt+↑] + kbd:[Ctrl+p] + - kbd:[F5] | Switch to previous buffer. | `/buffer -1` + kbd:[F5] | Switch to previous buffer. | `+/buffer -1+` | kbd:[Alt+→] + kbd:[Alt+↓] + kbd:[Ctrl+n] + - kbd:[F6] | Switch to next buffer. | `/buffer +1` -| kbd:[F7] | Switch to previous window. | `/window -1` -| kbd:[F8] | Switch to next window. | `/window +1` + kbd:[F6] | Switch to next buffer. | `+/buffer +1+` +| kbd:[F7] | Switch to previous window. | `+/window -1+` +| kbd:[F8] | Switch to next window. | `+/window +1+` | kbd:[F9] | Scroll buffer's title on the left. | `+/bar scroll title * -30%+` | kbd:[F10] | Scroll buffer's title on the right. | `+/bar scroll title * +30%+` | kbd:[F11] + - kbd:[Ctrl+F11] | Scroll up one page in nicklist. | `/bar scroll nicklist * -100%` + kbd:[Ctrl+F11] | Scroll up one page in nicklist. | `+/bar scroll nicklist * -100%+` | kbd:[F12] + - kbd:[Ctrl+F12] | Scroll down one page in nicklist. | `/bar scroll nicklist * +100%` -| kbd:[Alt+F11] | Go to the beginning of nicklist. | `/bar scroll nicklist * b` -| kbd:[Alt+F12] | Go to the end of nicklist. | `/bar scroll nicklist * e` -| kbd:[Alt+a] | Switch to next buffer with activity (with priority: highlight, message, other). | `/input jump_smart` -| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle` -| kbd:[Alt+h] | Clear hotlist (activity notification on other buffers). | `/input hotlist_clear` + kbd:[Ctrl+F12] | Scroll down one page in nicklist. | `+/bar scroll nicklist * +100%+` +| kbd:[Alt+F11] | Go to the beginning of nicklist. | `+/bar scroll nicklist * b+` +| kbd:[Alt+F12] | Go to the end of nicklist. | `+/bar scroll nicklist * e+` +| kbd:[Alt+a] | Switch to next buffer with activity (with priority: highlight, message, other). | `+/input jump_smart+` +| kbd:[Alt+Shift+B] | Toggle buflist. | `+/buflist toggle+` +| kbd:[Alt+h] | Clear hotlist (activity notification on other buffers). | `+/input hotlist_clear+` | kbd:[Alt+j], - kbd:[Alt+f] | Switch to first buffer. | `/buffer -` + kbd:[Alt+f] | Switch to first buffer. | `+/buffer -+` | kbd:[Alt+j], - kbd:[Alt+l] (`L`) | Switch to last buffer. | `/buffer +` + kbd:[Alt+l] (`L`) | Switch to last buffer. | `+/buffer ++` | kbd:[Alt+j], - kbd:[Alt+r] | Switch to IRC raw buffer. | `/server raw` + kbd:[Alt+r] | Switch to IRC raw buffer. | `+/server raw+` | kbd:[Alt+j], - kbd:[Alt+s] | Switch to IRC server buffer. | `/server jump` -| kbd:[Alt+0...9] | Switch to buffer by number (0 = 10). | `/buffer *N` + kbd:[Alt+s] | Switch to IRC server buffer. | `+/server jump+` +| kbd:[Alt+0...9] | Switch to buffer by number (0 = 10). | `+/buffer *N+` | kbd:[Alt+j], - kbd:[01...99] | Switch to buffer by number. | `/buffer *NN` -| kbd:[Alt+l] (`L`) | Toggle bare display. | `/window bare` -| kbd:[Alt+m] | Toggle mouse. | `/mouse toggle` -| kbd:[Alt+n] | Scroll to next highlight. | `/window scroll_next_highlight` -| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `/bar toggle nicklist` -| kbd:[Alt+p] | Scroll to previous highlight. | `/window scroll_previous_highlight` -| kbd:[Alt+u] | Scroll to first unread line in buffer. | `/window scroll_unread` + kbd:[01...99] | Switch to buffer by number. | `+/buffer *NN+` +| kbd:[Alt+l] (`L`) | Toggle bare display. | `+/window bare+` +| kbd:[Alt+m] | Toggle mouse. | `+/mouse toggle+` +| kbd:[Alt+n] | Scroll to next highlight. | `+/window scroll_next_highlight+` +| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `+/bar toggle nicklist+` +| kbd:[Alt+p] | Scroll to previous highlight. | `+/window scroll_previous_highlight+` +| kbd:[Alt+u] | Scroll to first unread line in buffer. | `+/window scroll_unread+` | kbd:[Alt+w], - kbd:[Alt+↑] | Switch to window above. | `/window up` + kbd:[Alt+↑] | Switch to window above. | `+/window up+` | kbd:[Alt+w], - kbd:[Alt+↓] | Switch to window below. | `/window down` + kbd:[Alt+↓] | Switch to window below. | `+/window down+` | kbd:[Alt+w], - kbd:[Alt+←] | Switch to window on the left. | `/window left` + kbd:[Alt+←] | Switch to window on the left. | `+/window left+` | kbd:[Alt+w], - kbd:[Alt+→] | Switch to window on the right. | `/window right` + kbd:[Alt+→] | Switch to window on the right. | `+/window right+` | kbd:[Alt+w], - kbd:[Alt+b] | Balance the sizes of all windows. | `/window balance` + kbd:[Alt+b] | Balance the sizes of all windows. | `+/window balance+` | kbd:[Alt+w], - kbd:[Alt+s] | Swap buffers of two windows. | `/window swap` -| kbd:[Alt+z] | Zoom on current window (kbd:[Alt+z] again: restore initial windows state, before zoom). | `/window zoom` -| kbd:[Alt+<] | Switch to previous buffer in list of visited buffers. | `/input jump_previously_visited_buffer` -| kbd:[Alt+>] | Switch to next buffer in list of visited buffers. | `/input jump_next_visited_buffer` -| kbd:[Alt+/] | Switch to last buffer displayed (before last jump to a buffer). | `/input jump_last_buffer_displayed` -| kbd:[Alt+=] | Toggle filters. | `/filter toggle` -| kbd:[Alt+-] | Toggle filters in current buffer. | `/filter toggle @` + kbd:[Alt+s] | Swap buffers of two windows. | `+/window swap+` +| kbd:[Alt+z] | Zoom on current window (kbd:[Alt+z] again: restore initial windows state, before zoom). | `+/window zoom+` +| kbd:[Alt+<] | Switch to previous buffer in list of visited buffers. | `+/input jump_previously_visited_buffer+` +| kbd:[Alt+>] | Switch to next buffer in list of visited buffers. | `+/input jump_next_visited_buffer+` +| kbd:[Alt+/] | Switch to last buffer displayed (before last jump to a buffer). | `+/input jump_last_buffer_displayed+` +| kbd:[Alt+=] | Toggle filters. | `+/filter toggle+` +| kbd:[Alt+-] | Toggle filters in current buffer. | `+/filter toggle @+` |=== [[key_bindings_search_context]] @@ -1729,15 +1731,15 @@ text in buffer). [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Key | Description | Command -| kbd:[Ctrl+r] | Switch search type: string (default), regular expression. | `/input search_switch_regex` -| kbd:[Alt+c] | Switch exact case for search. | `/input search_switch_case` -| kbd:[Tab] | Switch search in: messages (default), prefixes, prefixes + messages. | `/input search_switch_where` -| kbd:[↑] | Search previous line. | `/input search_previous` -| kbd:[↓] | Search next line. | `/input search_next` +| kbd:[Ctrl+r] | Switch search type: string (default), regular expression. | `+/input search_switch_regex+` +| kbd:[Alt+c] | Switch exact case for search. | `+/input search_switch_case+` +| kbd:[Tab] | Switch search in: messages (default), prefixes, prefixes + messages. | `+/input search_switch_where+` +| kbd:[↑] | Search previous line. | `+/input search_previous+` +| kbd:[↓] | Search next line. | `+/input search_next+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Stop search at current position. | `/input search_stop_here` -| kbd:[Ctrl+q] | Stop search and scroll to bottom of buffer. | `/input search_stop` + kbd:[Ctrl+m] | Stop search at current position. | `+/input search_stop_here+` +| kbd:[Ctrl+q] | Stop search and scroll to bottom of buffer. | `+/input search_stop+` |=== [[key_bindings_cursor_context]] @@ -1748,22 +1750,22 @@ These keys are used in context "cursor" (free movement of cursor on screen). [width="100%",cols="^.^3,^.^2,.^7,.^7",options="header"] |=== | Key | Area | Description | Command -| kbd:[↑] | - | Move cursor one line up. | `/cursor move up` -| kbd:[↓] | - | Move cursor one line down. | `/cursor move down` -| kbd:[←] | - | Move cursor one column left. | `/cursor move left` -| kbd:[→] | - | Move cursor one column right. | `/cursor move right` -| kbd:[Alt+↑] | - | Move cursor one area up. | `/cursor move area_up` -| kbd:[Alt+↓] | - | Move cursor one area down. | `/cursor move area_down` -| kbd:[Alt+←] | - | Move cursor one area left. | `/cursor move area_left` -| kbd:[Alt+→] | - | Move cursor one area right. | `/cursor move area_right` -| kbd:[m] | chat | Quote message. | `hsignal:chat_quote_message;/cursor stop` -| kbd:[q] | chat | Quote prefix + message. | `hsignal:chat_quote_prefix_message;/cursor stop` -| kbd:[Q] | chat | Quote time + prefix + message. | `hsignal:chat_quote_time_prefix_message;/cursor stop` -| kbd:[b] | nicklist | Ban nick. | `/window ${_window_number};/ban ${nick}` -| kbd:[k] | nicklist | Kick nick. | `/window ${_window_number};/kick ${nick}` -| kbd:[K] | nicklist | Kick and ban nick. | `/window ${_window_number};/kickban ${nick}` -| kbd:[q] | nicklist | Open query with nick. | `/window ${_window_number};/query ${nick};/cursor stop` -| kbd:[w] | nicklist | Do a whois on nick. | `/window ${_window_number};/whois ${nick}` +| kbd:[↑] | - | Move cursor one line up. | `+/cursor move up+` +| kbd:[↓] | - | Move cursor one line down. | `+/cursor move down+` +| kbd:[←] | - | Move cursor one column left. | `+/cursor move left+` +| kbd:[→] | - | Move cursor one column right. | `+/cursor move right+` +| kbd:[Alt+↑] | - | Move cursor one area up. | `+/cursor move area_up+` +| kbd:[Alt+↓] | - | Move cursor one area down. | `+/cursor move area_down+` +| kbd:[Alt+←] | - | Move cursor one area left. | `+/cursor move area_left+` +| kbd:[Alt+→] | - | Move cursor one area right. | `+/cursor move area_right+` +| kbd:[m] | chat | Quote message. | `+hsignal:chat_quote_message;/cursor stop+` +| kbd:[q] | chat | Quote prefix + message. | `+hsignal:chat_quote_prefix_message;/cursor stop+` +| kbd:[Q] | chat | Quote time + prefix + message. | `+hsignal:chat_quote_time_prefix_message;/cursor stop+` +| kbd:[b] | nicklist | Ban nick. | `+/window ${_window_number};/ban ${nick}+` +| kbd:[k] | nicklist | Kick nick. | `+/window ${_window_number};/kick ${nick}+` +| kbd:[K] | nicklist | Kick and ban nick. | `+/window ${_window_number};/kickban ${nick}+` +| kbd:[q] | nicklist | Open query with nick. | `+/window ${_window_number};/query ${nick};/cursor stop+` +| kbd:[w] | nicklist | Do a whois on nick. | `+/window ${_window_number};/whois ${nick}+` | kbd:[Enter] + kbd:[Ctrl+j] + kbd:[Ctrl+m] | - | Stop cursor mode | `/cursor stop` @@ -1777,45 +1779,45 @@ These keys are used in context "mouse", namely when a mouse event occurs. [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== | Button/Wheel ^(1)^ | Gesture | Area | Description | Command -| ◾◽◽ | - | chat | Switch to window. | `/window ${_window_number}` -| ◾◽◽ | left | chat | Switch to previous buffer. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | right | chat | Switch to next buffer. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | left (long) | chat | Switch to first buffer. | `/window ${_window_number};/buffer 1` -| ◾◽◽ | right (long) | chat | Switch to last buffer. | `/window ${_window_number};/input jump_last_buffer` -| kbd:[▲] | - | chat | Scroll up a few lines in buffer history. | `/window scroll_up -window ${_window_number}` -| kbd:[▼] | - | chat | Scroll down a few lines in buffer history. | `/window scroll_down -window ${_window_number}` -| kbd:[Ctrl+▲] | - | chat | Scroll horizontally to the left. | `/window scroll_horiz -window ${_window_number} -10%` -| kbd:[Ctrl+▼] | - | chat | Scroll horizontally to the right. | `/window scroll_horiz -window ${_window_number} +10%` -| kbd:[▲] | - | chat: fset buffer | Move five lines up in fset buffer. | `/fset -up 5` -| kbd:[▼] | - | chat: fset buffer | Move five lines down in fset buffer. | `/fset -down 5` -| ◾◽◽ | - | chat: fset buffer | Select line in fset buffer. | `/window ${_window_number};/fset -go ${_chat_line_y}` -| ◽◽◾ | - | chat: fset buffer | Toggle boolean (on/off) or edit the option value. | `hsignal:fset_mouse` -| ◽◽◾ | left | chat: fset buffer | Decrease value for integer/color, set/append to value for other types. | `hsignal:fset_mouse` -| ◽◽◾ | right | chat: fset buffer | Increase value for integer/color, set/append to value for other types. | `hsignal:fset_mouse` -| ◽◽◾ | up / down | chat: fset buffer | Mark/unmark multiple options. | `hsignal:fset_mouse` -| kbd:[▲] | - | chat: script buffer | Move five lines up in script buffer. | `/script up 5` -| kbd:[▼] | - | chat: script buffer | Move five lines down in script buffer. | `/script down 5` -| ◾◽◽ | - | chat: script buffer | Select line in script buffer. | `/script go ${_chat_line_y}` -| ◽◽◾ | - | chat: script buffer | Install/remove script. | `/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}` -| ◾◽◽ | up / left | buflist | Move buffer to a lower number. | Signal `buflist_mouse`. -| ◾◽◽ | down / right | buflist | Move buffer to a higher number. | Signal `buflist_mouse`. -| ◾◽◽ | - | buflist | Switch to buffer (previously visited buffer if the buffer is the current one). | Signal `buflist_mouse`. -| ◽◽◾ | - | buflist | Switch to next visited buffer if the buffer is the current one. | Signal `buflist_mouse`. -| kbd:[Ctrl+▲] | - | buflist | Switch to previous buffer. | Signal `buflist_mouse`. -| kbd:[Ctrl+▼] | - | buflist | Switch to next buffer. | Signal `buflist_mouse`. -| ◾◽◽ | up | nicklist | Scroll up one page in nicklist. | `/bar scroll nicklist ${_window_number} -100%` -| ◾◽◽ | down | nicklist | Scroll down one page in nicklist. | `/bar scroll nicklist ${_window_number} +100%` -| ◾◽◽ | up (long) | nicklist | Go to the beginning of nicklist. | `/bar scroll nicklist ${_window_number} b` -| ◾◽◽ | down (long) | nicklist | Go to the end of nicklist. | `/bar scroll nicklist ${_window_number} e` -| ◾◽◽ | - | nicklist | Open query with nick. | `/window ${_window_number};/query ${nick}` -| ◽◽◾ | - | nicklist | Do a whois on nick. | `/window ${_window_number};/whois ${nick}` -| ◾◽◽ | left | nicklist | Kick nick. | `/window ${_window_number};/kick ${nick}` -| ◾◽◽ | left (long) | nicklist | Kick and ban nick. | `/window ${_window_number};/kickban ${nick}` -| ◽◽◾ | left | nicklist | Ban nick. | `/window ${_window_number};/ban ${nick}` -| ◽◽◾ | - | input | Grab a mouse event and insert its code in command line. | `/input grab_mouse_area` -| kbd:[▲] | - | any bar | Scroll bar by -20%. | `/bar scroll ${_bar_name} ${_window_number} -20%` -| kbd:[▼] | - | any bar | Scroll bar by +20%. | `/bar scroll ${_bar_name} ${_window_number} +20%` -| ◽◾◽ | - | anywhere | Start cursor mode at this point. | `/cursor go ${_x},${_y}` +| ◾◽◽ | - | chat | Switch to window. | `+/window ${_window_number}+` +| ◾◽◽ | left | chat | Switch to previous buffer. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | right | chat | Switch to next buffer. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | left (long) | chat | Switch to first buffer. | `+/window ${_window_number};/buffer 1+` +| ◾◽◽ | right (long) | chat | Switch to last buffer. | `+/window ${_window_number};/input jump_last_buffer+` +| kbd:[▲] | - | chat | Scroll up a few lines in buffer history. | `+/window scroll_up -window ${_window_number}+` +| kbd:[▼] | - | chat | Scroll down a few lines in buffer history. | `+/window scroll_down -window ${_window_number}+` +| kbd:[Ctrl+▲] | - | chat | Scroll horizontally to the left. | `+/window scroll_horiz -window ${_window_number} -10%+` +| kbd:[Ctrl+▼] | - | chat | Scroll horizontally to the right. | `+/window scroll_horiz -window ${_window_number} +10%+` +| kbd:[▲] | - | chat: fset buffer | Move five lines up in fset buffer. | `+/fset -up 5+` +| kbd:[▼] | - | chat: fset buffer | Move five lines down in fset buffer. | `+/fset -down 5+` +| ◾◽◽ | - | chat: fset buffer | Select line in fset buffer. | `+/window ${_window_number};/fset -go ${_chat_line_y}+` +| ◽◽◾ | - | chat: fset buffer | Toggle boolean (on/off) or edit the option value. | `+hsignal:fset_mouse+` +| ◽◽◾ | left | chat: fset buffer | Decrease value for integer/color, set/append to value for other types. | `+hsignal:fset_mouse+` +| ◽◽◾ | right | chat: fset buffer | Increase value for integer/color, set/append to value for other types. | `+hsignal:fset_mouse+` +| ◽◽◾ | up / down | chat: fset buffer | Mark/unmark multiple options. | `+hsignal:fset_mouse+` +| kbd:[▲] | - | chat: script buffer | Move five lines up in script buffer. | `+/script up 5+` +| kbd:[▼] | - | chat: script buffer | Move five lines down in script buffer. | `+/script down 5+` +| ◾◽◽ | - | chat: script buffer | Select line in script buffer. | `+/script go ${_chat_line_y}+` +| ◽◽◾ | - | chat: script buffer | Install/remove script. | `+/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}+` +| ◾◽◽ | up / left | buflist | Move buffer to a lower number. | Signal `+buflist_mouse+`. +| ◾◽◽ | down / right | buflist | Move buffer to a higher number. | Signal `+buflist_mouse+`. +| ◾◽◽ | - | buflist | Switch to buffer (previously visited buffer if the buffer is the current one). | Signal `+buflist_mouse+`. +| ◽◽◾ | - | buflist | Switch to next visited buffer if the buffer is the current one. | Signal `+buflist_mouse+`. +| kbd:[Ctrl+▲] | - | buflist | Switch to previous buffer. | Signal `+buflist_mouse+`. +| kbd:[Ctrl+▼] | - | buflist | Switch to next buffer. | Signal `+buflist_mouse+`. +| ◾◽◽ | up | nicklist | Scroll up one page in nicklist. | `+/bar scroll nicklist ${_window_number} -100%+` +| ◾◽◽ | down | nicklist | Scroll down one page in nicklist. | `+/bar scroll nicklist ${_window_number} +100%+` +| ◾◽◽ | up (long) | nicklist | Go to the beginning of nicklist. | `+/bar scroll nicklist ${_window_number} b+` +| ◾◽◽ | down (long) | nicklist | Go to the end of nicklist. | `+/bar scroll nicklist ${_window_number} e+` +| ◾◽◽ | - | nicklist | Open query with nick. | `+/window ${_window_number};/query ${nick}+` +| ◽◽◾ | - | nicklist | Do a whois on nick. | `+/window ${_window_number};/whois ${nick}+` +| ◾◽◽ | left | nicklist | Kick nick. | `+/window ${_window_number};/kick ${nick}+` +| ◾◽◽ | left (long) | nicklist | Kick and ban nick. | `+/window ${_window_number};/kickban ${nick}+` +| ◽◽◾ | left | nicklist | Ban nick. | `+/window ${_window_number};/ban ${nick}+` +| ◽◽◾ | - | input | Grab a mouse event and insert its code in command line. | `+/input grab_mouse_area+` +| kbd:[▲] | - | any bar | Scroll bar by -20%. | `+/bar scroll ${_bar_name} ${_window_number} -20%+` +| kbd:[▼] | - | any bar | Scroll bar by +20%. | `+/bar scroll ${_bar_name} ${_window_number} +20%+` +| ◽◾◽ | - | anywhere | Start cursor mode at this point. | `+/cursor go ${_x},${_y}+` |=== [NOTE] @@ -1829,43 +1831,43 @@ These keys and actions are used on the fset buffer (see <<fset_plugin,Fset plugi [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Key | Action ^(1)^ | Description | Command -| kbd:[↑] | | Move one line up. | `/fset -up` -| kbd:[↓] | | Move one line down. | `/fset -down` -| kbd:[PgUp] | | Move one page up. | `/window page_up` -| kbd:[PgDn] | | Move one page down. | `/window page_down` -| kbd:[Alt+Home] | `pass:[<<]` | Move to first line. | `/fset -go 0` -| kbd:[Alt+End] | `pass:[>>]` | Move to last line. | `/fset -go end` -| kbd:[F11] | `pass:[<]` | Scroll horizontally on the left. | `/fset -left` -| kbd:[F12] | `pass:[>]` | Scroll horizontally on the right. | `/fset -right` -| kbd:[Alt+Space] | `t` | Toggle boolean value. | `/fset -toggle` -| kbd:[Alt+-] | `-` | Subtract 1 from value for integer/color, set value for other types. | `/fset -add -1` -| kbd:[Alt++] | `+` | Add 1 to value for integer/color, append to value for other types. | `/fset -add 1` +| kbd:[↑] | | Move one line up. | `+/fset -up+` +| kbd:[↓] | | Move one line down. | `+/fset -down+` +| kbd:[PgUp] | | Move one page up. | `+/window page_up+` +| kbd:[PgDn] | | Move one page down. | `+/window page_down+` +| kbd:[Alt+Home] | `pass:[<<]` | Move to first line. | `+/fset -go 0+` +| kbd:[Alt+End] | `pass:[>>]` | Move to last line. | `+/fset -go end+` +| kbd:[F11] | `pass:[<]` | Scroll horizontally on the left. | `+/fset -left+` +| kbd:[F12] | `pass:[>]` | Scroll horizontally on the right. | `+/fset -right+` +| kbd:[Alt+Space] | `t` | Toggle boolean value. | `+/fset -toggle+` +| kbd:[Alt+-] | `-` | Subtract 1 from value for integer/color, set value for other types. | `+/fset -add -1+` +| kbd:[Alt++] | `+` | Add 1 to value for integer/color, append to value for other types. | `+/fset -add 1+` | kbd:[Alt+f], - kbd:[Alt+r] | `r` | Reset value. | `/fset -reset` + kbd:[Alt+r] | `r` | Reset value. | `+/fset -reset+` | kbd:[Alt+f], - kbd:[Alt+u] | `u` | Unset value. | `/fset -unset` -| kbd:[Alt+Enter] | `s` | Set value. | `/fset -set` + kbd:[Alt+u] | `u` | Unset value. | `+/fset -unset+` +| kbd:[Alt+Enter] | `s` | Set value. | `+/fset -set+` | kbd:[Alt+f], - kbd:[Alt+n] | `n` | Set new value. | `/fset -setnew` + kbd:[Alt+n] | `n` | Set new value. | `+/fset -setnew+` | kbd:[Alt+f], - kbd:[Alt+a] | `a` | Append to value. | `/fset -append` -| kbd:[Alt+,] | `,` | Mark/unmark option. | `/fset -mark 1` -| kbd:[Shift+↑] | | Move one line up and mark/unmark option. | `/fset -up; /fset -mark` -| kbd:[Shift+↓] | | Mark/unmark option and move one line down. | `/fset -mark; /fset -down` + kbd:[Alt+a] | `a` | Append to value. | `+/fset -append+` +| kbd:[Alt+,] | `,` | Mark/unmark option. | `+/fset -mark 1+` +| kbd:[Shift+↑] | | Move one line up and mark/unmark option. | `+/fset -up; /fset -mark+` +| kbd:[Shift+↓] | | Mark/unmark option and move one line down. | `+/fset -mark; /fset -down+` | | `m:xxx` | Mark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see <<command_fset_fset,fset command>>). | | | `u:xxx` | Unmark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see <<command_fset_fset,fset command>>). | -| kbd:[Ctrl+l] (`L`) | | Refresh options and whole screen. | `/fset -refresh` +| kbd:[Ctrl+l] (`L`) | | Refresh options and whole screen. | `+/fset -refresh+` | | `$` | Refresh options (keep marked options). | | | `$$` | Refresh options (unmark all options). | -| kbd:[Alt+p] | | Toggle plugin description options (`pass:[plugins.desc.*]`). | `/mute /set fset.look.show_plugins_desc toggle` -| kbd:[Alt+v] | | Toggle help bar. | `/bar toggle fset` -| | `s:x,y` | Sort options by fields x,y (see option <<option_fset.look.sort,fset.look.sort>>). | `/mute /set fset.look.sort x,y` -| | `s:` | Reset sort to its default value (see option <<option_fset.look.sort,fset.look.sort>>). | `/mute /unset fset.look.sort` -| | `w:xxx` | Export options in file "xxx". | `/fset -export xxx` -| | `w-:xxx` | Export options in file "xxx" without help. | `/fset -export -nohelp xxx` -| | `w+:xxx` | Export options in file "xxx" with help. | `/fset -export -help xxx` -| kbd:[Ctrl+x] | `x` | Switch the format used to display options. | `/fset -format` -| | `q` | Close fset buffer. | `/buffer close` +| kbd:[Alt+p] | | Toggle plugin description options (`pass:[plugins.desc.*]`). | `+/mute /set fset.look.show_plugins_desc toggle+` +| kbd:[Alt+v] | | Toggle help bar. | `+/bar toggle fset+` +| | `s:x,y` | Sort options by fields x,y (see option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /set fset.look.sort x,y+` +| | `s:` | Reset sort to its default value (see option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /unset fset.look.sort+` +| | `w:xxx` | Export options in file "xxx". | `+/fset -export xxx+` +| | `w-:xxx` | Export options in file "xxx" without help. | `+/fset -export -nohelp xxx+` +| | `w+:xxx` | Export options in file "xxx" with help. | `+/fset -export -help xxx+` +| kbd:[Ctrl+x] | `x` | Switch the format used to display options. | `+/fset -format+` +| | `q` | Close fset buffer. | `+/buffer close+` |=== [NOTE] @@ -1879,17 +1881,17 @@ These keys and actions are used on the script buffer (see <<scripts_plugins,Scri [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Key | Action ^(1)^ | Description | Command -| kbd:[↑] | | Move one line up. | `/script up` -| kbd:[↓] | | Move one line down. | `/script down` -| kbd:[PgUp] | | Move one page up. | `/window page_up` -| kbd:[PgDn] | | Move one page down. | `/window page_down` -| kbd:[Alt+i] | `i` | Install script. | `/script install` -| kbd:[Alt+r] | `r` | Remove script. | `/script remove` -| kbd:[Alt+l] (`L`) | `l` | Load script. | `/script load` -| kbd:[Alt+u] | `u` | Unload script. | `/script unload` -| kbd:[Alt+Shift+A] | `A` | Autoload script. | `/script toggleautoload` -| kbd:[Alt+h] | `h` | Hold/unhold script. | `/script hold` -| kbd:[Alt+v] | `v` | View script. | `/script show` +| kbd:[↑] | | Move one line up. | `+/script up+` +| kbd:[↓] | | Move one line down. | `+/script down+` +| kbd:[PgUp] | | Move one page up. | `+/window page_up+` +| kbd:[PgDn] | | Move one page down. | `+/window page_down+` +| kbd:[Alt+i] | `i` | Install script. | `+/script install+` +| kbd:[Alt+r] | `r` | Remove script. | `+/script remove+` +| kbd:[Alt+l] (`L`) | `l` | Load script. | `+/script load+` +| kbd:[Alt+u] | `u` | Unload script. | `+/script unload+` +| kbd:[Alt+Shift+A] | `A` | Autoload script. | `+/script toggleautoload+` +| kbd:[Alt+h] | `h` | Hold/unhold script. | `+/script hold+` +| kbd:[Alt+v] | `v` | View script. | `+/script show+` |=== [NOTE] @@ -2011,7 +2013,7 @@ When binding a key in context "mouse", it's possible to match many events using any gesture made using left button. [TIP] -You can find an event name with command `/input grab_mouse` then doing event +You can find an event name with command `+/input grab_mouse+` then doing event with mouse. This will insert event name on command line. [[secured_data]] @@ -2807,17 +2809,17 @@ when replying to CTCP: [width="100%",cols="2l,4,8",options="header"] |=== | Code | Description | Value/example -| $clientinfo | List of supported CTCP | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| $version | WeeChat version | `0.4.0-dev` -| $versiongit | WeeChat version + git version ^(1)^ | `0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4` -| $compilation | WeeChat compilation date | `Dec 16 2012` -| $osinfo | Info about OS | `Linux 2.6.32-5-amd64 / x86_64` -| $site | WeeChat site | `https://weechat.org/` -| $download | WeeChat site, download page | `https://weechat.org/download` -| $time | Current date/time | `Sun, 16 Dec 2012 10:40:48 +0100` -| $username | User name on IRC server | `name` -| $realname | Real name on IRC server | `John Doe` +| $clientinfo | List of supported CTCP | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| $version | WeeChat version | `+0.4.0-dev+` +| $versiongit | WeeChat version + git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $compilation | WeeChat compilation date | `+Dec 16 2012+` +| $osinfo | Info about OS | `+Linux 2.6.32-5-amd64 / x86_64+` +| $site | WeeChat site | `+https://weechat.org/+` +| $download | WeeChat site, download page | `+https://weechat.org/download+` +| $time | Current date/time | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| $username | User name on IRC server | `+name+` +| $realname | Real name on IRC server | `+John Doe+` |=== [NOTE] @@ -2828,13 +2830,13 @@ If CTCP options are not defined (by default), CTCP replies are: [width="100%",cols="2,4,8",options="header"] |=== -| CTCP | Reply format | Example -| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `https://weechat.org/download` -| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` -| USERINFO | `$username ($realname)` | `name (John Doe)` -| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` +| CTCP | Reply format | Example +| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| FINGER | `+WeeChat $versiongit+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| SOURCE | `+$download+` | `+https://weechat.org/download+` +| TIME | `+$time+` | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| USERINFO | `+$username ($realname)+` | `+name (John Doe)+` +| VERSION | `+WeeChat $versiongit ($compilation)+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)+` |=== [[irc_target_buffer]] @@ -3724,8 +3726,8 @@ A trigger has the following options (names are When option is `off`, the trigger is disabled and actions are not executed any more. -| hook | `signal`, `hsignal`, `modifier`, `line`, `print`, `command`, - `command_run`, `timer`, `config`, `focus`, `info`, `info_hashtable` | +| hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`, + `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` | The hook used in trigger. For more information, see link:weechat_plugin_api.en.html#hooks[WeeChat plugin API reference / Hooks]. @@ -3745,7 +3747,7 @@ A trigger has the following options (names are Command to execute (many commands can be separated by semicolons); it is evaluated (see command <<command_weechat_eval,/eval>>). -| return_code | `ok`, `ok_eat`, `error` | +| return_code | `+ok+`, `+ok_eat+`, `+error+` | The return code of callback (default is `ok`, which should be used in almost all triggers, the other values are rarely used). @@ -4025,8 +4027,8 @@ is added in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Type | Description -| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `${irc_server.name}`). -| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `${irc_channel.name}`). +| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `+${irc_server.name}+`). +| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `+${irc_channel.name}+`). | server | string | Name of server (example: "freenode"). | tags | string | Tags in message (rarely used). | message_without_tags | string | Message without tags. @@ -4042,7 +4044,7 @@ is added in hashtable: | pos_text | string | The index of _text_ in message ("-1" if _text_ was not found). |=== -When the data is a pointer, the variable `tg_signal_data` can be used like this +When the data is a pointer, the variable `+tg_signal_data+` can be used like this to read a hdata property (in this example this is a pointer on a buffer): ---- diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index e4d8bffde..50b9f707b 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -136,7 +136,7 @@ larges. + ^(3)^ GnuTLS ≥ 3.0.21 est requis pour l'authentification SASL avec le mécanisme ECDSA-NIST256P-CHALLENGE. + ^(4)^ Par défaut Python 3.x est utilisé. Si vous activez l'option -`ENABLE_PYTHON2` (voir ci-dessous), seule la version 2.7 de Python est +`+ENABLE_PYTHON2+` (voir ci-dessous), seule la version 2.7 de Python est recommandée. Si vous utilisez une distribution basée sur Debian ou Ubuntu, et si vous avez @@ -1223,11 +1223,11 @@ Liste des options de barre : | items | chaîne | Une liste d'objets (voir <<bar_items,objets>> pour plus d'infos). -| filling_left_right | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Type de remplissage pour la barre lorsqu'elle a une position `left` ou `right` (voir <<bar_filling,remplissage>> pour plus d'infos). -| filling_top_bottom | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Type de remplissage pour la barre lorsqu'elle a une position `top` ou `bottom` (voir <<bar_filling,remplissage>> pour plus d'infos). @@ -1278,16 +1278,16 @@ s'appelle _bitlist_ et si le serveur bitlbee s'appelle _bitlbee_) : Il y a quatre types de remplissage : -* `horizontal` : les objets sont affichés horizontalement, de gauche à droite. +* `+horizontal+` : les objets sont affichés horizontalement, de gauche à droite. S'il y a des retours à la ligne dans les objets, un espace est utilisé pour séparer les lignes. -* `vertical` : les objets sont affichés de haut en bas. S'il y a des retours à +* `+vertical+` : les objets sont affichés de haut en bas. S'il y a des retours à la ligne dans les objets, une nouvelle ligne est utilisée pour séparer les lignes. -* `columns_horizontal` : les objets sont affichés en utilisant des colonnes, où +* `+columns_horizontal+` : les objets sont affichés en utilisant des colonnes, où le texte est aligné à gauche. Le premier objet est en haut à gauche, le second est sur la même ligne, sur la droite. -* `columns_vertical` : les objets sont affichés en utilisant des colonnes, où +* `+columns_vertical+` : les objets sont affichés en utilisant des colonnes, où le texte est aligné à gauche. Le premier objet est en haut à gauche, le second est sur la ligne en dessous. @@ -1562,8 +1562,8 @@ courant : La propriété de tampon "hotlist_max_level_nicks" n'est pas sauvegardée dans la configuration. + Vous pouvez facilement la sauvegarder avec le script _buffer_autoset.py_ : vous -pouvez l'installer avec `/script install buffer_autoset.py` et obtenir de l'aide -avec `/help buffer_autoset`. +pouvez l'installer avec `+/script install buffer_autoset.py+` et obtenir de l'aide +avec `+/help buffer_autoset+`. [[highlights]] === Highlights @@ -1632,8 +1632,8 @@ courant : La propriété de tampon "highlight_regex" n'est pas sauvegardée dans la configuration. + Vous pouvez facilement la sauvegarder avec le script _buffer_autoset.py_ : vous -pouvez l'installer avec `/script install buffer_autoset.py` et obtenir de l'aide -avec `/help buffer_autoset`. +pouvez l'installer avec `+/script install buffer_autoset.py+` et obtenir de l'aide +avec `+/help buffer_autoset+`. [[key_bindings]] === Raccourcis clavier par défaut @@ -1645,54 +1645,54 @@ avec `/help buffer_autoset`. |=== | Touche | Description | Commande | kbd:[←] + - kbd:[Ctrl+b] | Aller au caractère précédent sur la ligne de commande. | `/input move_previous_char` + kbd:[Ctrl+b] | Aller au caractère précédent sur la ligne de commande. | `+/input move_previous_char+` | kbd:[→] + - kbd:[Ctrl+f] | Aller au caractère suivant sur la ligne de commande. | `/input move_next_char` + kbd:[Ctrl+f] | Aller au caractère suivant sur la ligne de commande. | `+/input move_next_char+` | kbd:[Ctrl+←] + - kbd:[Alt+b] | Aller au mot précédent sur la ligne de commande. | `/input move_previous_word` + kbd:[Alt+b] | Aller au mot précédent sur la ligne de commande. | `+/input move_previous_word+` | kbd:[Ctrl+→] + - kbd:[Alt+f] | Aller au mot suivant sur la ligne de commande. | `/input move_next_word` + kbd:[Alt+f] | Aller au mot suivant sur la ligne de commande. | `+/input move_next_word+` | kbd:[Home] + - kbd:[Ctrl+a] | Aller au début de la ligne de commande. | `/input move_beginning_of_line` + kbd:[Ctrl+a] | Aller au début de la ligne de commande. | `+/input move_beginning_of_line+` | kbd:[End] + - kbd:[Ctrl+e] | Aller à la fin de la ligne de commande. | `/input move_end_of_line` + kbd:[Ctrl+e] | Aller à la fin de la ligne de commande. | `+/input move_end_of_line+` | kbd:[Ctrl+c], - kbd:[b] | Insérer le code pour mettre le texte en gras. | `/input insert \x02` + kbd:[b] | Insérer le code pour mettre le texte en gras. | `+/input insert \x02+` | kbd:[Ctrl+c], - kbd:[c] | Insérer le code pour écrire en couleur. | `/input insert \x03` + kbd:[c] | Insérer le code pour écrire en couleur. | `+/input insert \x03+` | kbd:[Ctrl+c], - kbd:[i] | Insérer le code pour mettre le texte en italique. | `/input insert \x1D` + kbd:[i] | Insérer le code pour mettre le texte en italique. | `+/input insert \x1D+` | kbd:[Ctrl+c], - kbd:[o] | Insérer le code pour réinitialiser la couleur. | `/input insert \x0F` + kbd:[o] | Insérer le code pour réinitialiser la couleur. | `+/input insert \x0F+` | kbd:[Ctrl+c], - kbd:[v] | Insérer le code pour écrire en couleur inversée. | `/input insert \x16` + kbd:[v] | Insérer le code pour écrire en couleur inversée. | `+/input insert \x16+` | kbd:[Ctrl+c], - kbd:[_] | Insérer le code pour écrire en souligné. | `/input insert \x1F` + kbd:[_] | Insérer le code pour écrire en souligné. | `+/input insert \x1F+` | kbd:[Del] + - kbd:[Ctrl+d] | Effacer le caractère suivant sur la ligne de commande. | `/input delete_next_char` + kbd:[Ctrl+d] | Effacer le caractère suivant sur la ligne de commande. | `+/input delete_next_char+` | kbd:[Backsp.] + - kbd:[Ctrl+h] | Effacer le caractère précédent sur la ligne de commande. | `/input delete_previous_char` -| kbd:[Ctrl+k] | Effacer du curseur jusqu'à la fin de la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers interne). | `/input delete_end_of_line` -| kbd:[Ctrl+r] | Chercher du texte dans l'historique du tampon (voir <<key_bindings_search_context,les touches pour le contexte de recherche>>). | `/input search_text_here` -| kbd:[Ctrl+t] | Inverser deux caractères. | `/input transpose_chars` -| kbd:[Ctrl+u] | Effacer du curseur jusqu'au début de la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers interne). | `/input delete_beginning_of_line` -| kbd:[Ctrl+w] | Effacer le mot précédent sur la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers interne). | `/input delete_previous_word` -| kbd:[Ctrl+y] | Coller le contenu du presse-papiers interne. | `/input clipboard_paste` -| kbd:[Ctrl+_] | Défaire la dernière action sur la ligne de commande. | `/input undo` -| kbd:[Alt+_] | Refaire la dernière action sur la ligne de commande. | `/input redo` -| kbd:[Tab] | Compléter la commande ou le pseudo (kbd:[Tab] de nouveau : trouver la complétion suivante). | `/input complete_next` -| kbd:[Shift+Tab] | Sans complétion, effectue une complétion partielle. Avec une complétion en cours, complète avec la complétion précédente. | `/input complete_previous` + kbd:[Ctrl+h] | Effacer le caractère précédent sur la ligne de commande. | `+/input delete_previous_char+` +| kbd:[Ctrl+k] | Effacer du curseur jusqu'à la fin de la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers interne). | `+/input delete_end_of_line+` +| kbd:[Ctrl+r] | Chercher du texte dans l'historique du tampon (voir <<key_bindings_search_context,les touches pour le contexte de recherche>>). | `+/input search_text_here+` +| kbd:[Ctrl+t] | Inverser deux caractères. | `+/input transpose_chars+` +| kbd:[Ctrl+u] | Effacer du curseur jusqu'au début de la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers interne). | `+/input delete_beginning_of_line+` +| kbd:[Ctrl+w] | Effacer le mot précédent sur la ligne de commande (la chaîne supprimée est copiée dans le presse-papiers interne). | `+/input delete_previous_word+` +| kbd:[Ctrl+y] | Coller le contenu du presse-papiers interne. | `+/input clipboard_paste+` +| kbd:[Ctrl+_] | Défaire la dernière action sur la ligne de commande. | `+/input undo+` +| kbd:[Alt+_] | Refaire la dernière action sur la ligne de commande. | `+/input redo+` +| kbd:[Tab] | Compléter la commande ou le pseudo (kbd:[Tab] de nouveau : trouver la complétion suivante). | `+/input complete_next+` +| kbd:[Shift+Tab] | Sans complétion, effectue une complétion partielle. Avec une complétion en cours, complète avec la complétion précédente. | `+/input complete_previous+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Exécuter la commande ou envoyer le message (en mode recherche : arrêter la recherche). | `/input return` -| kbd:[↑] | Rappeler la commande précédente (en mode recherche : chercher plus haut). | `/input history_previous` -| kbd:[↓] | Rappeler la commande suivante (en mode recherche : chercher plus bas). | `/input history_next` -| kbd:[Ctrl+↑] | Rappeler la commande précédente dans l'historique global (commun à tous les tampons). | `/input history_global_previous` -| kbd:[Ctrl+↓] | Rappeler la commande suivante dans l'historique global (commun à tous les tampons). | `/input history_global_next` -| kbd:[Alt+d] | Effacer le mot suivant (la chaîne supprimée est copiée dans le presse-papiers interne). | `/input delete_next_word` -| kbd:[Alt+k] | Capturer une touche et insérer son code (et la commande associée si la commande existe) sur la ligne de commande. | `/input grab_key_command` -| kbd:[Alt+r] | Effacer entièrement la ligne de commande. | `/input delete_line` -| kbd:[Alt+s] | Activer/désactiver la vérification de l'orthographe. | `/mute spell toggle` + kbd:[Ctrl+m] | Exécuter la commande ou envoyer le message (en mode recherche : arrêter la recherche). | `+/input return+` +| kbd:[↑] | Rappeler la commande précédente (en mode recherche : chercher plus haut). | `+/input history_previous+` +| kbd:[↓] | Rappeler la commande suivante (en mode recherche : chercher plus bas). | `+/input history_next+` +| kbd:[Ctrl+↑] | Rappeler la commande précédente dans l'historique global (commun à tous les tampons). | `+/input history_global_previous+` +| kbd:[Ctrl+↓] | Rappeler la commande suivante dans l'historique global (commun à tous les tampons). | `+/input history_global_next+` +| kbd:[Alt+d] | Effacer le mot suivant (la chaîne supprimée est copiée dans le presse-papiers interne). | `+/input delete_next_word+` +| kbd:[Alt+k] | Capturer une touche et insérer son code (et la commande associée si la commande existe) sur la ligne de commande. | `+/input grab_key_command+` +| kbd:[Alt+r] | Effacer entièrement la ligne de commande. | `+/input delete_line+` +| kbd:[Alt+s] | Activer/désactiver la vérification de l'orthographe. | `+/mute spell toggle+` |=== [[key_bindings_buffers_windows]] @@ -1701,79 +1701,79 @@ avec `/help buffer_autoset`. [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Touche | Description | Commande -| kbd:[Ctrl+l] (`L`) | Réafficher toute la fenêtre. | `/window refresh` +| kbd:[Ctrl+l] (`L`) | Réafficher toute la fenêtre. | `+/window refresh+` | kbd:[Ctrl+s], - kbd:[Ctrl+u] | Positionner le marqueur de données non lues sur tous les tampons. | `/input set_unread` -| kbd:[Ctrl+x] | Changer de tampon courant si plusieurs tampons sont attachés avec le même numéro. | `/input switch_active_buffer` -| kbd:[Alt+x] | Zoomer sur le tampon mélangé (kbd:[Alt+x] de nouveau : afficher tous les tampons mélangés). | `/input zoom_merged_buffer` -| kbd:[PgUp] | Monter d'une page dans l'historique du tampon. | `/window page_up` -| kbd:[PgDn] | Descendre d'une page dans l'historique du tampon. | `/window page_down` -| kbd:[Alt+PgUp] | Monter de quelques lignes dans l'historique du tampon. | `/window scroll_up` -| kbd:[Alt+PgDn] | Descendre de quelques lignes dans l'historique du tampon. | `/window scroll_down` -| kbd:[Alt+Home] | Aller au début du tampon. | `/window scroll_top` -| kbd:[Alt+End] | Aller à la fin du tampon. | `/window scroll_bottom` + kbd:[Ctrl+u] | Positionner le marqueur de données non lues sur tous les tampons. | `+/input set_unread+` +| kbd:[Ctrl+x] | Changer de tampon courant si plusieurs tampons sont attachés avec le même numéro. | `+/input switch_active_buffer+` +| kbd:[Alt+x] | Zoomer sur le tampon mélangé (kbd:[Alt+x] de nouveau : afficher tous les tampons mélangés). | `+/input zoom_merged_buffer+` +| kbd:[PgUp] | Monter d'une page dans l'historique du tampon. | `+/window page_up+` +| kbd:[PgDn] | Descendre d'une page dans l'historique du tampon. | `+/window page_down+` +| kbd:[Alt+PgUp] | Monter de quelques lignes dans l'historique du tampon. | `+/window scroll_up+` +| kbd:[Alt+PgDn] | Descendre de quelques lignes dans l'historique du tampon. | `+/window scroll_down+` +| kbd:[Alt+Home] | Aller au début du tampon. | `+/window scroll_top+` +| kbd:[Alt+End] | Aller à la fin du tampon. | `+/window scroll_bottom+` | kbd:[F1] + - kbd:[Ctrl+F1] | Monter d'une page dans la liste des tampons. | `/bar scroll buflist * -100%` + kbd:[Ctrl+F1] | Monter d'une page dans la liste des tampons. | `+/bar scroll buflist * -100%+` | kbd:[F2] + - kbd:[Ctrl+F2] | Descendre d'une page dans la liste des tampons. | `/bar scroll buflist * +100%` -| kbd:[Alt+F1] | Aller au début de la liste des tampons. | `/bar scroll buflist * b` -| kbd:[Alt+F2] | Aller à la fin de la liste des tampons. | `/bar scroll buflist * e` + kbd:[Ctrl+F2] | Descendre d'une page dans la liste des tampons. | `+/bar scroll buflist * +100%+` +| kbd:[Alt+F1] | Aller au début de la liste des tampons. | `+/bar scroll buflist * b+` +| kbd:[Alt+F2] | Aller à la fin de la liste des tampons. | `+/bar scroll buflist * e+` | kbd:[Alt+←] + kbd:[Alt+↑] + kbd:[Ctrl+p] + - kbd:[F5] | Aller au tampon précédent. | `/buffer -1` + kbd:[F5] | Aller au tampon précédent. | `+/buffer -1+` | kbd:[Alt+→] + kbd:[Alt+↓] + kbd:[Ctrl+n] + - kbd:[F6] | Aller au tampon suivant. | `/buffer +1` -| kbd:[F7] | Aller à la fenêtre précédente. | `/window -1` -| kbd:[F8] | Aller à la fenêtre suivante. | `/window +1` + kbd:[F6] | Aller au tampon suivant. | `+/buffer +1+` +| kbd:[F7] | Aller à la fenêtre précédente. | `+/window -1+` +| kbd:[F8] | Aller à la fenêtre suivante. | `+/window +1+` | kbd:[F9] | Faire défiler le titre du tampon vers la gauche. | `+/bar scroll title * -30%+` | kbd:[F10] | Faire défiler le titre du tampon vers la droite. | `+/bar scroll title * +30%+` | kbd:[F11] + - kbd:[Ctrl+F11] | Monter d'une page dans la liste des pseudos. | `/bar scroll nicklist * -100%` + kbd:[Ctrl+F11] | Monter d'une page dans la liste des pseudos. | `+/bar scroll nicklist * -100%+` | kbd:[F12] + - kbd:[Ctrl+F12] | Descendre d'une page dans la liste des pseudos. | `/bar scroll nicklist * +100%` -| kbd:[Alt+F11] | Aller au début de la liste des pseudos. | `/bar scroll nicklist * b` -| kbd:[Alt+F12] | Aller à la fin de la liste des pseudos. | `/bar scroll nicklist * e` -| kbd:[Alt+a] | Sauter au prochain tampon avec activité (avec priorité : highlight, message, autre). | `/input jump_smart` -| kbd:[Alt+Shift+B] | Activer/désactiver buflist. | `/buflist toggle` -| kbd:[Alt+h] | Vider la hotlist (notification d'activité sur les autres tampons). | `/input hotlist_clear` + kbd:[Ctrl+F12] | Descendre d'une page dans la liste des pseudos. | `+/bar scroll nicklist * +100%+` +| kbd:[Alt+F11] | Aller au début de la liste des pseudos. | `+/bar scroll nicklist * b+` +| kbd:[Alt+F12] | Aller à la fin de la liste des pseudos. | `+/bar scroll nicklist * e+` +| kbd:[Alt+a] | Sauter au prochain tampon avec activité (avec priorité : highlight, message, autre). | `+/input jump_smart+` +| kbd:[Alt+Shift+B] | Activer/désactiver buflist. | `+/buflist toggle+` +| kbd:[Alt+h] | Vider la hotlist (notification d'activité sur les autres tampons). | `+/input hotlist_clear+` | kbd:[Alt+j], - kbd:[Alt+f] | Sauter au premier tampon. | `/buffer -` + kbd:[Alt+f] | Sauter au premier tampon. | `+/buffer -+` | kbd:[Alt+j], - kbd:[Alt+l] (`L`) | Sauter au dernier tampon. | `/buffer +` + kbd:[Alt+l] (`L`) | Sauter au dernier tampon. | `+/buffer ++` | kbd:[Alt+j], - kbd:[Alt+r] | Sauter au tampon IRC de données brutes. | `/server raw` + kbd:[Alt+r] | Sauter au tampon IRC de données brutes. | `+/server raw+` | kbd:[Alt+j], - kbd:[Alt+s] | Sauter au tampon IRC du serveur. | `/server jump` -| kbd:[Alt+0...9] | Sauter au tampon qui porte ce numéro (0 = 10). | `/buffer *N` + kbd:[Alt+s] | Sauter au tampon IRC du serveur. | `+/server jump+` +| kbd:[Alt+0...9] | Sauter au tampon qui porte ce numéro (0 = 10). | `+/buffer *N+` | kbd:[Alt+j], - kbd:[01...99] | Sauter au tampon qui porte ce numéro. | `/buffer *NN` -| kbd:[Alt+l] (`L`) | Activer/désactiver le mode d'affichage dépouillé. | `/window bare` -| kbd:[Alt+m] | Activer/désactiver la souris. | `/mouse toggle` -| kbd:[Alt+n] | Se positionner sur le highlight suivant. | `/window scroll_next_highlight` -| kbd:[Alt+Shift+N] | Activer/désactiver la barre nicklist. | `/bar toggle nicklist` -| kbd:[Alt+p] | Se positionner sur le highlight précédent. | `/window scroll_previous_highlight` -| kbd:[Alt+u] | Se positionner sur la première ligne non lue du tampon. | `/window scroll_unread` + kbd:[01...99] | Sauter au tampon qui porte ce numéro. | `+/buffer *NN+` +| kbd:[Alt+l] (`L`) | Activer/désactiver le mode d'affichage dépouillé. | `+/window bare+` +| kbd:[Alt+m] | Activer/désactiver la souris. | `+/mouse toggle+` +| kbd:[Alt+n] | Se positionner sur le highlight suivant. | `+/window scroll_next_highlight+` +| kbd:[Alt+Shift+N] | Activer/désactiver la barre nicklist. | `+/bar toggle nicklist+` +| kbd:[Alt+p] | Se positionner sur le highlight précédent. | `+/window scroll_previous_highlight+` +| kbd:[Alt+u] | Se positionner sur la première ligne non lue du tampon. | `+/window scroll_unread+` | kbd:[Alt+w], - kbd:[Alt+↑] | Sauter à la fenêtre au dessus. | `/window up` + kbd:[Alt+↑] | Sauter à la fenêtre au dessus. | `+/window up+` | kbd:[Alt+w], - kbd:[Alt+↓] | Sauter à la fenêtre en dessous. | `/window down` + kbd:[Alt+↓] | Sauter à la fenêtre en dessous. | `+/window down+` | kbd:[Alt+w], - kbd:[Alt+←] | Sauter à la fenêtre de gauche. | `/window left` + kbd:[Alt+←] | Sauter à la fenêtre de gauche. | `+/window left+` | kbd:[Alt+w], - kbd:[Alt+→] | Sauter à la fenêtre de droite. | `/window right` + kbd:[Alt+→] | Sauter à la fenêtre de droite. | `+/window right+` | kbd:[Alt+w], - kbd:[Alt+b] | Équilibrer la taille de toutes les fenêtres. | `/window balance` + kbd:[Alt+b] | Équilibrer la taille de toutes les fenêtres. | `+/window balance+` | kbd:[Alt+w], - kbd:[Alt+s] | Échanger les tampons de deux fenêtres. | `/window swap` -| kbd:[Alt+z] | Zoomer sur la fenêtre courante (kbd:[Alt+z] de nouveau : restaurer l'état initial des fenêtres, avant le zoom). | `/window zoom` -| kbd:[Alt+<] | Sauter au tampon précédent dans la liste des tampons visités. | `/input jump_previously_visited_buffer` -| kbd:[Alt+>] | Sauter au tampon suivant dans la liste des tampons visités. | `/input jump_next_visited_buffer` -| kbd:[Alt+/] | Sauter au dernier tampon affiché (avant le dernier saut vers un tampon). | `/input jump_last_buffer_displayed` -| kbd:[Alt+=] | Activer/désactiver les filtres. | `/filter toggle` -| kbd:[Alt+-] | Activer/désactiver les filtres dans le tampon courant. | `/filter toggle @` + kbd:[Alt+s] | Échanger les tampons de deux fenêtres. | `+/window swap+` +| kbd:[Alt+z] | Zoomer sur la fenêtre courante (kbd:[Alt+z] de nouveau : restaurer l'état initial des fenêtres, avant le zoom). | `+/window zoom+` +| kbd:[Alt+<] | Sauter au tampon précédent dans la liste des tampons visités. | `+/input jump_previously_visited_buffer+` +| kbd:[Alt+>] | Sauter au tampon suivant dans la liste des tampons visités. | `+/input jump_next_visited_buffer+` +| kbd:[Alt+/] | Sauter au dernier tampon affiché (avant le dernier saut vers un tampon). | `+/input jump_last_buffer_displayed+` +| kbd:[Alt+=] | Activer/désactiver les filtres. | `+/filter toggle+` +| kbd:[Alt+-] | Activer/désactiver les filtres dans le tampon courant. | `+/filter toggle @+` |=== [[key_bindings_search_context]] @@ -1785,15 +1785,15 @@ pressé pour chercher du texte dans le tampon). [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Touche | Description | Commande -| kbd:[Ctrl+r] | Basculer le type de recherche : chaîne (par défaut), expression régulière. | `/input search_switch_regex` -| kbd:[Alt+c] | Basculer la casse exacte pour la recherche. | `/input search_switch_case` -| kbd:[Tab] | Basculer la recherche dans : les messages (par défaut), les préfixes, les préfixes + messages. | `/input search_switch_where` -| kbd:[↑] | Chercher la ligne précédente. | `/input search_previous` -| kbd:[↓] | Chercher la ligne suivante. | `/input search_next` +| kbd:[Ctrl+r] | Basculer le type de recherche : chaîne (par défaut), expression régulière. | `+/input search_switch_regex+` +| kbd:[Alt+c] | Basculer la casse exacte pour la recherche. | `+/input search_switch_case+` +| kbd:[Tab] | Basculer la recherche dans : les messages (par défaut), les préfixes, les préfixes + messages. | `+/input search_switch_where+` +| kbd:[↑] | Chercher la ligne précédente. | `+/input search_previous+` +| kbd:[↓] | Chercher la ligne suivante. | `+/input search_next+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Arrêter la recherche à la position courante. | `/input search_stop_here` -| kbd:[Ctrl+q] | Arrêter la recherche et aller à la fin du tampon. | `/input search_stop` + kbd:[Ctrl+m] | Arrêter la recherche à la position courante. | `+/input search_stop_here+` +| kbd:[Ctrl+q] | Arrêter la recherche et aller à la fin du tampon. | `+/input search_stop+` |=== [[key_bindings_cursor_context]] @@ -1805,25 +1805,25 @@ Ces touches sont utilisées dans le contexte "cursor" (mouvement libre du curseu [width="100%",cols="^.^3,^.^2,.^7,.^7",options="header"] |=== | Touche | Zone | Description | Commande -| kbd:[↑] | - | Déplacer le curseur d'une ligne vers le haut. | `/cursor move up` -| kbd:[↓] | - | Déplacer le curseur d'une ligne vers le bas. | `/cursor move down` -| kbd:[←] | - | Déplacer le curseur d'une colonne vers la gauche. | `/cursor move left` -| kbd:[→] | - | Déplacer le curseur d'une colonne vers la droite. | `/cursor move right` -| kbd:[Alt+↑] | - | Déplacer le curseur vers la zone au dessus. | `/cursor move area_up` -| kbd:[Alt+↓] | - | Déplacer le curseur vers la zone en dessous. | `/cursor move area_down` -| kbd:[Alt+←] | - | Déplacer le curseur vers la zone sur la gauche. | `/cursor move area_left` -| kbd:[Alt+→] | - | Déplacer le curseur vers la zone sur la droite. | `/cursor move area_right` -| kbd:[m] | chat | Citer le message. | `hsignal:chat_quote_message;/cursor stop` -| kbd:[q] | chat | Citer le préfixe + le message. | `hsignal:chat_quote_prefix_message;/cursor stop` -| kbd:[Q] | chat | Citer l'heure + le préfixe + le message. | `hsignal:chat_quote_time_prefix_message;/cursor stop` -| kbd:[b] | liste des pseudos | Bannir le pseudo. | `/window ${_window_number};/ban ${nick}` -| kbd:[k] | liste des pseudos | Retirer par la force le pseudo. | `/window ${_window_number};/kick ${nick}` -| kbd:[K] | liste des pseudos | Retirer par la force et bannir le pseudo. | `/window ${_window_number};/kickban ${nick}` -| kbd:[q] | liste des pseudos | Ouvrir une discussion avec le pseudo. | `/window ${_window_number};/query ${nick};/cursor stop` -| kbd:[w] | liste des pseudos | Effectuer un whois sur le pseudo. | `/window ${_window_number};/whois ${nick}` +| kbd:[↑] | - | Déplacer le curseur d'une ligne vers le haut. | `+/cursor move up+` +| kbd:[↓] | - | Déplacer le curseur d'une ligne vers le bas. | `+/cursor move down+` +| kbd:[←] | - | Déplacer le curseur d'une colonne vers la gauche. | `+/cursor move left+` +| kbd:[→] | - | Déplacer le curseur d'une colonne vers la droite. | `+/cursor move right+` +| kbd:[Alt+↑] | - | Déplacer le curseur vers la zone au dessus. | `+/cursor move area_up+` +| kbd:[Alt+↓] | - | Déplacer le curseur vers la zone en dessous. | `+/cursor move area_down+` +| kbd:[Alt+←] | - | Déplacer le curseur vers la zone sur la gauche. | `+/cursor move area_left+` +| kbd:[Alt+→] | - | Déplacer le curseur vers la zone sur la droite. | `+/cursor move area_right+` +| kbd:[m] | chat | Citer le message. | `+hsignal:chat_quote_message;/cursor stop+` +| kbd:[q] | chat | Citer le préfixe + le message. | `+hsignal:chat_quote_prefix_message;/cursor stop+` +| kbd:[Q] | chat | Citer l'heure + le préfixe + le message. | `+hsignal:chat_quote_time_prefix_message;/cursor stop+` +| kbd:[b] | liste des pseudos | Bannir le pseudo. | `+/window ${_window_number};/ban ${nick}+` +| kbd:[k] | liste des pseudos | Retirer par la force le pseudo. | `+/window ${_window_number};/kick ${nick}+` +| kbd:[K] | liste des pseudos | Retirer par la force et bannir le pseudo. | `+/window ${_window_number};/kickban ${nick}+` +| kbd:[q] | liste des pseudos | Ouvrir une discussion avec le pseudo. | `+/window ${_window_number};/query ${nick};/cursor stop+` +| kbd:[w] | liste des pseudos | Effectuer un whois sur le pseudo. | `+/window ${_window_number};/whois ${nick}+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | - | Arrêter le mode curseur ("cursor"). | `/cursor stop` + kbd:[Ctrl+m] | - | Arrêter le mode curseur ("cursor"). | `+/cursor stop+` |=== [[key_bindings_mouse_context]] @@ -1835,45 +1835,45 @@ Ces touches sont utilisées dans le contexte "mouse", c'est-à-dire lorsqu'un [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== | Bouton/Roulette ^(1)^ | Geste | Zone | Description | Commande -| ◾◽◽ | - | chat | Aller à la fenêtre. | `/window ${_window_number}` -| ◾◽◽ | left | chat | Aller au tampon précédent. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | right | chat | Aller au tampon suivant. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | left (long) | chat | Aller au premier tampon. | `/window ${_window_number};/buffer 1` -| ◾◽◽ | right (long) | chat | Aller au dernier tampon. | `/window ${_window_number};/input jump_last_buffer` -| kbd:[▲] | - | chat | Monter de quelques lignes dans l'historique du tampon. | `/window scroll_up -window ${_window_number}` -| kbd:[▼] | - | chat | Descendre de quelques lignes dans l'historique du tampon. | `/window scroll_down -window ${_window_number}` -| kbd:[Ctrl+▲] | - | chat | Faire défiler horizontalement vers la gauche. | `/window scroll_horiz -window ${_window_number} -10%` -| kbd:[Ctrl+▼] | - | chat | Faire défiler horizontalement vers la droite. | `/window scroll_horiz -window ${_window_number} +10%` -| kbd:[▲] | - | chat : tampon fset | Monter de cinq lignes dans le tampon fset. | `/fset -up 5` -| kbd:[▼] | - | chat : tampon fset | Descendre de cinq lignes dans le tampon fset. | `/fset -down 5` -| ◾◽◽ | - | chat : tampon fset | Sélectionner la ligne dans le tampon fset. | `/window ${_window_number};/fset -go ${_chat_line_y}` -| ◽◽◾ | - | chat : tampon fset | Basculer le booléen (on/off) ou éditer la valeur de l'option. | `hsignal:fset_mouse` -| ◽◽◾ | left | chat : tampon fset | Décrémenter la valeur de l'entier/couleur, définir/ajouter à la valeur pour les autres types. | `hsignal:fset_mouse` -| ◽◽◾ | right | chat : tampon fset | Incrémenter la valeur de l'entier/couleur, définir/ajouter à la valeur pour les autres types. | `hsignal:fset_mouse` -| ◽◽◾ | up / down | chat : tampon fset | Marquer/démarquer de multiples options. | `hsignal:fset_mouse` -| kbd:[▲] | - | chat : tampon script | Monter de 5 lignes dans le tampon script. | `/script up 5` -| kbd:[▼] | - | chat : tampon script | Descendre de 5 lignes dans le tampon script. | `/script down 5` -| ◾◽◽ | - | chat : tampon script | Sélectionner la ligne dans le tampon script. | `/script go ${_chat_line_y}` -| ◽◽◾ | - | chat : tampon script | Installer/supprimer un script. | `/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}` -| ◾◽◽ | up / left | buflist | Déplacer le tampon vers un numéro inférieur. | Signal `buflist_mouse`. -| ◾◽◽ | down / right | buflist | Déplacer le tampon vers un numéro supérieur. | Signal `buflist_mouse`. -| ◾◽◽ | - | buflist | Aller au tampon (tampon précédent dans la liste des tampons visités si le tampon est le courant). | Signal `buflist_mouse`. -| ◽◽◾ | - | buflist | Aller au tampon suivant dans la liste des tampons visités si le tampon est le courant. | Signal `buflist_mouse`. -| kbd:[Ctrl+▲] | - | buflist | Aller au tampon précédent. | Signal `buflist_mouse`. -| kbd:[Ctrl+▼] | - | buflist | Aller au tampon suivant. | Signal `buflist_mouse`. -| ◾◽◽ | up | liste des pseudos | Monter d'une page dans la liste des pseudos. | `/bar scroll nicklist ${_window_number} -100%` -| ◾◽◽ | down | liste des pseudos | Descendre d'une page dans la liste des pseudos. | `/bar scroll nicklist ${_window_number} +100%` -| ◾◽◽ | up (long) | liste des pseudos | Aller au début de la liste des pseudos. | `/bar scroll nicklist ${_window_number} b` -| ◾◽◽ | down (long) | liste des pseudos | Aller à la fin de la liste des pseudos. | `/bar scroll nicklist ${_window_number} e` -| ◾◽◽ | - | liste des pseudos | Ouvrir une discussion avec le pseudo. | `/window ${_window_number};/query ${nick}` -| ◽◽◾ | - | liste des pseudos | Effectuer un whois sur le pseudo. | `/window ${_window_number};/whois ${nick}` -| ◾◽◽ | left | liste des pseudos | Retirer par la force le pseudo. | `/window ${_window_number};/kick ${nick}` -| ◾◽◽ | left (long) | liste des pseudos | Retirer par la force et bannir le pseudo. | `/window ${_window_number};/kickban ${nick}` -| ◽◽◾ | left | liste des pseudos | Bannir le pseudo. | `/window ${_window_number};/ban ${nick}` -| ◽◽◾ | - | ligne de commande | Capturer un évènement de la souris et insérer son code sur la ligne de commande. | `/input grab_mouse_area` -| kbd:[▲] | - | toute barre | Faire défiler la barre de -20%. | `/bar scroll ${_bar_name} ${_window_number} -20%` -| kbd:[▼] | - | toute barre | Faire défiler la barre de +20%. | `/bar scroll ${_bar_name} ${_window_number} +20%` -| ◽◾◽ | - | n'importe où | Démarrer le mode curseur ("cursor") à ce point. | `/cursor go ${_x},${_y}` +| ◾◽◽ | - | chat | Aller à la fenêtre. | `+/window ${_window_number}+` +| ◾◽◽ | left | chat | Aller au tampon précédent. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | right | chat | Aller au tampon suivant. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | left (long) | chat | Aller au premier tampon. | `+/window ${_window_number};/buffer 1+` +| ◾◽◽ | right (long) | chat | Aller au dernier tampon. | `+/window ${_window_number};/input jump_last_buffer+` +| kbd:[▲] | - | chat | Monter de quelques lignes dans l'historique du tampon. | `+/window scroll_up -window ${_window_number}+` +| kbd:[▼] | - | chat | Descendre de quelques lignes dans l'historique du tampon. | `+/window scroll_down -window ${_window_number}+` +| kbd:[Ctrl+▲] | - | chat | Faire défiler horizontalement vers la gauche. | `+/window scroll_horiz -window ${_window_number} -10%+` +| kbd:[Ctrl+▼] | - | chat | Faire défiler horizontalement vers la droite. | `+/window scroll_horiz -window ${_window_number} +10%+` +| kbd:[▲] | - | chat : tampon fset | Monter de cinq lignes dans le tampon fset. | `+/fset -up 5+` +| kbd:[▼] | - | chat : tampon fset | Descendre de cinq lignes dans le tampon fset. | `+/fset -down 5+` +| ◾◽◽ | - | chat : tampon fset | Sélectionner la ligne dans le tampon fset. | `+/window ${_window_number};/fset -go ${_chat_line_y}+` +| ◽◽◾ | - | chat : tampon fset | Basculer le booléen (on/off) ou éditer la valeur de l'option. | `+hsignal:fset_mouse+` +| ◽◽◾ | left | chat : tampon fset | Décrémenter la valeur de l'entier/couleur, définir/ajouter à la valeur pour les autres types. | `+hsignal:fset_mouse+` +| ◽◽◾ | right | chat : tampon fset | Incrémenter la valeur de l'entier/couleur, définir/ajouter à la valeur pour les autres types. | `+hsignal:fset_mouse+` +| ◽◽◾ | up / down | chat : tampon fset | Marquer/démarquer de multiples options. | `+hsignal:fset_mouse+` +| kbd:[▲] | - | chat : tampon script | Monter de 5 lignes dans le tampon script. | `+/script up 5+` +| kbd:[▼] | - | chat : tampon script | Descendre de 5 lignes dans le tampon script. | `+/script down 5+` +| ◾◽◽ | - | chat : tampon script | Sélectionner la ligne dans le tampon script. | `+/script go ${_chat_line_y}+` +| ◽◽◾ | - | chat : tampon script | Installer/supprimer un script. | `+/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}+` +| ◾◽◽ | up / left | buflist | Déplacer le tampon vers un numéro inférieur. | Signal `+buflist_mouse+`. +| ◾◽◽ | down / right | buflist | Déplacer le tampon vers un numéro supérieur. | Signal `+buflist_mouse+`. +| ◾◽◽ | - | buflist | Aller au tampon (tampon précédent dans la liste des tampons visités si le tampon est le courant). | Signal `+buflist_mouse+`. +| ◽◽◾ | - | buflist | Aller au tampon suivant dans la liste des tampons visités si le tampon est le courant. | Signal `+buflist_mouse+`. +| kbd:[Ctrl+▲] | - | buflist | Aller au tampon précédent. | Signal `+buflist_mouse+`. +| kbd:[Ctrl+▼] | - | buflist | Aller au tampon suivant. | Signal `+buflist_mouse+`. +| ◾◽◽ | up | liste des pseudos | Monter d'une page dans la liste des pseudos. | `+/bar scroll nicklist ${_window_number} -100%+` +| ◾◽◽ | down | liste des pseudos | Descendre d'une page dans la liste des pseudos. | `+/bar scroll nicklist ${_window_number} +100%+` +| ◾◽◽ | up (long) | liste des pseudos | Aller au début de la liste des pseudos. | `+/bar scroll nicklist ${_window_number} b+` +| ◾◽◽ | down (long) | liste des pseudos | Aller à la fin de la liste des pseudos. | `+/bar scroll nicklist ${_window_number} e+` +| ◾◽◽ | - | liste des pseudos | Ouvrir une discussion avec le pseudo. | `+/window ${_window_number};/query ${nick}+` +| ◽◽◾ | - | liste des pseudos | Effectuer un whois sur le pseudo. | `+/window ${_window_number};/whois ${nick}+` +| ◾◽◽ | left | liste des pseudos | Retirer par la force le pseudo. | `+/window ${_window_number};/kick ${nick}+` +| ◾◽◽ | left (long) | liste des pseudos | Retirer par la force et bannir le pseudo. | `+/window ${_window_number};/kickban ${nick}+` +| ◽◽◾ | left | liste des pseudos | Bannir le pseudo. | `+/window ${_window_number};/ban ${nick}+` +| ◽◽◾ | - | ligne de commande | Capturer un évènement de la souris et insérer son code sur la ligne de commande. | `+/input grab_mouse_area+` +| kbd:[▲] | - | toute barre | Faire défiler la barre de -20%. | `+/bar scroll ${_bar_name} ${_window_number} -20%+` +| kbd:[▼] | - | toute barre | Faire défiler la barre de +20%. | `+/bar scroll ${_bar_name} ${_window_number} +20%+` +| ◽◾◽ | - | n'importe où | Démarrer le mode curseur ("cursor") à ce point. | `+/cursor go ${_x},${_y}+` |=== [NOTE] @@ -1888,43 +1888,43 @@ Ces touches et actions sont utilisées sur le tampon fset [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Touche | Action ^(1)^ | Description | Commande -| kbd:[↑] | | Monter d'une ligne. | `/fset -up` -| kbd:[↓] | | Descendre d'une ligne. | `/fset -down` -| kbd:[PgUp] | | Monter d'une page. | `/window page_up` -| kbd:[PgDn] | | Descendre d'une page. | `/window page_down` -| kbd:[Alt+Home] | `pass:[<<]` | Aller à la première ligne. | `/fset -go 0` -| kbd:[Alt+End] | `pass:[>>]` | Aller à la dernière ligne. | `/fset -go end` -| kbd:[F11] | `pass:[<]` | Faire défiler horizontalement vers la gauche. | `/fset -left` -| kbd:[F12] | `pass:[>]` | Faire défiler horizontalement vers la droite. | `/fset -right` -| kbd:[Alt+Space] | `t` | Basculer la valeur booléenne. | `/fset -toggle` -| kbd:[Alt+-] | `-` | Soustraire 1 de la valeur de l'entier/couleur, définir la valeur pour les autres types. | `/fset -add -1` -| kbd:[Alt++] | `+` | Ajouter 1 à la valeur de l'entier/couleur, ajouter à la valeur pour les autres types. | `/fset -add 1` +| kbd:[↑] | | Monter d'une ligne. | `+/fset -up+` +| kbd:[↓] | | Descendre d'une ligne. | `+/fset -down+` +| kbd:[PgUp] | | Monter d'une page. | `+/window page_up+` +| kbd:[PgDn] | | Descendre d'une page. | `+/window page_down+` +| kbd:[Alt+Home] | `pass:[<<]` | Aller à la première ligne. | `+/fset -go 0+` +| kbd:[Alt+End] | `pass:[>>]` | Aller à la dernière ligne. | `+/fset -go end+` +| kbd:[F11] | `pass:[<]` | Faire défiler horizontalement vers la gauche. | `+/fset -left+` +| kbd:[F12] | `pass:[>]` | Faire défiler horizontalement vers la droite. | `+/fset -right+` +| kbd:[Alt+Space] | `t` | Basculer la valeur booléenne. | `+/fset -toggle+` +| kbd:[Alt+-] | `-` | Soustraire 1 de la valeur de l'entier/couleur, définir la valeur pour les autres types. | `+/fset -add -1+` +| kbd:[Alt++] | `+` | Ajouter 1 à la valeur de l'entier/couleur, ajouter à la valeur pour les autres types. | `+/fset -add 1+` | kbd:[Alt+f], - kbd:[Alt+r] | `r` | Réinitialiser la valeur. | `/fset -reset` + kbd:[Alt+r] | `r` | Réinitialiser la valeur. | `+/fset -reset+` | kbd:[Alt+f], - kbd:[Alt+u] | `u` | Supprimer/réinitialiser la valeur. | `/fset -unset` -| kbd:[Alt+Enter] | `s` | Définir la valeur. | `/fset -set` + kbd:[Alt+u] | `u` | Supprimer/réinitialiser la valeur. | `+/fset -unset+` +| kbd:[Alt+Enter] | `s` | Définir la valeur. | `+/fset -set+` | kbd:[Alt+f], - kbd:[Alt+n] | `n` | Définir une nouvelle valeur. | `/fset -setnew` + kbd:[Alt+n] | `n` | Définir une nouvelle valeur. | `+/fset -setnew+` | kbd:[Alt+f], - kbd:[Alt+a] | `a` | Ajouter à la valeur. | `/fset -append` -| kbd:[Alt+,] | `,` | Marquer/démarquer l'option. | `/fset -mark 1` -| kbd:[Shift+↑] | | Se déplacer d'une ligne vers le haut et marquer/démarquer l'option. | `/fset -up; /fset -mark` -| kbd:[Shift+↓] | | Marquer/démarquer l'option et se déplacer d'une ligne vers le bas. | `/fset -mark; /fset -down` + kbd:[Alt+a] | `a` | Ajouter à la valeur. | `+/fset -append+` +| kbd:[Alt+,] | `,` | Marquer/démarquer l'option. | `+/fset -mark 1+` +| kbd:[Shift+↑] | | Se déplacer d'une ligne vers le haut et marquer/démarquer l'option. | `+/fset -up; /fset -mark+` +| kbd:[Shift+↓] | | Marquer/démarquer l'option et se déplacer d'une ligne vers le bas. | `+/fset -mark; /fset -down+` | | `m:xxx` | Marquer les options affichées qui correspondent au filtre "xxx" (tout filtre sur une option ou valeur est autorisé, voir la <<command_fset_fset,commande fset>>). | | | `u:xxx` | Démarquer les options affichées qui correspondent au filtre "xxx" (tout filtre sur une option ou valeur est autorisé, voir la <<command_fset_fset,commande fset>>). | -| kbd:[Ctrl+l] (`L`) | | Rafraîchir les options et l'écran entier. | `/fset -refresh` +| kbd:[Ctrl+l] (`L`) | | Rafraîchir les options et l'écran entier. | `+/fset -refresh+` | | `$` | Rafraîchir les options (garder les options marquées). | | | `$$` | Rafraîchir les options (démarquer toutes les options). | -| kbd:[Alt+p] | | Activer/désactiver la description des options d'extensions (`pass:[plugins.desc.*]`). | `/mute /set fset.look.show_plugins_desc toggle` -| kbd:[Alt+v] | | Activer/désactiver la barre d'aide. | `/bar toggle fset` -| | `s:x,y` | Trier les options par les champs x,y (voir l'option <<option_fset.look.sort,fset.look.sort>>). | `/mute /set fset.look.sort x,y` -| | `s:` | Réinitialiser le tri à sa valeur par défaut (voir l'option <<option_fset.look.sort,fset.look.sort>>). | `/mute /unset fset.look.sort` -| | `w:xxx` | Exporter les options dans le fichier "xxx". | `/fset -export xxx` -| | `w-:xxx` | Exporter les options dans le fichier "xxx" sans aide. | `/fset -export -nohelp xxx` -| | `w+:xxx` | Exporter les options dans le fichier "xxx" avec aide. | `/fset -export -help xxx` -| kbd:[Ctrl+x] | `x` | Basculer le format utilisé pour afficher les options. | `/fset -format` -| | `q` | Fermer le tampon fset. | `/buffer close` +| kbd:[Alt+p] | | Activer/désactiver la description des options d'extensions (`pass:[plugins.desc.*]`). | `+/mute /set fset.look.show_plugins_desc toggle+` +| kbd:[Alt+v] | | Activer/désactiver la barre d'aide. | `+/bar toggle fset+` +| | `s:x,y` | Trier les options par les champs x,y (voir l'option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /set fset.look.sort x,y+` +| | `s:` | Réinitialiser le tri à sa valeur par défaut (voir l'option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /unset fset.look.sort+` +| | `w:xxx` | Exporter les options dans le fichier "xxx". | `+/fset -export xxx+` +| | `w-:xxx` | Exporter les options dans le fichier "xxx" sans aide. | `+/fset -export -nohelp xxx+` +| | `w+:xxx` | Exporter les options dans le fichier "xxx" avec aide. | `+/fset -export -help xxx+` +| kbd:[Ctrl+x] | `x` | Basculer le format utilisé pour afficher les options. | `+/fset -format+` +| | `q` | Fermer le tampon fset. | `+/buffer close+` |=== [NOTE] @@ -1939,17 +1939,17 @@ Ces touches et actions sont utilisées sur le tampon script [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Touche | Action ^(1)^ | Description | Commande -| kbd:[↑] | | Move one line up. | `/script up` -| kbd:[↓] | | Move one line down. | `/script down` -| kbd:[PgUp] | | Move one page up. | `/window page_up` -| kbd:[PgDn] | | Move one page down. | `/window page_down` -| kbd:[Alt+i] | `i` | Install script. | `/script install` -| kbd:[Alt+r] | `r` | Remove script. | `/script remove` -| kbd:[Alt+l] (`L`) | `l` | Load script. | `/script load` -| kbd:[Alt+u] | `u` | Unload script. | `/script unload` -| kbd:[Alt+Shift+A] | `A` | Autoload script. | `/script toggleautoload` -| kbd:[Alt+h] | `h` | Hold/unhold script. | `/script hold` -| kbd:[Alt+v] | `v` | View script. | `/script show` +| kbd:[↑] | | Move one line up. | `+/script up+` +| kbd:[↓] | | Move one line down. | `+/script down+` +| kbd:[PgUp] | | Move one page up. | `+/window page_up+` +| kbd:[PgDn] | | Move one page down. | `+/window page_down+` +| kbd:[Alt+i] | `i` | Install script. | `+/script install+` +| kbd:[Alt+r] | `r` | Remove script. | `+/script remove+` +| kbd:[Alt+l] (`L`) | `l` | Load script. | `+/script load+` +| kbd:[Alt+u] | `u` | Unload script. | `+/script unload+` +| kbd:[Alt+Shift+A] | `A` | Autoload script. | `+/script toggleautoload+` +| kbd:[Alt+h] | `h` | Hold/unhold script. | `+/script hold+` +| kbd:[Alt+v] | `v` | View script. | `+/script show+` |=== [NOTE] @@ -2077,7 +2077,7 @@ 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` +Vous pouvez trouver le nom de l'évènement avec la commande `+/input grab_mouse+` puis en faisant l'action avec la souris. Cela insérera le nom de l'évènement sur la ligne de commande. @@ -2904,17 +2904,17 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP : [width="100%",cols="2l,4,8",options="header"] |=== | Code | Description | Valeur / exemple -| $clientinfo | Liste des CTCP supportés | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| $version | Version de WeeChat | `0.4.0-dev` -| $versiongit | Version de WeeChat + version git ^(1)^ | `0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| $git | Version git ^(1)^ | `v0.3.9-104-g7eb5cc4` -| $compilation | Date de compilation WeeChat | `Dec 16 2012` -| $osinfo | Information sur l'OS | `Linux 2.6.32-5-amd64 / x86_64` -| $site | Site WeeChat | `https://weechat.org/` -| $download | Site WeeChat, page téléchargement | `https://weechat.org/download` -| $time | Date/heure courante | `Sun, 16 Dec 2012 10:40:48 +0100` -| $username | Nom d'utilisateur sur le serveur | `nom` -| $realname | Nom réel sur le serveur | `John Doe` +| $clientinfo | Liste des CTCP supportés | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| $version | Version de WeeChat | `+0.4.0-dev+` +| $versiongit | Version de WeeChat + version git ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Version git ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $compilation | Date de compilation WeeChat | `+Dec 16 2012+` +| $osinfo | Information sur l'OS | `+Linux 2.6.32-5-amd64 / x86_64+` +| $site | Site WeeChat | `+https://weechat.org/+` +| $download | Site WeeChat, page téléchargement | `+https://weechat.org/download+` +| $time | Date/heure courante | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| $username | Nom d'utilisateur sur le serveur | `+nom+` +| $realname | Nom réel sur le serveur | `+John Doe+` |=== [NOTE] @@ -2926,13 +2926,13 @@ Si les options CTCP ne sont pas définies (par défaut), les réponses CTCP sont [width="100%",cols="2,4,8",options="header"] |=== -| CTCP | Format de réponse | Exemple -| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `https://weechat.org/download` -| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` -| USERINFO | `$username ($realname)` | `nom (John Doe)` -| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` +| CTCP | Format de réponse | Exemple +| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| FINGER | `+WeeChat $versiongit+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| SOURCE | `+$download+` | `+https://weechat.org/download+` +| TIME | `+$time+` | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| USERINFO | `+$username ($realname)+` | `+nom (John Doe)+` +| VERSION | `+WeeChat $versiongit ($compilation)+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)+` |=== [[irc_target_buffer]] @@ -3845,8 +3845,8 @@ Un trigger a les options suivantes (les noms sont Lorsque l'option est `off`, le trigger est désactivé et les actions ne sont plus exécutées. -| hook | `signal`, `hsignal`, `modifier`, `line`, `print`, `command`, - `command_run`, `timer`, `config`, `focus`, `info`, `info_hashtable` | +| hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`, + `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` | Le "hook" utilisé dans le trigger. Pour plus d'information, voir la link:weechat_plugin_api.fr.html#hooks[Référence API extension WeeChat / Hooks]. @@ -3867,7 +3867,7 @@ Un trigger a les options suivantes (les noms sont points-virgules); elle est évaluée (voir la commande <<command_weechat_eval,/eval>>). -| return_code | `ok`, `ok_eat`, `error` | +| return_code | `+ok+`, `+ok_eat+`, `+error+` | Le code retour de la fonction de rappel (`ok` par défaut, qui devrait être utilisé dans quasiment tous les triggers, les autres valeurs sont rarement utilisées). @@ -4160,8 +4160,8 @@ suivantes sont ajoutées dans la table de hachage : [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Type | Description -| irc_server | pointeur | Pointeur vers le serveur IRC (les variables dans le hdata de type "irc_server" peuvent être utilisées, comme `${irc_server.name}`). -| irc_channel | pointeur | Pointeur vers le canal IRC (les variables dans le hdata de type "irc_channel" peuvent être utilisées, comme `${irc_channel.name}`). +| irc_server | pointeur | Pointeur vers le serveur IRC (les variables dans le hdata de type "irc_server" peuvent être utilisées, comme `+${irc_server.name}+`). +| irc_channel | pointeur | Pointeur vers le canal IRC (les variables dans le hdata de type "irc_channel" peuvent être utilisées, comme `+${irc_channel.name}+`). | server | chaîne | Nom du serveur (exemple : "freenode"). | tags | chaîne | Étiquettes dans le message (rarement utilisées). | message_without_tags | chaîne | Message sans les étiquettes. @@ -4177,7 +4177,7 @@ suivantes sont ajoutées dans la table de hachage : | pos_text | chaîne | L'index de _text_ dans le message ("-1" si _text_ n'a pas été trouvé). |=== -Lorsque la donnée est un pointeur, la variable `tg_signal_data` peut être +Lorsque la donnée est un pointeur, la variable `+tg_signal_data+` peut être utilisée comme ceci pour lire une propriété hdata (dans cet exemple il s'agit d'un pointeur sur un tampon) : diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index d58504586..db25fc538 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -161,7 +161,7 @@ you may experience display bugs with wide chars. + ^(3)^ GnuTLS ≥ 3.0.21 is required for IRC SASL authentication with mechanism ECDSA-NIST256P-CHALLENGE. + // TRANSLATION MISSING -^(4)^ By default Python 3.x is used. If you enable option `ENABLE_PYTHON2` (see +^(4)^ By default Python 3.x is used. If you enable option `+ENABLE_PYTHON2+` (see below), only the version 2.7 of Python is recommended. // TRANSLATION MISSING @@ -1271,11 +1271,11 @@ List of bar options: | items | string | A list of _items_ (see <<bar_items,items>> for more info). -| filling_left_right | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Type of filling for a bar which has position `left` or `right` (see <<bar_filling,filling>> for more info). -| filling_top_bottom | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Type of filling for a bar which has position `top` or `bottom` (see <<bar_filling,filling>> for more info). @@ -1327,14 +1327,14 @@ _bitlist_ and if bitlbee server is called _bitlbee_): There are four types of filling: -* `horizontal`: the items are displayed horizontally, from left to right. If +* `+horizontal+`: the items are displayed horizontally, from left to right. If there are new lines in items, a space is used to separate lines. -* `vertical`: the items are displayed from top to bottom. If there are new +* `+vertical+`: the items are displayed from top to bottom. If there are new lines in items, a new line is used to separate lines. -* `columns_horizontal`: items are displayed using columns, where text is +* `+columns_horizontal+`: items are displayed using columns, where text is aligned on the left. The first item is on top left, the second is on same line, on the right. -* `columns_vertical`: items are displayed using columns, where text is aligned +* `+columns_vertical+`: items are displayed using columns, where text is aligned on the left. The first item is on top left, the second is one line below. Default bars _title_, _status_ and _input_ have _horizontal_ filling, and @@ -1604,7 +1604,7 @@ For example to disable highlights from "joe" and "mike" on current buffer: [NOTE] The buffer property "hotlist_max_level_nicks" is not saved in configuration. + You can easily save it with the script _buffer_autoset.py_: you can install it -with `/script install buffer_autoset.py` and get help with `/help buffer_autoset`. +with `+/script install buffer_autoset.py+` and get help with `+/help buffer_autoset+`. // TRANSLATION MISSING [[highlights]] @@ -1670,7 +1670,7 @@ For example to force the highlight on all messages in the current buffer: [NOTE] The buffer property "highlight_regex" is not saved in configuration. + You can easily save it with the script _buffer_autoset.py_: you can install it -with `/script install buffer_autoset.py` and get help with `/help buffer_autoset`. +with `+/script install buffer_autoset.py+` and get help with `+/help buffer_autoset+`. [[key_bindings]] === Associazione tasti predefinita @@ -1682,60 +1682,60 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset |=== | Tasti | Descrizione | Comando | kbd:[←] + - kbd:[Ctrl+b] | Passa al carattere precedente nella riga di comando. | `/input move_previous_char` + kbd:[Ctrl+b] | Passa al carattere precedente nella riga di comando. | `+/input move_previous_char+` | kbd:[→] + - kbd:[Ctrl+f] | Passa al carattere successivo nella riga di comando. | `/input move_next_char` + kbd:[Ctrl+f] | Passa al carattere successivo nella riga di comando. | `+/input move_next_char+` | kbd:[Ctrl+←] + - kbd:[Alt+b] | Passa alla parola precedente nella riga di comando. | `/input move_previous_word` + kbd:[Alt+b] | Passa alla parola precedente nella riga di comando. | `+/input move_previous_word+` | kbd:[Ctrl+→] + - kbd:[Alt+f] | Passa alla parola successiva nella riga di comando. | `/input move_next_word` + kbd:[Alt+f] | Passa alla parola successiva nella riga di comando. | `+/input move_next_word+` | kbd:[Home] + - kbd:[Ctrl+a] | Si sposta all'inizio della riga di comando. | `/input move_beginning_of_line` + kbd:[Ctrl+a] | Si sposta all'inizio della riga di comando. | `+/input move_beginning_of_line+` | kbd:[End] + - kbd:[Ctrl+e] | Si sposta alla fine della riga di comando. | `/input move_end_of_line` + kbd:[Ctrl+e] | Si sposta alla fine della riga di comando. | `+/input move_end_of_line+` | kbd:[Ctrl+c], - kbd:[b] | Inserisce il codice per il testo in grassetto. | `/input insert \x02` + kbd:[b] | Inserisce il codice per il testo in grassetto. | `+/input insert \x02+` | kbd:[Ctrl+c], - kbd:[c] | Inserisce il codice per il testo colorato. | `/input insert \x03` + kbd:[c] | Inserisce il codice per il testo colorato. | `+/input insert \x03+` | kbd:[Ctrl+c], - kbd:[i] | Inserisce il codice per il testo in corsivo. | `/input insert \x1D` + kbd:[i] | Inserisce il codice per il testo in corsivo. | `+/input insert \x1D+` | kbd:[Ctrl+c], - kbd:[o] | Inserisce il codice per il reset dei colori. | `/input insert \x0F` + kbd:[o] | Inserisce il codice per il reset dei colori. | `+/input insert \x0F+` | kbd:[Ctrl+c], - kbd:[v] | Inserisce il codice per l'inversione dei colori. | `/input insert \x16` + kbd:[v] | Inserisce il codice per l'inversione dei colori. | `+/input insert \x16+` | kbd:[Ctrl+c], - kbd:[_] | Inserisce il codice per il testo sottolineato. | `/input insert \x1F` + kbd:[_] | Inserisce il codice per il testo sottolineato. | `+/input insert \x1F+` | kbd:[Del] + - kbd:[Ctrl+d] | Elimina il carattere successivo nella riga di comando. | `/input delete_next_char` + kbd:[Ctrl+d] | Elimina il carattere successivo nella riga di comando. | `+/input delete_next_char+` | kbd:[Backsp.] + - kbd:[Ctrl+h] | Elimina il carattere precedente nella riga di comando. | `/input delete_previous_char` + kbd:[Ctrl+h] | Elimina il carattere precedente nella riga di comando. | `+/input delete_previous_char+` // TRANSLATION MISSING -| kbd:[Ctrl+k] | Elimina dal cursore fino alla fine della riga di comando (deleted string is copied to the internal clipboard). | `/input delete_end_of_line` -| kbd:[Ctrl+r] | Cerca del testo nella cronologia del buffer (consultare <<key_bindings_search_context,tasti per il contesto search>>). | `/input search_text_here` -| kbd:[Ctrl+t] | Inverti caratteri. | `/input transpose_chars` +| kbd:[Ctrl+k] | Elimina dal cursore fino alla fine della riga di comando (deleted string is copied to the internal clipboard). | `+/input delete_end_of_line+` +| kbd:[Ctrl+r] | Cerca del testo nella cronologia del buffer (consultare <<key_bindings_search_context,tasti per il contesto search>>). | `+/input search_text_here+` +| kbd:[Ctrl+t] | Inverti caratteri. | `+/input transpose_chars+` // TRANSLATION MISSING -| kbd:[Ctrl+u] | Elimina dal cursore fino all'inizio della riga di comando (deleted string is copied to the internal clipboard). | `/input delete_beginning_of_line` +| kbd:[Ctrl+u] | Elimina dal cursore fino all'inizio della riga di comando (deleted string is copied to the internal clipboard). | `+/input delete_beginning_of_line+` // TRANSLATION MISSING -| kbd:[Ctrl+w] | Elimina la parola precedente nella riga di comando (deleted string is copied to the internal clipboard). | `/input delete_previous_word` +| kbd:[Ctrl+w] | Elimina la parola precedente nella riga di comando (deleted string is copied to the internal clipboard). | `+/input delete_previous_word+` // TRANSLATION MISSING -| kbd:[Ctrl+y] | Paste the internal clipboard content. | `/input clipboard_paste` -| kbd:[Ctrl+_] | Annulla l'ultima azione sulla riga di comando. | `/input undo` -| kbd:[Alt+_] | Ripete l'ultima azione sulla riga di comando. | `/input redo` -| kbd:[Tab] | Completa comando o nick (kbd:[Tab] di nuovo: trova prossimo completamento). | `/input complete_next` -| kbd:[Shift+Tab] | Senza completamento: effettua un completamento parziale, con completamento in sospeso: completa con il completamento precedente. | `/input complete_previous` +| kbd:[Ctrl+y] | Paste the internal clipboard content. | `+/input clipboard_paste+` +| kbd:[Ctrl+_] | Annulla l'ultima azione sulla riga di comando. | `+/input undo+` +| kbd:[Alt+_] | Ripete l'ultima azione sulla riga di comando. | `+/input redo+` +| kbd:[Tab] | Completa comando o nick (kbd:[Tab] di nuovo: trova prossimo completamento). | `+/input complete_next+` +| kbd:[Shift+Tab] | Senza completamento: effettua un completamento parziale, con completamento in sospeso: completa con il completamento precedente. | `+/input complete_previous+` | kbd:[Invio] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Esegue comando o invia messaggio (in modalità ricerca: ferma ricerca). | `/input return` -| kbd:[↑] | Chiama comando/messaggio precedente (in modalità ricerca: cerca in alto). | `/input history_previous` -| kbd:[↓] | Chiama comando/messaggio precedente (in modalità ricerca: cerca in basso). | `/input history_next` -| kbd:[Ctrl+↑] | Chiama il comando/messaggio precedente nella cronologia globale (identico per tutti i buffer). | `/input history_global_previous` -| kbd:[Ctrl+↓] | Chiama il comando/messaggio successivo nella cronologia globale (identico per tutti i buffer). | `/input history_global_next` + kbd:[Ctrl+m] | Esegue comando o invia messaggio (in modalità ricerca: ferma ricerca). | `+/input return+` +| kbd:[↑] | Chiama comando/messaggio precedente (in modalità ricerca: cerca in alto). | `+/input history_previous+` +| kbd:[↓] | Chiama comando/messaggio precedente (in modalità ricerca: cerca in basso). | `+/input history_next+` +| kbd:[Ctrl+↑] | Chiama il comando/messaggio precedente nella cronologia globale (identico per tutti i buffer). | `+/input history_global_previous+` +| kbd:[Ctrl+↓] | Chiama il comando/messaggio successivo nella cronologia globale (identico per tutti i buffer). | `+/input history_global_next+` // TRANSLATION MISSING -| kbd:[Alt+d] | Elimina la parola successiva nella riga di comando (deleted string is copied to the internal clipboard). | `/input delete_next_word` -| kbd:[Alt+k] | Cattura un tasto ed inserisce il suo codice (e il comando associato se il tasto esiste) nella riga di comando. | `/input grab_key_command` -| kbd:[Alt+r] | Elimina l'intera riga di comando. | `/input delete_line` +| kbd:[Alt+d] | Elimina la parola successiva nella riga di comando (deleted string is copied to the internal clipboard). | `+/input delete_next_word+` +| kbd:[Alt+k] | Cattura un tasto ed inserisce il suo codice (e il comando associato se il tasto esiste) nella riga di comando. | `+/input grab_key_command+` +| kbd:[Alt+r] | Elimina l'intera riga di comando. | `+/input delete_line+` // TRANSLATION MISSING -| kbd:[Alt+s] | Toggle spell checker. | `/mute spell toggle` +| kbd:[Alt+s] | Toggle spell checker. | `+/mute spell toggle+` |=== [[key_bindings_buffers_windows]] @@ -1744,89 +1744,89 @@ with `/script install buffer_autoset.py` and get help with `/help buffer_autoset [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Tasti | Descrizione | Comando -| kbd:[Ctrl+l] (`L`) | Ridisegna l'intera finestra. | `/window refresh` +| kbd:[Ctrl+l] (`L`) | Ridisegna l'intera finestra. | `+/window refresh+` | kbd:[Ctrl+s], - kbd:[Ctrl+u] | Imposta l'evidenziatore dei messaggi non letti su tutti i buffer. | `/input set_unread` -| kbd:[Ctrl+x] | Passa al buffer attivo se i buffer sono collegati con lo stesso numero. | `/input switch_active_buffer` + kbd:[Ctrl+u] | Imposta l'evidenziatore dei messaggi non letti su tutti i buffer. | `+/input set_unread+` +| kbd:[Ctrl+x] | Passa al buffer attivo se i buffer sono collegati con lo stesso numero. | `+/input switch_active_buffer+` // TRANSLATION MISSING -| kbd:[Alt+x] | Zoom on merged buffer (kbd:[Alt+x] again: display all merged buffers). | `/input zoom_merged_buffer` -| kbd:[PgUp] | Scorre in alto di una pagina nella cronologia del buffer. | `/window page_up` -| kbd:[PgDn] | Scorre di una pagina in basso nella cronologia del buffer. | `/window page_down` -| kbd:[Alt+PgUp] | Scorre di qualche riga in alto nella cronologia del buffer. | `/window scroll_up` -| kbd:[Alt+PgDn] | Scorre di qualche riga in basso nella cronologia del buffer. | `/window scroll_down` -| kbd:[Alt+Home] | Scorre in cima al buffer. | `/window scroll_top` -| kbd:[Alt+End] | Scorre alla fine del del buffer. | `/window scroll_bottom` +| kbd:[Alt+x] | Zoom on merged buffer (kbd:[Alt+x] again: display all merged buffers). | `+/input zoom_merged_buffer+` +| kbd:[PgUp] | Scorre in alto di una pagina nella cronologia del buffer. | `+/window page_up+` +| kbd:[PgDn] | Scorre di una pagina in basso nella cronologia del buffer. | `+/window page_down+` +| kbd:[Alt+PgUp] | Scorre di qualche riga in alto nella cronologia del buffer. | `+/window scroll_up+` +| kbd:[Alt+PgDn] | Scorre di qualche riga in basso nella cronologia del buffer. | `+/window scroll_down+` +| kbd:[Alt+Home] | Scorre in cima al buffer. | `+/window scroll_top+` +| kbd:[Alt+End] | Scorre alla fine del del buffer. | `+/window scroll_bottom+` // TRANSLATION MISSING | kbd:[F1] + - kbd:[Ctrl+F1] | Scroll up one page in buflist. | `/bar scroll buflist * -100%` + kbd:[Ctrl+F1] | Scroll up one page in buflist. | `+/bar scroll buflist * -100%+` // TRANSLATION MISSING | kbd:[F2] + - kbd:[Ctrl+F2] | Scroll down one page in buflist. | `/bar scroll buflist * +100%` + kbd:[Ctrl+F2] | Scroll down one page in buflist. | `+/bar scroll buflist * +100%+` // TRANSLATION MISSING -| kbd:[Alt+F1] | Go to the beginning of buflist. | `/bar scroll buflist * b` +| kbd:[Alt+F1] | Go to the beginning of buflist. | `+/bar scroll buflist * b+` // TRANSLATION MISSING -| kbd:[Alt+F2] | Go to the end of buflist. | `/bar scroll buflist * e` +| kbd:[Alt+F2] | Go to the end of buflist. | `+/bar scroll buflist * e+` | kbd:[Alt+←] + kbd:[Alt+↑] + kbd:[Ctrl+p] + - kbd:[F5] | Passa al buffer precedente. | `/buffer -1` + kbd:[F5] | Passa al buffer precedente. | `+/buffer -1+` | kbd:[Alt+→] + kbd:[Alt+↓] + kbd:[Ctrl+n] + - kbd:[F6] | Passa al buffer successivo. | `/buffer +1` -| kbd:[F7] | Passa alla finestra precedente. | `/window -1` -| kbd:[F8] | Passa alla finestra successiva. | `/window +1` + kbd:[F6] | Passa al buffer successivo. | `+/buffer +1+` +| kbd:[F7] | Passa alla finestra precedente. | `+/window -1+` +| kbd:[F8] | Passa alla finestra successiva. | `+/window +1+` | kbd:[F9] | Scorre il titolo del buffer sulla sinistra. | `+/bar scroll title * -30%+` | kbd:[F10] | Scorre il titolo del buffer sulla destra. | `+/bar scroll title * +30%+` | kbd:[F11] + - kbd:[Ctrl+F11] | Scorre di una pagina in alto nella lista nick. | `/bar scroll nicklist * -100%` + kbd:[Ctrl+F11] | Scorre di una pagina in alto nella lista nick. | `+/bar scroll nicklist * -100%+` | kbd:[F12] + - kbd:[Ctrl+F12] | Scorre di una pagina in basso nella lista nick. | `/bar scroll nicklist * +100%` -| kbd:[Alt+F11] | Sposta all'inizio della lista nick. | `/bar scroll nicklist * b` -| kbd:[Alt+F12] | Sposta alla fine della lista nick. | `/bar scroll nicklist * e` -| kbd:[Alt+a] | Passa al buffer successivo con attività (con priorità: highligh, messagge, altro). | `/input jump_smart` + kbd:[Ctrl+F12] | Scorre di una pagina in basso nella lista nick. | `+/bar scroll nicklist * +100%+` +| kbd:[Alt+F11] | Sposta all'inizio della lista nick. | `+/bar scroll nicklist * b+` +| kbd:[Alt+F12] | Sposta alla fine della lista nick. | `+/bar scroll nicklist * e+` +| kbd:[Alt+a] | Passa al buffer successivo con attività (con priorità: highligh, messagge, altro). | `+/input jump_smart+` // TRANSLATION MISSING -| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle` -| kbd:[Alt+h] | Pulisce hotlist (notifica di attività su altri buffer). | `/input hotlist_clear` +| kbd:[Alt+Shift+B] | Toggle buflist. | `+/buflist toggle+` +| kbd:[Alt+h] | Pulisce hotlist (notifica di attività su altri buffer). | `+/input hotlist_clear+` // TRANSLATION MISSING | kbd:[Alt+j], - kbd:[Alt+f] | Switch to first buffer. | `/buffer -` + kbd:[Alt+f] | Switch to first buffer. | `+/buffer -+` | kbd:[Alt+j], - kbd:[Alt+l] (`L`) | Passa all'ultimo buffer. | `/buffer +` + kbd:[Alt+l] (`L`) | Passa all'ultimo buffer. | `+/buffer ++` | kbd:[Alt+j], - kbd:[Alt+r] | Passa al buffer raw IRC. | `/server raw` + kbd:[Alt+r] | Passa al buffer raw IRC. | `+/server raw+` | kbd:[Alt+j], - kbd:[Alt+s] | Passa al buffer server IRC. | `/server jump` -| kbd:[Alt+0...9] | Passa al buffer numero (0 = 10). | `/buffer *N` + kbd:[Alt+s] | Passa al buffer server IRC. | `+/server jump+` +| kbd:[Alt+0...9] | Passa al buffer numero (0 = 10). | `+/buffer *N+` | kbd:[Alt+j], - kbd:[01...99] | Passa al buffer numero. | `/buffer *NN` + kbd:[01...99] | Passa al buffer numero. | `+/buffer *NN+` // TRANSLATION MISSING -| kbd:[Alt+l] (`L`) | Toggle bare display. | `/window bare` -| kbd:[Alt+m] | Abilita/disabilita. | `/mouse toggle` -| kbd:[Alt+n] | Scorre fino alla notifica successiva. | `/window scroll_next_highlight` +| kbd:[Alt+l] (`L`) | Toggle bare display. | `+/window bare+` +| kbd:[Alt+m] | Abilita/disabilita. | `+/mouse toggle+` +| kbd:[Alt+n] | Scorre fino alla notifica successiva. | `+/window scroll_next_highlight+` // TRANSLATION MISSING -| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `/bar toggle nicklist` -| kbd:[Alt+p] | Scorre fino alla notifica precedente. | `/window scroll_previous_highlight` -| kbd:[Alt+u] | Scorre fino alla prima riga non letta nel buffer. | `/window scroll_unread` +| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `+/bar toggle nicklist+` +| kbd:[Alt+p] | Scorre fino alla notifica precedente. | `+/window scroll_previous_highlight+` +| kbd:[Alt+u] | Scorre fino alla prima riga non letta nel buffer. | `+/window scroll_unread+` | kbd:[Alt+w], - kbd:[Alt+↑] | Passa alla finestra in alto. | `/window up` + kbd:[Alt+↑] | Passa alla finestra in alto. | `+/window up+` | kbd:[Alt+w], - kbd:[Alt+↓] | Passa alla finestra in basso. | `/window down` + kbd:[Alt+↓] | Passa alla finestra in basso. | `+/window down+` | kbd:[Alt+w], - kbd:[Alt+←] | Passa alla finestra sulla sinistra. | `/window left` + kbd:[Alt+←] | Passa alla finestra sulla sinistra. | `+/window left+` | kbd:[Alt+w], - kbd:[Alt+→] | Passa alla finestrs sulla destra. | `/window right` + kbd:[Alt+→] | Passa alla finestrs sulla destra. | `+/window right+` | kbd:[Alt+w], - kbd:[Alt+b] | Bilancia le dimensioni di tutte le finestre. | `/window balance` + kbd:[Alt+b] | Bilancia le dimensioni di tutte le finestre. | `+/window balance+` | kbd:[Alt+w], - kbd:[Alt+s] | Scambia i buffer di due finestra. | `/window swap` -| kbd:[Alt+z] | Ingrandimento sulla finestra attiva (kbd:[Alt+z] di nuovo: ripristina lo stato iniziale della finestra, prima dell'ingrandimento). | `/window zoom` -| kbd:[Alt+<] | Passa al buffer precedente nella lista dei buffer visitati. | `/input jump_previously_visited_buffer` -| kbd:[Alt+>] | Passa al buffer successivo nella lista dei buffer visitati. | `/input jump_next_visited_buffer` -| kbd:[Alt+/] | Passa all'ultimo buffer mostrato (prima dell'ultimo passaggio ad un buffer). | `/input jump_last_buffer_displayed` -| kbd:[Alt+=] | Attiva/disattiva filtri. | `/filter toggle` + kbd:[Alt+s] | Scambia i buffer di due finestra. | `+/window swap+` +| kbd:[Alt+z] | Ingrandimento sulla finestra attiva (kbd:[Alt+z] di nuovo: ripristina lo stato iniziale della finestra, prima dell'ingrandimento). | `+/window zoom+` +| kbd:[Alt+<] | Passa al buffer precedente nella lista dei buffer visitati. | `+/input jump_previously_visited_buffer+` +| kbd:[Alt+>] | Passa al buffer successivo nella lista dei buffer visitati. | `+/input jump_next_visited_buffer+` +| kbd:[Alt+/] | Passa all'ultimo buffer mostrato (prima dell'ultimo passaggio ad un buffer). | `+/input jump_last_buffer_displayed+` +| kbd:[Alt+=] | Attiva/disattiva filtri. | `+/filter toggle+` // TRANSLATION MISSING -| kbd:[Alt+-] | Toggle filters in current buffer. | `/filter toggle @` +| kbd:[Alt+-] | Toggle filters in current buffer. | `+/filter toggle @+` |=== [[key_bindings_search_context]] @@ -1839,18 +1839,18 @@ kbd:[Ctrl+r] per cercare del testo nel buffer). |=== | Key | Descrizione | Comando // TRANSLATION MISSING -| kbd:[Ctrl+r] | Switch search type: string (default), regular expression. | `/input search_switch_regex` -| kbd:[Alt+c] | Passa alla ricerca esatta. | `/input search_switch_case` +| kbd:[Ctrl+r] | Switch search type: string (default), regular expression. | `+/input search_switch_regex+` +| kbd:[Alt+c] | Passa alla ricerca esatta. | `+/input search_switch_case+` // TRANSLATION MISSING -| kbd:[Tab] | Switch search in: messages (default), prefixes, prefixes + messages. | `/input search_switch_where` -| kbd:[↑] | Cerca riga precedente. | `/input search_previous` -| kbd:[↓] | Cerca riga successiva. | `/input search_next` +| kbd:[Tab] | Switch search in: messages (default), prefixes, prefixes + messages. | `+/input search_switch_where+` +| kbd:[↑] | Cerca riga precedente. | `+/input search_previous+` +| kbd:[↓] | Cerca riga successiva. | `+/input search_next+` // TRANSLATION MISSING | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Stop search at current position. | `/input search_stop_here` + kbd:[Ctrl+m] | Stop search at current position. | `+/input search_stop_here+` // TRANSLATION MISSING -| kbd:[Ctrl+q] | Stop search and scroll to bottom of buffer. | `/input search_stop` +| kbd:[Ctrl+q] | Stop search and scroll to bottom of buffer. | `+/input search_stop+` |=== [[key_bindings_cursor_context]] @@ -1862,25 +1862,25 @@ sullo schermo. [width="100%",cols="^.^3,^.^2,.^7,.^7",options="header"] |=== | Tasto | Zona | Descrizione | Comando -| kbd:[↑] | - | Sposta il cursore di una riga in alto. | `/cursor move up` -| kbd:[↓] | - | Sposta il cursore di una riga in basso. | `/cursor move down` -| kbd:[←] | - | Sposta il cursore di una colonna a sinistra. | `/cursor move left` -| kbd:[→] | - | Sposta il cursore di una colonna a destra. | `/cursor move right` -| kbd:[Alt+↑] | - | Sposta il cursore nell'area in alto. | `/cursor move area_up` -| kbd:[Alt+↓] | - | Sposta il cursore nell'area in basso. | `/cursor move area_down` -| kbd:[Alt+←] | - | Sposta il cursore nell'area a sinistra. | `/cursor move area_left` -| kbd:[Alt+→] | - | Sposta il cursore nell'area a destra. | `/cursor move area_right` -| kbd:[m] | chat | Cita messaggio. | `hsignal:chat_quote_message;/cursor stop` -| kbd:[q] | chat | Cita prefisso + messaggio. | `hsignal:chat_quote_prefix_message;/cursor stop` -| kbd:[Q] | chat | Cita ora + prefisso + messaggio. | `hsignal:chat_quote_time_prefix_message;/cursor stop` -| kbd:[b] | lista nick | Ban di un nick. | `/window ${_window_number};/ban ${nick}` -| kbd:[k] | lista nick | Kick di un nick. | `/window ${_window_number};/kick ${nick}` -| kbd:[K] | lista nick | Kick e ban di un nick. | `/window ${_window_number};/kickban ${nick}` -| kbd:[q] | lista nick | Apri query con il nick. | `/window ${_window_number};/query ${nick};/cursor stop` -| kbd:[w] | lista nick | Effettua un whois sul nick. | `/window ${_window_number};/whois ${nick}` +| kbd:[↑] | - | Sposta il cursore di una riga in alto. | `+/cursor move up+` +| kbd:[↓] | - | Sposta il cursore di una riga in basso. | `+/cursor move down+` +| kbd:[←] | - | Sposta il cursore di una colonna a sinistra. | `+/cursor move left+` +| kbd:[→] | - | Sposta il cursore di una colonna a destra. | `+/cursor move right+` +| kbd:[Alt+↑] | - | Sposta il cursore nell'area in alto. | `+/cursor move area_up+` +| kbd:[Alt+↓] | - | Sposta il cursore nell'area in basso. | `+/cursor move area_down+` +| kbd:[Alt+←] | - | Sposta il cursore nell'area a sinistra. | `+/cursor move area_left+` +| kbd:[Alt+→] | - | Sposta il cursore nell'area a destra. | `+/cursor move area_right+` +| kbd:[m] | chat | Cita messaggio. | `+hsignal:chat_quote_message;/cursor stop+` +| kbd:[q] | chat | Cita prefisso + messaggio. | `+hsignal:chat_quote_prefix_message;/cursor stop+` +| kbd:[Q] | chat | Cita ora + prefisso + messaggio. | `+hsignal:chat_quote_time_prefix_message;/cursor stop+` +| kbd:[b] | lista nick | Ban di un nick. | `+/window ${_window_number};/ban ${nick}+` +| kbd:[k] | lista nick | Kick di un nick. | `+/window ${_window_number};/kick ${nick}+` +| kbd:[K] | lista nick | Kick e ban di un nick. | `+/window ${_window_number};/kickban ${nick}+` +| kbd:[q] | lista nick | Apri query con il nick. | `+/window ${_window_number};/query ${nick};/cursor stop+` +| kbd:[w] | lista nick | Effettua un whois sul nick. | `+/window ${_window_number};/whois ${nick}+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | - | Ferma la modalità cursore. | `/cursor stop` + kbd:[Ctrl+m] | - | Ferma la modalità cursore. | `+/cursor stop+` |=== [[key_bindings_mouse_context]] @@ -1894,62 +1894,62 @@ evento del mouse. |=== // TRANSLATION MISSING | Tasto/Wheel ^(1)^ | Azione | Zona | Descrizione | Comando -| ◾◽◽ | - | chat | Passa alla finestra. | `/window ${_window_number}` -| ◾◽◽ | sinistra | chat | Passa al buffer precedente. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | destra | chat | Passa al buffer successivo. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | sinistra (lungo) | chat | Switch to first buffer. | `/window ${_window_number};/buffer 1` -| ◾◽◽ | destra (lungo) | chat | Passa all'ultimo buffer. | `/window ${_window_number};/input jump_last_buffer` -| kbd:[▲] | - | chat | Scorre di qualche riga in alto nella cronologia del buffer. | `/window scroll_up -window ${_window_number}` -| kbd:[▼] | - | chat | Scorre di qualche riga in basso nella cronologia del buffer. | `/window scroll_down -window ${_window_number}` -| kbd:[Ctrl+▲] | - | chat | Scroll horizontally to the left. | `/window scroll_horiz -window ${_window_number} -10%` -| kbd:[Ctrl+▼] | - | chat | Scroll horizontally to the right. | `/window scroll_horiz -window ${_window_number} +10%` +| ◾◽◽ | - | chat | Passa alla finestra. | `+/window ${_window_number}+` +| ◾◽◽ | sinistra | chat | Passa al buffer precedente. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | destra | chat | Passa al buffer successivo. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | sinistra (lungo) | chat | Switch to first buffer. | `+/window ${_window_number};/buffer 1+` +| ◾◽◽ | destra (lungo) | chat | Passa all'ultimo buffer. | `+/window ${_window_number};/input jump_last_buffer+` +| kbd:[▲] | - | chat | Scorre di qualche riga in alto nella cronologia del buffer. | `+/window scroll_up -window ${_window_number}+` +| kbd:[▼] | - | chat | Scorre di qualche riga in basso nella cronologia del buffer. | `+/window scroll_down -window ${_window_number}+` +| kbd:[Ctrl+▲] | - | chat | Scroll horizontally to the left. | `+/window scroll_horiz -window ${_window_number} -10%+` +| kbd:[Ctrl+▼] | - | chat | Scroll horizontally to the right. | `+/window scroll_horiz -window ${_window_number} +10%+` // TRANSLATION MISSING -| kbd:[▲] | - | chat: fset buffer | Move five lines up in fset buffer. | `/fset -up 5` +| kbd:[▲] | - | chat: fset buffer | Move five lines up in fset buffer. | `+/fset -up 5+` // TRANSLATION MISSING -| kbd:[▼] | - | chat: fset buffer | Move five lines down in fset buffer. | `/fset -down 5` +| kbd:[▼] | - | chat: fset buffer | Move five lines down in fset buffer. | `+/fset -down 5+` // TRANSLATION MISSING -| ◾◽◽ | - | chat: fset buffer | Select line in fset buffer. | `/window ${_window_number};/fset -go ${_chat_line_y}` +| ◾◽◽ | - | chat: fset buffer | Select line in fset buffer. | `+/window ${_window_number};/fset -go ${_chat_line_y}+` // TRANSLATION MISSING -| ◽◽◾ | - | chat: fset buffer | Toggle boolean (on/off) or edit the option value. | `hsignal:fset_mouse` +| ◽◽◾ | - | chat: fset buffer | Toggle boolean (on/off) or edit the option value. | `+hsignal:fset_mouse+` // TRANSLATION MISSING -| ◽◽◾ | left | chat: fset buffer | Decrease value for integer/color, set/append to value for other types. | `hsignal:fset_mouse` +| ◽◽◾ | left | chat: fset buffer | Decrease value for integer/color, set/append to value for other types. | `+hsignal:fset_mouse+` // TRANSLATION MISSING -| ◽◽◾ | right | chat: fset buffer | Increase value for integer/color, set/append to value for other types. | `hsignal:fset_mouse` +| ◽◽◾ | right | chat: fset buffer | Increase value for integer/color, set/append to value for other types. | `+hsignal:fset_mouse+` // TRANSLATION MISSING -| ◽◽◾ | up / down | chat: fset buffer | Mark/unmark multiple options. | `hsignal:fset_mouse` +| ◽◽◾ | up / down | chat: fset buffer | Mark/unmark multiple options. | `+hsignal:fset_mouse+` // TRANSLATION MISSING -| kbd:[▲] | - | chat: script buffer | Move 5 lines up in script buffer. | `/script up 5` +| kbd:[▲] | - | chat: script buffer | Move 5 lines up in script buffer. | `+/script up 5+` // TRANSLATION MISSING -| kbd:[▼] | - | chat: script buffer | Move 5 lines down in script buffer. | `/script down 5` +| kbd:[▼] | - | chat: script buffer | Move 5 lines down in script buffer. | `+/script down 5+` // TRANSLATION MISSING -| ◾◽◽ | - | chat: script buffer | Select line in script buffer. | `/script go ${_chat_line_y}` +| ◾◽◽ | - | chat: script buffer | Select line in script buffer. | `+/script go ${_chat_line_y}+` // TRANSLATION MISSING -| ◽◽◾ | - | chat: script buffer | Install/remove script. | `/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}` +| ◽◽◾ | - | chat: script buffer | Install/remove script. | `+/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}+` // TRANSLATION MISSING -| ◾◽◽ | up / left | buflist | Move buffer to a lower number. | Signal `buflist_mouse`. +| ◾◽◽ | up / left | buflist | Move buffer to a lower number. | Signal `+buflist_mouse+`. // TRANSLATION MISSING -| ◾◽◽ | down / right | buflist | Move buffer to a higher number. | Signal `buflist_mouse`. +| ◾◽◽ | down / right | buflist | Move buffer to a higher number. | Signal `+buflist_mouse+`. // TRANSLATION MISSING -| ◾◽◽ | - | buflist | Switch to buffer (previously visited buffer if the buffer is the current one). | Signal `buflist_mouse`. +| ◾◽◽ | - | buflist | Switch to buffer (previously visited buffer if the buffer is the current one). | Signal `+buflist_mouse+`. // TRANSLATION MISSING -| ◽◽◾ | - | buflist | Switch to next visited buffer if the buffer is the current one. | Signal `buflist_mouse`. +| ◽◽◾ | - | buflist | Switch to next visited buffer if the buffer is the current one. | Signal `+buflist_mouse+`. // TRANSLATION MISSING -| kbd:[Ctrl+▲] | - | buflist | Switch to previous buffer. | Signal `buflist_mouse`. +| kbd:[Ctrl+▲] | - | buflist | Switch to previous buffer. | Signal `+buflist_mouse+`. // TRANSLATION MISSING -| kbd:[Ctrl+▼] | - | buflist | Switch to next buffer. | Signal `buflist_mouse`. -| ◾◽◽ | su | lista nick | Scorre di una pagina in alto nella lista nick. | `/bar scroll nicklist ${_window_number} -100%` -| ◾◽◽ | giù | lista nick | Scorre di una pagina in basso nella lista nick. | `/bar scroll nicklist ${_window_number} +100%` -| ◾◽◽ | up (lungo) | lista nick | Sposta all'inizio della lista nick. | `/bar scroll nicklist ${_window_number} b` -| ◾◽◽ | giù (lungo) | lista nick | Sposta alla fine della lista nick. | `/bar scroll nicklist ${_window_number} e` -| ◾◽◽ | - | lista nick | Apre una query con un nick. | `/window ${_window_number};/query ${nick}` -| ◽◽◾ | - | lista nick | Effettua un whois su un nick. | `/window ${_window_number};/whois ${nick}` -| ◾◽◽ | sinistra | lista nick | Kick di un nick. | `/window ${_window_number};/kick ${nick}` -| ◾◽◽ | sinistra (lungo) | lista nick | Kick e ban di un nick. | `/window ${_window_number};/kickban ${nick}` -| ◽◽◾ | sinistra | lista nick | Ban di un nick. | `/window ${_window_number};/ban ${nick}` -| ◽◽◾ | - | input | Cattura un evento del mouse e inserisce il codice nella riga di comando. | `/input grab_mouse_area` -| kbd:[▲] | - | ogni barra | Scorre la barra del -20%. | `/bar scroll ${_bar_name} ${_window_number} -20%` -| kbd:[▼] | - | ogni barra | Scorre la barra del +20%. | `/bar scroll ${_bar_name} ${_window_number} +20%` -| ◽◾◽ | - | ovunque | Avvia la modalità cursore in questo punto. | `/cursor go ${_x},${_y}` +| kbd:[Ctrl+▼] | - | buflist | Switch to next buffer. | Signal `+buflist_mouse+`. +| ◾◽◽ | su | lista nick | Scorre di una pagina in alto nella lista nick. | `+/bar scroll nicklist ${_window_number} -100%+` +| ◾◽◽ | giù | lista nick | Scorre di una pagina in basso nella lista nick. | `+/bar scroll nicklist ${_window_number} +100%+` +| ◾◽◽ | up (lungo) | lista nick | Sposta all'inizio della lista nick. | `+/bar scroll nicklist ${_window_number} b+` +| ◾◽◽ | giù (lungo) | lista nick | Sposta alla fine della lista nick. | `+/bar scroll nicklist ${_window_number} e+` +| ◾◽◽ | - | lista nick | Apre una query con un nick. | `+/window ${_window_number};/query ${nick}+` +| ◽◽◾ | - | lista nick | Effettua un whois su un nick. | `+/window ${_window_number};/whois ${nick}+` +| ◾◽◽ | sinistra | lista nick | Kick di un nick. | `+/window ${_window_number};/kick ${nick}+` +| ◾◽◽ | sinistra (lungo) | lista nick | Kick e ban di un nick. | `+/window ${_window_number};/kickban ${nick}+` +| ◽◽◾ | sinistra | lista nick | Ban di un nick. | `+/window ${_window_number};/ban ${nick}+` +| ◽◽◾ | - | input | Cattura un evento del mouse e inserisce il codice nella riga di comando. | `+/input grab_mouse_area+` +| kbd:[▲] | - | ogni barra | Scorre la barra del -20%. | `+/bar scroll ${_bar_name} ${_window_number} -20%+` +| kbd:[▼] | - | ogni barra | Scorre la barra del +20%. | `+/bar scroll ${_bar_name} ${_window_number} +20%+` +| ◽◾◽ | - | ovunque | Avvia la modalità cursore in questo punto. | `+/cursor go ${_x},${_y}+` |=== // TRANSLATION MISSING @@ -1967,43 +1967,43 @@ These keys and actions are used on the fset buffer (see <<fset_plugin,Fset plugi [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Key | Action ^(1)^ | Description | Command -| kbd:[↑] | | Move one line up. | `/fset -up` -| kbd:[↓] | | Move one line down. | `/fset -down` -| kbd:[PgUp] | | Move one page up. | `/window page_up` -| kbd:[PgDn] | | Move one page down. | `/window page_down` -| kbd:[Alt+Home] | `pass:[<<]` | Move to first line. | `/fset -go 0` -| kbd:[Alt+End] | `pass:[>>]` | Move to last line. | `/fset -go end` -| kbd:[F11] | `pass:[<]` | Scroll horizontally on the left. | `/fset -left` -| kbd:[F12] | `pass:[>]` | Scroll horizontally on the right. | `/fset -right` -| kbd:[Alt+Space] | `t` | Toggle boolean value. | `/fset -toggle` -| kbd:[Alt+-] | `-` | Subtract 1 from value for integer/color, set value for other types. | `/fset -add -1` -| kbd:[Alt++] | `+` | Add 1 to value for integer/color, append to value for other types. | `/fset -add 1` +| kbd:[↑] | | Move one line up. | `+/fset -up+` +| kbd:[↓] | | Move one line down. | `+/fset -down+` +| kbd:[PgUp] | | Move one page up. | `+/window page_up+` +| kbd:[PgDn] | | Move one page down. | `+/window page_down+` +| kbd:[Alt+Home] | `pass:[<<]` | Move to first line. | `+/fset -go 0+` +| kbd:[Alt+End] | `pass:[>>]` | Move to last line. | `+/fset -go end+` +| kbd:[F11] | `pass:[<]` | Scroll horizontally on the left. | `+/fset -left+` +| kbd:[F12] | `pass:[>]` | Scroll horizontally on the right. | `+/fset -right+` +| kbd:[Alt+Space] | `t` | Toggle boolean value. | `+/fset -toggle+` +| kbd:[Alt+-] | `-` | Subtract 1 from value for integer/color, set value for other types. | `+/fset -add -1+` +| kbd:[Alt++] | `+` | Add 1 to value for integer/color, append to value for other types. | `+/fset -add 1+` | kbd:[Alt+f], - kbd:[Alt+r] | `r` | Reset value. | `/fset -reset` + kbd:[Alt+r] | `r` | Reset value. | `+/fset -reset+` | kbd:[Alt+f], - kbd:[Alt+u] | `u` | Unset value. | `/fset -unset` -| kbd:[Alt+Enter] | `s` | Set value. | `/fset -set` + kbd:[Alt+u] | `u` | Unset value. | `+/fset -unset+` +| kbd:[Alt+Enter] | `s` | Set value. | `+/fset -set+` | kbd:[Alt+f], - kbd:[Alt+n] | `n` | Set new value. | `/fset -setnew` + kbd:[Alt+n] | `n` | Set new value. | `+/fset -setnew+` | kbd:[Alt+f], - kbd:[Alt+a] | `a` | Append to value. | `/fset -append` -| kbd:[Alt+,] | `,` | Mark/unmark option. | `/fset -mark 1` -| kbd:[Shift+↑] | | Move one line up and mark/unmark option. | `/fset -up; /fset -mark` -| kbd:[Shift+↓] | | Mark/unmark option and move one line down. | `/fset -mark; /fset -down` + kbd:[Alt+a] | `a` | Append to value. | `+/fset -append+` +| kbd:[Alt+,] | `,` | Mark/unmark option. | `+/fset -mark 1+` +| kbd:[Shift+↑] | | Move one line up and mark/unmark option. | `+/fset -up; /fset -mark+` +| kbd:[Shift+↓] | | Mark/unmark option and move one line down. | `+/fset -mark; /fset -down+` | | `m:xxx` | Mark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see <<command_fset_fset,fset command>>). | | | `u:xxx` | Unmark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see <<command_fset_fset,fset command>>). | -| kbd:[Ctrl+l] (`L`) | | Refresh options and whole screen. | `/fset -refresh` +| kbd:[Ctrl+l] (`L`) | | Refresh options and whole screen. | `+/fset -refresh+` | | `$` | Refresh options (keep marked options). | | | `$$` | Refresh options (unmark all options). | -| kbd:[Alt+p] | | Toggle plugin description options (`pass:[plugins.desc.*]`). | `/mute /set fset.look.show_plugins_desc toggle` -| kbd:[Alt+v] | | Toggle help bar. | `/bar toggle fset` -| | `s:x,y` | Sort options by fields x,y (see option <<option_fset.look.sort,fset.look.sort>>). | `/mute /set fset.look.sort x,y` -| | `s:` | Reset sort to its default value (see option <<option_fset.look.sort,fset.look.sort>>). | `/mute /unset fset.look.sort` -| | `w:xxx` | Export options in file "xxx". | `/fset -export xxx` -| | `w-:xxx` | Export options in file "xxx" without help. | `/fset -export -nohelp xxx` -| | `w+:xxx` | Export options in file "xxx" with help. | `/fset -export -help xxx` -| kbd:[Ctrl+x] | `x` | Switch the format used to display options. | `/fset -format` -| | `q` | Close fset buffer. | `/buffer close` +| kbd:[Alt+p] | | Toggle plugin description options (`pass:[plugins.desc.*]`). | `+/mute /set fset.look.show_plugins_desc toggle+` +| kbd:[Alt+v] | | Toggle help bar. | `+/bar toggle fset+` +| | `s:x,y` | Sort options by fields x,y (see option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /set fset.look.sort x,y+` +| | `s:` | Reset sort to its default value (see option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /unset fset.look.sort+` +| | `w:xxx` | Export options in file "xxx". | `+/fset -export xxx+` +| | `w-:xxx` | Export options in file "xxx" without help. | `+/fset -export -nohelp xxx+` +| | `w+:xxx` | Export options in file "xxx" with help. | `+/fset -export -help xxx+` +| kbd:[Ctrl+x] | `x` | Switch the format used to display options. | `+/fset -format+` +| | `q` | Close fset buffer. | `+/buffer close+` |=== // TRANSLATION MISSING @@ -2021,17 +2021,17 @@ These keys and actions are used on the script buffer (see <<scripts_plugins,Scri [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Key | Action ^(1)^ | Description | Command -| kbd:[↑] | | Move one line up. | `/script up` -| kbd:[↓] | | Move one line down. | `/script down` -| kbd:[PgUp] | | Move one page up. | `/window page_up` -| kbd:[PgDn] | | Move one page down. | `/window page_down` -| kbd:[Alt+i] | `i` | Install script. | `/script install` -| kbd:[Alt+r] | `r` | Remove script. | `/script remove` -| kbd:[Alt+l] (`L`) | `l` | Load script. | `/script load` -| kbd:[Alt+u] | `u` | Unload script. | `/script unload` -| kbd:[Alt+Shift+A] | `A` | Autoload script. | `/script toggleautoload` -| kbd:[Alt+h] | `h` | Hold/unhold script. | `/script hold` -| kbd:[Alt+v] | `v` | View script. | `/script show` +| kbd:[↑] | | Move one line up. | `+/script up+` +| kbd:[↓] | | Move one line down. | `+/script down+` +| kbd:[PgUp] | | Move one page up. | `+/window page_up+` +| kbd:[PgDn] | | Move one page down. | `+/window page_down+` +| kbd:[Alt+i] | `i` | Install script. | `+/script install+` +| kbd:[Alt+r] | `r` | Remove script. | `+/script remove+` +| kbd:[Alt+l] (`L`) | `l` | Load script. | `+/script load+` +| kbd:[Alt+u] | `u` | Unload script. | `+/script unload+` +| kbd:[Alt+Shift+A] | `A` | Autoload script. | `+/script toggleautoload+` +| kbd:[Alt+h] | `h` | Hold/unhold script. | `+/script hold+` +| kbd:[Alt+v] | `v` | View script. | `+/script show+` |=== // TRANSLATION MISSING @@ -2157,7 +2157,7 @@ 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` +È possibile trovare il nome di un evento con il comando `+/input grab_mouse+` poi eseguire l'evento col mouse. Il comando inserisce il nome dell'evento nella riga di comando. @@ -3020,17 +3020,17 @@ automaticamente da WeeChat quando si risponde alle CTCP [width="100%",cols="2l,4,8",options="header"] |=== | Codice | Descrizione | Valore/esempio -| $clientinfo | Elenco di CTCP supportate | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| $version | Versione di WeeChat | `0.4.0-dev` -| $versiongit | Versione di WeeChat + git version ^(1)^ | `0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4` -| $compilation | Data di compilazione di WeeChat | `Dec 16 2012` -| $osinfo | Informazioni sull'OS | `Linux 2.6.32-5-amd64 / x86_64` -| $site | Sito di WeeChat | `https://weechat.org/` -| $download | Sito di WeeChat, pagina di download | `https://weechat.org/download` -| $time | Data/ora correnti | `Sun, 16 Dec 2012 10:40:48 +0100` -| $username | Nome utente sul server IRC | `name` -| $realname | Nome reale sul server IRC | `John Doe` +| $clientinfo | Elenco di CTCP supportate | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| $version | Versione di WeeChat | `+0.4.0-dev+` +| $versiongit | Versione di WeeChat + git version ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Git version ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $compilation | Data di compilazione di WeeChat | `+Dec 16 2012+` +| $osinfo | Informazioni sull'OS | `+Linux 2.6.32-5-amd64 / x86_64+` +| $site | Sito di WeeChat | `+https://weechat.org/+` +| $download | Sito di WeeChat, pagina di download | `+https://weechat.org/download+` +| $time | Data/ora correnti | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| $username | Nome utente sul server IRC | `+name+` +| $realname | Nome reale sul server IRC | `+John Doe+` |=== // TRANSLATION MISSING @@ -3044,13 +3044,13 @@ le risposte CTCP sono: // TRANSLATION MISSING ($username (name)) [width="100%",cols="2,4,8",options="header"] |=== -| CTCP | Formato risposta | Esempio -| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `https://weechat.org/download` -| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` -| USERINFO | `$username ($realname)` | `name (John Doe)` -| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` +| CTCP | Formato risposta | Esempio +| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| FINGER | `+WeeChat $versiongit+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| SOURCE | `+$download+` | `+https://weechat.org/download+` +| TIME | `+$time+` | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| USERINFO | `+$username ($realname)+` | `+name (John Doe)+` +| VERSION | `+WeeChat $versiongit ($compilation)+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)+` |=== [[irc_target_buffer]] @@ -4018,8 +4018,8 @@ A trigger has the following options (names are When option is `off`, the trigger is disabled and actions are not executed any more. -| hook | `signal`, `hsignal`, `modifier`, `line`, `print`, `command`, - `command_run`, `timer`, `config`, `focus`, `info`, `info_hashtable` | +| hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`, + `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` | The hook used in trigger. For more information, see link:weechat_plugin_api.it.html#hooks[WeeChat plugin API reference / Hooks]. @@ -4039,7 +4039,7 @@ A trigger has the following options (names are Command to execute (many commands can be separated by semicolons); it is evaluated (see command <<command_weechat_eval,/eval>>). -| return_code | `ok`, `ok_eat`, `error` | +| return_code | `+ok+`, `+ok_eat+`, `+error+` | The return code of callback (default is `ok`, which should be used in almost all triggers, the other values are rarely used). @@ -4320,8 +4320,8 @@ is added in hashtable: [width="100%",cols="3m,2,14",options="header"] |=== | Variable | Type | Description -| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `${irc_server.name}`). -| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `${irc_channel.name}`). +| irc_server | pointer | Pointer to IRC server (variables in hdata of type "irc_server" can be used, like `+${irc_server.name}+`). +| irc_channel | pointer | Pointer to IRC channel (variables in hdata of type "irc_channel" can be used, like `+${irc_channel.name}+`). | server | string | Name of server (example: "freenode"). | tags | string | Tags in message (rarely used). | message_without_tags | string | Message without tags. @@ -4337,7 +4337,7 @@ is added in hashtable: | pos_text | string | The index of _text_ in message ("-1" if _text_ was not found). |=== -When the data is a pointer, the variable `tg_signal_data` can be used like this +When the data is a pointer, the variable `+tg_signal_data+` can be used like this to read a hdata property (in this example this is a pointer on a buffer): ---- diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 7f1386f05..d6bb31170 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -137,7 +137,7 @@ macOS では https://brew.sh/[Homebrew] を使ってください: ^(3)^ IRC SASL 認証で ECDSA-NIST256P-CHALLENGE を使うには、GnuTLS バージョン 3.0.21 以上が必要です。 + // TRANSLATION MISSING -^(4)^ By default Python 3.x is used. If you enable option `ENABLE_PYTHON2` (see +^(4)^ By default Python 3.x is used. If you enable option `+ENABLE_PYTHON2+` (see below), only the version 2.7 of Python is recommended. Debian および Ubuntu @@ -1202,11 +1202,11 @@ _バー_ とは任意のテキストを含めることができるチャット | items | 文字列 | _items_ のリスト (詳細は<<bar_items,バー要素>>を参照)。 -| filling_left_right | `horizontal`、`vertical`、`columns_horizontal`、`columns_vertical` | +| filling_left_right | `+horizontal+`、`+vertical+`、`+columns_horizontal+`、`+columns_vertical+` | 位置が `left` または `right` のバーに対するフィリングタイプ (詳細は<<bar_filling,バーフィリング>>を参照)。 -| filling_top_bottom | `horizontal`、`vertical`、`columns_horizontal`、`columns_vertical` | +| filling_top_bottom | `+horizontal+`、`+vertical+`、`+columns_horizontal+`、`+columns_vertical+` | 位置が `top` または `bottom` のバーに対するフィリングタイプ (詳細は<<bar_filling,バーフィリング>>を参照)。 @@ -1254,14 +1254,14 @@ _items_ オプションはバー要素をコンマ (画面上の要素同士に フィリングタイプには 4 つの種類があります: -* `horizontal`: +* `+horizontal+`: 左から右に向かって要素を水平に表示。要素内に改行がある場合、空白を行区切りに利用します。 -* `vertical`: +* `+vertical+`: 上から下に向かって要素を表示。要素内に改行がある場合、改行を行区切りに利用します。 -* `columns_horizontal`: +* `+columns_horizontal+`: テキストを左寄せして、列形式で要素を表示。最初の要素は左上、2 番目は同じ行の 1 列右側。 -* `columns_vertical`: テキストを左寄せして、列形式で要素を表示。最初の要素は左上、2 +* `+columns_vertical+`: テキストを左寄せして、列形式で要素を表示。最初の要素は左上、2 番目は同じ列の 1 行下側。 デフォルトバーである _title_、_status_、_input_ は @@ -1524,7 +1524,7 @@ irc サーバ "freenode" に含まれる全てのバッファに対して設定 [NOTE] バッファプロパティ "hotlist_max_level_nicks" は設定ファイルに保存されません。 + これを保存するには _buffer_autoset.py_ スクリプトを使ってください: このスクリプトをインストールするには -`/script install buffer_autoset.py` コマンドを使い、ヘルプを見るには `/help buffer_autoset` コマンドを使ってください。 +`+/script install buffer_autoset.py+` コマンドを使い、ヘルプを見るには `+/help buffer_autoset+` コマンドを使ってください。 [[highlights]] === ハイライト @@ -1589,7 +1589,7 @@ irc サーバ "freenode" に含まれる全てのバッファに対して設定 [NOTE] バッファプロパティ "highlight_regex" は設定ファイルに保存されません。 + これを保存するには _buffer_autoset.py_ スクリプトを使ってください: このスクリプトをインストールするには -`/script install buffer_autoset.py` コマンドを使い、ヘルプを見るには `/help buffer_autoset` コマンドを使ってください。 +`+/script install buffer_autoset.py+` コマンドを使い、ヘルプを見るには `+/help buffer_autoset+` コマンドを使ってください。 [[key_bindings]] === デフォルトのキー割り当て @@ -1601,54 +1601,54 @@ irc サーバ "freenode" に含まれる全てのバッファに対して設定 |=== | キー | 説明 | コマンド | kbd:[←] + - kbd:[Ctrl+b] | コマンドラインで前の文字に移動 | `/input move_previous_char` + kbd:[Ctrl+b] | コマンドラインで前の文字に移動 | `+/input move_previous_char+` | kbd:[→] + - kbd:[Ctrl+f] | コマンドラインで次の文字に移動 | `/input move_next_char` + kbd:[Ctrl+f] | コマンドラインで次の文字に移動 | `+/input move_next_char+` | kbd:[Ctrl+←] + - kbd:[Alt+b] | コマンドラインで前の単語に移動 | `/input move_previous_word` + kbd:[Alt+b] | コマンドラインで前の単語に移動 | `+/input move_previous_word+` | kbd:[Ctrl+→] + - kbd:[Alt+f] | コマンドラインで次の単語に移動 | `/input move_next_word` + kbd:[Alt+f] | コマンドラインで次の単語に移動 | `+/input move_next_word+` | kbd:[Home] + - kbd:[Ctrl+a] | コマンドラインで行頭に移動 | `/input move_beginning_of_line` + kbd:[Ctrl+a] | コマンドラインで行頭に移動 | `+/input move_beginning_of_line+` | kbd:[End] + - kbd:[Ctrl+e] | コマンドラインで行末に移動 | `/input move_end_of_line` + kbd:[Ctrl+e] | コマンドラインで行末に移動 | `+/input move_end_of_line+` | kbd:[Ctrl+c], - kbd:[b] | テキストを太字化するコードの挿入 | `/input insert \x02` + kbd:[b] | テキストを太字化するコードの挿入 | `+/input insert \x02+` | kbd:[Ctrl+c], - kbd:[c] | テキストに色をつけるコードの挿入 | `/input insert \x03` + kbd:[c] | テキストに色をつけるコードの挿入 | `+/input insert \x03+` | kbd:[Ctrl+c], - kbd:[i] | テキストをイタリック体にするコードの挿入 | `/input insert \x1D` + kbd:[i] | テキストをイタリック体にするコードの挿入 | `+/input insert \x1D+` | kbd:[Ctrl+c], - kbd:[o] | テキスト色のリセットを行うコードの挿入 | `/input insert \x0F` + kbd:[o] | テキスト色のリセットを行うコードの挿入 | `+/input insert \x0F+` | kbd:[Ctrl+c], - kbd:[v] | テキスト色の反転を行うコードの挿入 | `/input insert \x16` + kbd:[v] | テキスト色の反転を行うコードの挿入 | `+/input insert \x16+` | kbd:[Ctrl+c], - kbd:[_] | テキストに下線を引くコードの挿入 | `/input insert \x1F` + kbd:[_] | テキストに下線を引くコードの挿入 | `+/input insert \x1F+` | kbd:[Del] + - kbd:[Ctrl+d] | コマンドラインで次の文字を削除 | `/input delete_next_char` + kbd:[Ctrl+d] | コマンドラインで次の文字を削除 | `+/input delete_next_char+` | kbd:[Backsp.] + - kbd:[Ctrl+h] | コマンドラインで前の文字を削除 | `/input delete_previous_char` -| kbd:[Ctrl+k] | コマンドラインでカーソルより後の文字列を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `/input delete_end_of_line` -| kbd:[Ctrl+r] | バッファ中の履歴からテキスト検索 (<<key_bindings_search_context,検索モード用のキー>>を参照) | `/input search_text_here` -| kbd:[Ctrl+t] | 文字の入れ替え | `/input transpose_chars` -| kbd:[Ctrl+u] | コマンドラインでカーソルより前の文字列を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `/input delete_beginning_of_line` -| kbd:[Ctrl+w] | コマンドラインで前の単語を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `/input delete_previous_word` -| kbd:[Ctrl+y] | WeeChat 専用の内部クリップボードの内容をペースト | `/input clipboard_paste` -| kbd:[Ctrl+_] | コマンドラインの最後の動作をやり直す | `/input undo` -| kbd:[Alt+_] | コマンドラインの最後の動作を取り消す | `/input redo` -| kbd:[Tab] | コマンドやニックネームを補完 (再度 kbd:[Tab] することで次の補完候補を表示) | `/input complete_next` -| kbd:[Shift+Tab] | 補完候補が無い場合: 部分補完を行う、補完候補が有る場合: 前の補完候補を表示 | `/input complete_previous` + kbd:[Ctrl+h] | コマンドラインで前の文字を削除 | `+/input delete_previous_char+` +| kbd:[Ctrl+k] | コマンドラインでカーソルより後の文字列を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `+/input delete_end_of_line+` +| kbd:[Ctrl+r] | バッファ中の履歴からテキスト検索 (<<key_bindings_search_context,検索モード用のキー>>を参照) | `+/input search_text_here+` +| kbd:[Ctrl+t] | 文字の入れ替え | `+/input transpose_chars+` +| kbd:[Ctrl+u] | コマンドラインでカーソルより前の文字列を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `+/input delete_beginning_of_line+` +| kbd:[Ctrl+w] | コマンドラインで前の単語を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `+/input delete_previous_word+` +| kbd:[Ctrl+y] | WeeChat 専用の内部クリップボードの内容をペースト | `+/input clipboard_paste+` +| kbd:[Ctrl+_] | コマンドラインの最後の動作をやり直す | `+/input undo+` +| kbd:[Alt+_] | コマンドラインの最後の動作を取り消す | `+/input redo+` +| kbd:[Tab] | コマンドやニックネームを補完 (再度 kbd:[Tab] することで次の補完候補を表示) | `+/input complete_next+` +| kbd:[Shift+Tab] | 補完候補が無い場合: 部分補完を行う、補完候補が有る場合: 前の補完候補を表示 | `+/input complete_previous+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | コマンドを実行するか、メッセージを送信する (検索モードの場合: 検索の終了) | `/input return` -| kbd:[↑] | 前のコマンド/メッセージを呼び出す (検索モードの場合: 上方向に検索) | `/input history_previous` -| kbd:[↓] | 次のコマンド/メッセージを呼び出す (検索モードの場合: 下方向に検索) | `/input history_next` -| kbd:[Ctrl+↑] | グローバル履歴から前のコマンド/メッセージを呼び出す (すべてのバッファに対して共通の履歴) | `/input history_global_previous` -| kbd:[Ctrl+↓] | グローバル履歴から次のコマンド/メッセージを呼び出す (すべてのバッファに対して共通の履歴) | `/input history_global_next` -| kbd:[Alt+d] | コマンドラインで次の単語を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `/input delete_next_word` -| kbd:[Alt+k] | キー入力を奪って、コマンドラインにコード (キーが割り当てられていればコマンド) を入力 | `/input grab_key_command` -| kbd:[Alt+r] | コマンドラインへの入力をすべて削除 | `/input delete_line` -| kbd:[Alt+s] | スペルチェッカの有効無効を切り替え | `/mute spell toggle` + kbd:[Ctrl+m] | コマンドを実行するか、メッセージを送信する (検索モードの場合: 検索の終了) | `+/input return+` +| kbd:[↑] | 前のコマンド/メッセージを呼び出す (検索モードの場合: 上方向に検索) | `+/input history_previous+` +| kbd:[↓] | 次のコマンド/メッセージを呼び出す (検索モードの場合: 下方向に検索) | `+/input history_next+` +| kbd:[Ctrl+↑] | グローバル履歴から前のコマンド/メッセージを呼び出す (すべてのバッファに対して共通の履歴) | `+/input history_global_previous+` +| kbd:[Ctrl+↓] | グローバル履歴から次のコマンド/メッセージを呼び出す (すべてのバッファに対して共通の履歴) | `+/input history_global_next+` +| kbd:[Alt+d] | コマンドラインで次の単語を削除 (削除された文字列は WeeChat 専用の内部クリップボードに保存) | `+/input delete_next_word+` +| kbd:[Alt+k] | キー入力を奪って、コマンドラインにコード (キーが割り当てられていればコマンド) を入力 | `+/input grab_key_command+` +| kbd:[Alt+r] | コマンドラインへの入力をすべて削除 | `+/input delete_line+` +| kbd:[Alt+s] | スペルチェッカの有効無効を切り替え | `+/mute spell toggle+` |=== [[key_bindings_buffers_windows]] @@ -1657,81 +1657,81 @@ irc サーバ "freenode" に含まれる全てのバッファに対して設定 [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | キー | 説明 | コマンド -| kbd:[Ctrl+l] (`L`) | 全ウィンドウを再描画 | `/window refresh` +| kbd:[Ctrl+l] (`L`) | 全ウィンドウを再描画 | `+/window refresh+` | kbd:[Ctrl+s], - kbd:[Ctrl+u] | すべてのバッファに未読マークをセット | `/input set_unread` -| kbd:[Ctrl+x] | 同じ番号を持つバッファにアタッチされていた場合、現在のバッファに移動 | `/input switch_active_buffer` -| kbd:[Alt+x] | マージされたバッファに再ズーム (kbd:[Alt+x]: 全てのマージされたバッファを表示) | `/input zoom_merged_buffer` -| kbd:[PgUp] | バッファ履歴を 1 ページ分上方向にスクロール | `/window page_up` -| kbd:[PgDn] | バッファ履歴を 1 ページ分下方向にスクロール | `/window page_down` -| kbd:[Alt+PgUp] | バッファ履歴を数行分上方向にスクロール | `/window scroll_up` -| kbd:[Alt+PgDn] | バッファ履歴を数行分下方向にスクロール | `/window scroll_down` -| kbd:[Alt+Home] | バッファ履歴を最初までスクロール | `/window scroll_top` -| kbd:[Alt+End] | バッファ履歴を最後までスクロール | `/window scroll_bottom` + kbd:[Ctrl+u] | すべてのバッファに未読マークをセット | `+/input set_unread+` +| kbd:[Ctrl+x] | 同じ番号を持つバッファにアタッチされていた場合、現在のバッファに移動 | `+/input switch_active_buffer+` +| kbd:[Alt+x] | マージされたバッファに再ズーム (kbd:[Alt+x]: 全てのマージされたバッファを表示) | `+/input zoom_merged_buffer+` +| kbd:[PgUp] | バッファ履歴を 1 ページ分上方向にスクロール | `+/window page_up+` +| kbd:[PgDn] | バッファ履歴を 1 ページ分下方向にスクロール | `+/window page_down+` +| kbd:[Alt+PgUp] | バッファ履歴を数行分上方向にスクロール | `+/window scroll_up+` +| kbd:[Alt+PgDn] | バッファ履歴を数行分下方向にスクロール | `+/window scroll_down+` +| kbd:[Alt+Home] | バッファ履歴を最初までスクロール | `+/window scroll_top+` +| kbd:[Alt+End] | バッファ履歴を最後までスクロール | `+/window scroll_bottom+` | kbd:[F1] + - kbd:[Ctrl+F1] | バッファリストを上方に 1 ページスクロール | `/bar scroll buflist * -100%` + kbd:[Ctrl+F1] | バッファリストを上方に 1 ページスクロール | `+/bar scroll buflist * -100%+` | kbd:[F2] + - kbd:[Ctrl+F2] | バッファリストを下方に 1 ページスクロール | `/bar scroll buflist * +100%` -| kbd:[Alt+F1] | バッファリストを上端までスクロール | `/bar scroll buflist * b` -| kbd:[Alt+F2] | バッファリストを下端までスクロール | `/bar scroll buflist * e` + kbd:[Ctrl+F2] | バッファリストを下方に 1 ページスクロール | `+/bar scroll buflist * +100%+` +| kbd:[Alt+F1] | バッファリストを上端までスクロール | `+/bar scroll buflist * b+` +| kbd:[Alt+F2] | バッファリストを下端までスクロール | `+/bar scroll buflist * e+` | kbd:[Alt+←] + kbd:[Alt+↑] + kbd:[Ctrl+p] + - kbd:[F5] | 前のバッファに移動 | `/buffer -1` + kbd:[F5] | 前のバッファに移動 | `+/buffer -1+` | kbd:[Alt+→] + kbd:[Alt+↓] + kbd:[Ctrl+n] + - kbd:[F6] | 後のバッファに移動 | `/buffer +1` -| kbd:[F7] | ウィンドウを前に移動 | `/window -1` -| kbd:[F8] | ウィンドウを後に移動 | `/window +1` + kbd:[F6] | 後のバッファに移動 | `+/buffer +1+` +| kbd:[F7] | ウィンドウを前に移動 | `+/window -1+` +| kbd:[F8] | ウィンドウを後に移動 | `+/window +1+` | kbd:[F9] | バッファタイトルを左方向にスクロール | `+/bar scroll title * -30%+` | kbd:[F10] | バッファタイトルを右方向にスクロール | `+/bar scroll title * +30%+` | kbd:[F11] + - kbd:[Ctrl+F11] | ニックネームリストを上方向にスクロール | `/bar scroll nicklist * -100%` + kbd:[Ctrl+F11] | ニックネームリストを上方向にスクロール | `+/bar scroll nicklist * -100%+` | kbd:[F12] + - kbd:[Ctrl+F12] | ニックネームリストを下方向にスクロール | `/bar scroll nicklist * +100%` -| kbd:[Alt+F11] | ニックネームリストを一番上にスクロール | `/bar scroll nicklist * b` -| kbd:[Alt+F12] | ニックネームリストを一番下にスクロール | `/bar scroll nicklist * e` -| kbd:[Alt+a] | 変更のあった次のバッファに移動 (優先順位: ハイライト、新規メッセージ、その他) | `/input jump_smart` + kbd:[Ctrl+F12] | ニックネームリストを下方向にスクロール | `+/bar scroll nicklist * +100%+` +| kbd:[Alt+F11] | ニックネームリストを一番上にスクロール | `+/bar scroll nicklist * b+` +| kbd:[Alt+F12] | ニックネームリストを一番下にスクロール | `+/bar scroll nicklist * e+` +| kbd:[Alt+a] | 変更のあった次のバッファに移動 (優先順位: ハイライト、新規メッセージ、その他) | `+/input jump_smart+` // TRANSLATION MISSING -| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle` -| kbd:[Alt+h] | ホットリスト (他のバッファにあった変更通知リスト) を消去 | `/input hotlist_clear` +| kbd:[Alt+Shift+B] | Toggle buflist. | `+/buflist toggle+` +| kbd:[Alt+h] | ホットリスト (他のバッファにあった変更通知リスト) を消去 | `+/input hotlist_clear+` | kbd:[Alt+j], - kbd:[Alt+f] | 最初のバッファに移動 | `/buffer -` + kbd:[Alt+f] | 最初のバッファに移動 | `+/buffer -+` | kbd:[Alt+j], - kbd:[Alt+l] (`L`) | 最後のバッファに移動 | `/buffer +` + kbd:[Alt+l] (`L`) | 最後のバッファに移動 | `+/buffer ++` | kbd:[Alt+j], - kbd:[Alt+r] | IRC 生バッファに移動 | `/server raw` + kbd:[Alt+r] | IRC 生バッファに移動 | `+/server raw+` | kbd:[Alt+j], - kbd:[Alt+s] | IRC サーババッファに移動 | `/server jump` -| kbd:[Alt+0...9] | 番号のバッファに移動 (0 = 10) | `/buffer *N` + kbd:[Alt+s] | IRC サーババッファに移動 | `+/server jump+` +| kbd:[Alt+0...9] | 番号のバッファに移動 (0 = 10) | `+/buffer *N+` | kbd:[Alt+j], - kbd:[01...99] | 番号のバッファに移動 | `/buffer *NN` -| kbd:[Alt+l] (`L`) | 最小限表示の有効無効を切り替え | `/window bare` -| kbd:[Alt+m] | マウスの有効無効を切り替え | `/mouse toggle` -| kbd:[Alt+n] | 次のハイライトまでスクロール | `/window scroll_next_highlight` + kbd:[01...99] | 番号のバッファに移動 | `+/buffer *NN+` +| kbd:[Alt+l] (`L`) | 最小限表示の有効無効を切り替え | `+/window bare+` +| kbd:[Alt+m] | マウスの有効無効を切り替え | `+/mouse toggle+` +| kbd:[Alt+n] | 次のハイライトまでスクロール | `+/window scroll_next_highlight+` // TRANSLATION MISSING -| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `/bar toggle nicklist` -| kbd:[Alt+p] | 前のハイライトまでスクロール | `/window scroll_previous_highlight` -| kbd:[Alt+u] | バッファを最初の未読行までスクロール | `/window scroll_unread` +| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `+/bar toggle nicklist+` +| kbd:[Alt+p] | 前のハイライトまでスクロール | `+/window scroll_previous_highlight+` +| kbd:[Alt+u] | バッファを最初の未読行までスクロール | `+/window scroll_unread+` | kbd:[Alt+w], - kbd:[Alt+↑] | 上のウィンドウに移動 | `/window up` + kbd:[Alt+↑] | 上のウィンドウに移動 | `+/window up+` | kbd:[Alt+w], - kbd:[Alt+↓] | 下のウィンドウに移動 | `/window down` + kbd:[Alt+↓] | 下のウィンドウに移動 | `+/window down+` | kbd:[Alt+w], - kbd:[Alt+←] | 左のウィンドウに移動 | `/window left` + kbd:[Alt+←] | 左のウィンドウに移動 | `+/window left+` | kbd:[Alt+w], - kbd:[Alt+→] | 右のウィンドウに移動 | `/window right` + kbd:[Alt+→] | 右のウィンドウに移動 | `+/window right+` | kbd:[Alt+w], - kbd:[Alt+b] | すべてのウィンドウサイズを均等に | `/window balance` + kbd:[Alt+b] | すべてのウィンドウサイズを均等に | `+/window balance+` | kbd:[Alt+w], - kbd:[Alt+s] | 2 つのウィンドウを入れ替え | `/window swap` -| kbd:[Alt+z] | 現在のウィンドウを最大化 (再度 kbd:[Alt+z] することで: 最初のウィンドウ状態に戻す、最大化前の状態) | `/window zoom` -| kbd:[Alt+<] | バッファ訪問履歴で前のバッファに移動 | `/input jump_previously_visited_buffer` -| kbd:[Alt+>] | バッファ訪問履歴で次のバッファに移動 | `/input jump_next_visited_buffer` -| kbd:[Alt+/] | 最後に表示したバッファに移動 (バッファ移動前に表示していたウィンドウ) | `/input jump_last_buffer_displayed` -| kbd:[Alt+=] | フィルタの有効無効を切り替え | `/filter toggle` -| kbd:[Alt+-] | 現在のバッファのフィルタの有効無効を切り替え | `/filter toggle @` + kbd:[Alt+s] | 2 つのウィンドウを入れ替え | `+/window swap+` +| kbd:[Alt+z] | 現在のウィンドウを最大化 (再度 kbd:[Alt+z] することで: 最初のウィンドウ状態に戻す、最大化前の状態) | `+/window zoom+` +| kbd:[Alt+<] | バッファ訪問履歴で前のバッファに移動 | `+/input jump_previously_visited_buffer+` +| kbd:[Alt+>] | バッファ訪問履歴で次のバッファに移動 | `+/input jump_next_visited_buffer+` +| kbd:[Alt+/] | 最後に表示したバッファに移動 (バッファ移動前に表示していたウィンドウ) | `+/input jump_last_buffer_displayed+` +| kbd:[Alt+=] | フィルタの有効無効を切り替え | `+/filter toggle+` +| kbd:[Alt+-] | 現在のバッファのフィルタの有効無効を切り替え | `+/filter toggle @+` |=== [[key_bindings_search_context]] @@ -1743,15 +1743,15 @@ kbd:[Ctrl+r] が押された状態) でのみ有効です。 [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | キー | 説明 | コマンド -| kbd:[Ctrl+r] | 検索タイプを切り替え: 文字列 (デフォルト)、正規表現 | `/input search_switch_regex` -| kbd:[Alt+c] | 大文字小文字を区別して検索 | `/input search_switch_case` -| kbd:[Tab] | 検索範囲: メッセージ (デフォルト)、プレフィックス、プレフィックスとメッセージ | `/input search_switch_where` -| kbd:[↑] | 前のキーワードで検索 | `/input search_previous` -| kbd:[↓] | 次のキーワードで検索 | `/input search_next` +| kbd:[Ctrl+r] | 検索タイプを切り替え: 文字列 (デフォルト)、正規表現 | `+/input search_switch_regex+` +| kbd:[Alt+c] | 大文字小文字を区別して検索 | `+/input search_switch_case+` +| kbd:[Tab] | 検索範囲: メッセージ (デフォルト)、プレフィックス、プレフィックスとメッセージ | `+/input search_switch_where+` +| kbd:[↑] | 前のキーワードで検索 | `+/input search_previous+` +| kbd:[↓] | 次のキーワードで検索 | `+/input search_next+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | 現在の位置で検索を終了 | `/input search_stop_here` -| kbd:[Ctrl+q] | 検索を終了してバッファの最後までスクロール | `/input search_stop` + kbd:[Ctrl+m] | 現在の位置で検索を終了 | `+/input search_stop_here+` +| kbd:[Ctrl+q] | 検索を終了してバッファの最後までスクロール | `+/input search_stop+` |=== [[key_bindings_cursor_context]] @@ -1762,25 +1762,25 @@ kbd:[Ctrl+r] が押された状態) でのみ有効です。 [width="100%",cols="^.^3,^.^2,.^7,.^7",options="header"] |=== | キー | エリア | 説明 | コマンド -| kbd:[↑] | - | カーソルを上の行に移動 | `/cursor move up` -| kbd:[↓] | - | カーソルを下の行に移動 | `/cursor move down` -| kbd:[←] | - | カーソルを左の列に移動 | `/cursor move left` -| kbd:[→] | - | カーソルを右の列に移動 | `/cursor move right` -| kbd:[Alt+↑] | - | カーソルを上のエリアに移動 | `/cursor move area_up` -| kbd:[Alt+↓] | - | カーソルを下のエリアに移動 | `/cursor move area_down` -| kbd:[Alt+←] | - | カーソルを左のエリアに移動 | `/cursor move area_left` -| kbd:[Alt+→] | - | カーソルを右のエリアに移動 | `/cursor move area_right` -| kbd:[m] | チャット | メッセージを引用 | `hsignal:chat_quote_message;/cursor stop` -| kbd:[q] | チャット | プレフィックスとメッセージを引用 | `hsignal:chat_quote_prefix_message;/cursor stop` -| kbd:[Q] | チャット | 時間、プレフィックス、メッセージを引用 | `hsignal:chat_quote_time_prefix_message;/cursor stop` -| kbd:[b] | ニックネームリスト| ニックネームをバンする | `/window ${_window_number};/ban ${nick}` -| kbd:[k] | ニックネームリスト| ニックネームをキックする | `/window ${_window_number};/kick ${nick}` -| kbd:[K] | ニックネームリスト| ニックネームをバンとキックする | `/window ${_window_number};/kickban ${nick}` -| kbd:[q] | ニックネームリスト| ニックネームに対するクエリを開く | `/window ${_window_number};/query ${nick};/cursor stop` -| kbd:[w] | ニックネームリスト| ニックネームに対して whois を行う | `/window ${_window_number};/whois ${nick}` +| kbd:[↑] | - | カーソルを上の行に移動 | `+/cursor move up+` +| kbd:[↓] | - | カーソルを下の行に移動 | `+/cursor move down+` +| kbd:[←] | - | カーソルを左の列に移動 | `+/cursor move left+` +| kbd:[→] | - | カーソルを右の列に移動 | `+/cursor move right+` +| kbd:[Alt+↑] | - | カーソルを上のエリアに移動 | `+/cursor move area_up+` +| kbd:[Alt+↓] | - | カーソルを下のエリアに移動 | `+/cursor move area_down+` +| kbd:[Alt+←] | - | カーソルを左のエリアに移動 | `+/cursor move area_left+` +| kbd:[Alt+→] | - | カーソルを右のエリアに移動 | `+/cursor move area_right+` +| kbd:[m] | チャット | メッセージを引用 | `+hsignal:chat_quote_message;/cursor stop+` +| kbd:[q] | チャット | プレフィックスとメッセージを引用 | `+hsignal:chat_quote_prefix_message;/cursor stop+` +| kbd:[Q] | チャット | 時間、プレフィックス、メッセージを引用 | `+hsignal:chat_quote_time_prefix_message;/cursor stop+` +| kbd:[b] | ニックネームリスト| ニックネームをバンする | `+/window ${_window_number};/ban ${nick}+` +| kbd:[k] | ニックネームリスト| ニックネームをキックする | `+/window ${_window_number};/kick ${nick}+` +| kbd:[K] | ニックネームリスト| ニックネームをバンとキックする | `+/window ${_window_number};/kickban ${nick}+` +| kbd:[q] | ニックネームリスト| ニックネームに対するクエリを開く | `+/window ${_window_number};/query ${nick};/cursor stop+` +| kbd:[w] | ニックネームリスト| ニックネームに対して whois を行う | `+/window ${_window_number};/whois ${nick}+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | - | カーソルモードを終了 | `/cursor stop` + kbd:[Ctrl+m] | - | カーソルモードを終了 | `+/cursor stop+` |=== [[key_bindings_mouse_context]] @@ -1791,52 +1791,52 @@ kbd:[Ctrl+r] が押された状態) でのみ有効です。 [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== | ボタン/ホイール ^(1)^ | ジェスチャー | エリア | 説明 | コマンド -| ◾◽◽ | - | チャット | ウィンドウに移動 | `/window ${_window_number}` -| ◾◽◽ | 左 | チャット | 前のバッファに移動 | `/window ${_window_number};/buffer +1` -| ◾◽◽ | 右 | チャット | 次のバッファに移動 | `/window ${_window_number};/buffer +1` -| ◾◽◽ | 左 (長く) | チャット | 最初のバッファに移動 | `/window ${_window_number};/buffer 1` -| ◾◽◽ | 右 (長く) | チャット | 最後のバッファに移動 | `/window ${_window_number};/input jump_last_buffer` -| kbd:[▲] | - | チャット | バッファ履歴を上方向にスクロール | `/window scroll_up -window ${_window_number}` -| kbd:[▼] | - | チャット | バッファ履歴を下方向にスクロール | `/window scroll_down -window ${_window_number}` -| kbd:[Ctrl+▲] | - | チャット | 水平左方向にスクロール | `/window scroll_horiz -window ${_window_number} -10%` -| kbd:[Ctrl+▼] | - | チャット | 水平右方向にスクロール | `/window scroll_horiz -window ${_window_number} +10%` +| ◾◽◽ | - | チャット | ウィンドウに移動 | `+/window ${_window_number}+` +| ◾◽◽ | 左 | チャット | 前のバッファに移動 | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | 右 | チャット | 次のバッファに移動 | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | 左 (長く) | チャット | 最初のバッファに移動 | `+/window ${_window_number};/buffer 1+` +| ◾◽◽ | 右 (長く) | チャット | 最後のバッファに移動 | `+/window ${_window_number};/input jump_last_buffer+` +| kbd:[▲] | - | チャット | バッファ履歴を上方向にスクロール | `+/window scroll_up -window ${_window_number}+` +| kbd:[▼] | - | チャット | バッファ履歴を下方向にスクロール | `+/window scroll_down -window ${_window_number}+` +| kbd:[Ctrl+▲] | - | チャット | 水平左方向にスクロール | `+/window scroll_horiz -window ${_window_number} -10%+` +| kbd:[Ctrl+▼] | - | チャット | 水平右方向にスクロール | `+/window scroll_horiz -window ${_window_number} +10%+` // TRANSLATION MISSING -| kbd:[▲] | - | chat: fset buffer | Move five lines up in fset buffer. | `/fset -up 5` +| kbd:[▲] | - | chat: fset buffer | Move five lines up in fset buffer. | `+/fset -up 5+` // TRANSLATION MISSING -| kbd:[▼] | - | chat: fset buffer | Move five lines down in fset buffer. | `/fset -down 5` +| kbd:[▼] | - | chat: fset buffer | Move five lines down in fset buffer. | `+/fset -down 5+` // TRANSLATION MISSING -| ◾◽◽ | - | chat: fset buffer | Select line in fset buffer. | `/window ${_window_number};/fset -go ${_chat_line_y}` +| ◾◽◽ | - | chat: fset buffer | Select line in fset buffer. | `+/window ${_window_number};/fset -go ${_chat_line_y}+` // TRANSLATION MISSING -| ◽◽◾ | - | chat: fset buffer | Toggle boolean (on/off) or edit the option value. | `hsignal:fset_mouse` +| ◽◽◾ | - | chat: fset buffer | Toggle boolean (on/off) or edit the option value. | `+hsignal:fset_mouse+` // TRANSLATION MISSING -| ◽◽◾ | left | chat: fset buffer | Decrease value for integer/color, set/append to value for other types. | `hsignal:fset_mouse` +| ◽◽◾ | left | chat: fset buffer | Decrease value for integer/color, set/append to value for other types. | `+hsignal:fset_mouse+` // TRANSLATION MISSING -| ◽◽◾ | right | chat: fset buffer | Increase value for integer/color, set/append to value for other types. | `hsignal:fset_mouse` +| ◽◽◾ | right | chat: fset buffer | Increase value for integer/color, set/append to value for other types. | `+hsignal:fset_mouse+` // TRANSLATION MISSING -| ◽◽◾ | up / down | chat: fset buffer | Mark/unmark multiple options. | `hsignal:fset_mouse` -| kbd:[▲] | - | チャット: スクリプトバッファ | スクリプトバッファを 5 行上方向にスクロール | `/script up 5` -| kbd:[▼] | - | チャット: スクリプトバッファ | スクリプトバッファで 5 行下方向にスクロール | `/script down 5` -| ◾◽◽ | - | チャット: スクリプトバッファ | スクリプトバッファで行選択 | `/script go ${_chat_line_y}` -| ◽◽◾ | - | チャット: スクリプトバッファ | スクリプトのインストール `/ 削除 | /script go ${_chat_line_y};/script installremove ${script_name_with_extension}` -| ◾◽◽ | 上 / 左 | バッファリスト | 指定したバッファを下の番号に移動 | `buflist_mouse` シグナル -| ◾◽◽ | 下 / 右 | バッファリスト | 指定したバッファを上の番号に移動 | `buflist_mouse` シグナル -| ◾◽◽ | - | バッファリスト | 指定したバッファに切り替える (現在のバッファを指定した場合、バッファ切り替え履歴で前のバッファに切り替える) | `buflist_mouse` シグナル -| ◽◽◾ | - | バッファリスト | 現在のバッファを指定した場合、バッファ切り替え履歴で次のバッファに切り替える | `buflist_mouse` シグナル -| kbd:[Ctrl+▲] | - | バッファリスト | バッファ切り替え履歴で前のバッファに切り替える | `buflist_mouse` シグナル -| kbd:[Ctrl+▼] | - | バッファリスト | バッファ切り替え履歴で次のバッファに切り替える | `buflist_mouse` シグナル -| ◾◽◽ | 上 | ニックネームリスト | ニックネームリストを 1 ページ分上方向にスクロール | `/bar scroll nicklist ${_window_number} -100%` -| ◾◽◽ | 下 | ニックネームリスト | ニックネームリストを 1 ページ分下方向にスクロール | `/bar scroll nicklist ${_window_number} +100%` -| ◾◽◽ | 上 (長く) | ニックネームリスト | ニックネームリストの最初に移動 | `/bar scroll nicklist ${_window_number} b` -| ◾◽◽ | 下 (長く) | ニックネームリスト | ニックネームリストの最後に移動 | `/bar scroll nicklist ${_window_number} e` -| ◾◽◽ | - | ニックネームリスト | ニックネームに対するクエリを開く | `/window ${_window_number};/query ${nick}` -| ◽◽◾ | - | ニックネームリスト | ニックネームに対する whois を行う | `/window ${_window_number};/whois ${nick}` -| ◾◽◽ | 左 | ニックネームリスト | ニックネームをキックする | `/window ${_window_number};/kick ${nick}` -| ◾◽◽ | 左 (長く) | ニックネームリスト | ニックネームをキックとバンする | `/window ${_window_number};/kickban ${nick}` -| ◽◽◾ | 左 | ニックネームリスト | ニックネームをバンする | `/window ${_window_number};/ban ${nick}` -| ◽◽◾ | - | 入力 | マウスイベントを奪ってコマンドラインにコードを入力 | `/input grab_mouse_area` -| kbd:[▲] | - | 任意のバー | バーを -20% スクロール | `/bar scroll ${_bar_name} ${_window_number} -20%` -| kbd:[▼] | - | 任意のバー | バーを +20% スクロール | `/bar scroll ${_bar_name} ${_window_number} +20%` -| ◽◾◽ | - | 任意の場所 | この場所でカーソルモードを開始 | `/cursor go ${_x},${_y}` +| ◽◽◾ | up / down | chat: fset buffer | Mark/unmark multiple options. | `+hsignal:fset_mouse+` +| kbd:[▲] | - | チャット: スクリプトバッファ | スクリプトバッファを 5 行上方向にスクロール | `+/script up 5+` +| kbd:[▼] | - | チャット: スクリプトバッファ | スクリプトバッファで 5 行下方向にスクロール | `+/script down 5+` +| ◾◽◽ | - | チャット: スクリプトバッファ | スクリプトバッファで行選択 | `+/script go ${_chat_line_y}+` +| ◽◽◾ | - | チャット: スクリプトバッファ | スクリプトのインストール `+/ 削除 | /script go ${_chat_line_y};/script installremove ${script_name_with_extension}+` +| ◾◽◽ | 上 / 左 | バッファリスト | 指定したバッファを下の番号に移動 | `+buflist_mouse+` シグナル +| ◾◽◽ | 下 / 右 | バッファリスト | 指定したバッファを上の番号に移動 | `+buflist_mouse+` シグナル +| ◾◽◽ | - | バッファリスト | 指定したバッファに切り替える (現在のバッファを指定した場合、バッファ切り替え履歴で前のバッファに切り替える) | `+buflist_mouse+` シグナル +| ◽◽◾ | - | バッファリスト | 現在のバッファを指定した場合、バッファ切り替え履歴で次のバッファに切り替える | `+buflist_mouse+` シグナル +| kbd:[Ctrl+▲] | - | バッファリスト | バッファ切り替え履歴で前のバッファに切り替える | `+buflist_mouse+` シグナル +| kbd:[Ctrl+▼] | - | バッファリスト | バッファ切り替え履歴で次のバッファに切り替える | `+buflist_mouse+` シグナル +| ◾◽◽ | 上 | ニックネームリスト | ニックネームリストを 1 ページ分上方向にスクロール | `+/bar scroll nicklist ${_window_number} -100%+` +| ◾◽◽ | 下 | ニックネームリスト | ニックネームリストを 1 ページ分下方向にスクロール | `+/bar scroll nicklist ${_window_number} +100%+` +| ◾◽◽ | 上 (長く) | ニックネームリスト | ニックネームリストの最初に移動 | `+/bar scroll nicklist ${_window_number} b+` +| ◾◽◽ | 下 (長く) | ニックネームリスト | ニックネームリストの最後に移動 | `+/bar scroll nicklist ${_window_number} e+` +| ◾◽◽ | - | ニックネームリスト | ニックネームに対するクエリを開く | `+/window ${_window_number};/query ${nick}+` +| ◽◽◾ | - | ニックネームリスト | ニックネームに対する whois を行う | `+/window ${_window_number};/whois ${nick}+` +| ◾◽◽ | 左 | ニックネームリスト | ニックネームをキックする | `+/window ${_window_number};/kick ${nick}+` +| ◾◽◽ | 左 (長く) | ニックネームリスト | ニックネームをキックとバンする | `+/window ${_window_number};/kickban ${nick}+` +| ◽◽◾ | 左 | ニックネームリスト | ニックネームをバンする | `+/window ${_window_number};/ban ${nick}+` +| ◽◽◾ | - | 入力 | マウスイベントを奪ってコマンドラインにコードを入力 | `+/input grab_mouse_area+` +| kbd:[▲] | - | 任意のバー | バーを -20% スクロール | `+/bar scroll ${_bar_name} ${_window_number} -20%+` +| kbd:[▼] | - | 任意のバー | バーを +20% スクロール | `+/bar scroll ${_bar_name} ${_window_number} +20%+` +| ◽◾◽ | - | 任意の場所 | この場所でカーソルモードを開始 | `+/cursor go ${_x},${_y}+` |=== [NOTE] @@ -1853,43 +1853,43 @@ These keys and actions are used on the fset buffer (see <<fset_plugin,Fset plugi [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Key | Action ^(1)^ | Description | Command -| kbd:[↑] | | Move one line up. | `/fset -up` -| kbd:[↓] | | Move one line down. | `/fset -down` -| kbd:[PgUp] | | Move one page up. | `/window page_up` -| kbd:[PgDn] | | Move one page down. | `/window page_down` -| kbd:[Alt+Home] | `pass:[<<]` | Move to first line. | `/fset -go 0` -| kbd:[Alt+End] | `pass:[>>]` | Move to last line. | `/fset -go end` -| kbd:[F11] | `pass:[<]` | Scroll horizontally on the left. | `/fset -left` -| kbd:[F12] | `pass:[>]` | Scroll horizontally on the right. | `/fset -right` -| kbd:[Alt+Space] | `t` | Toggle boolean value. | `/fset -toggle` -| kbd:[Alt+-] | `-` | Subtract 1 from value for integer/color, set value for other types. | `/fset -add -1` -| kbd:[Alt++] | `+` | Add 1 to value for integer/color, append to value for other types. | `/fset -add 1` +| kbd:[↑] | | Move one line up. | `+/fset -up+` +| kbd:[↓] | | Move one line down. | `+/fset -down+` +| kbd:[PgUp] | | Move one page up. | `+/window page_up+` +| kbd:[PgDn] | | Move one page down. | `+/window page_down+` +| kbd:[Alt+Home] | `pass:[<<]` | Move to first line. | `+/fset -go 0+` +| kbd:[Alt+End] | `pass:[>>]` | Move to last line. | `+/fset -go end+` +| kbd:[F11] | `pass:[<]` | Scroll horizontally on the left. | `+/fset -left+` +| kbd:[F12] | `pass:[>]` | Scroll horizontally on the right. | `+/fset -right+` +| kbd:[Alt+Space] | `t` | Toggle boolean value. | `+/fset -toggle+` +| kbd:[Alt+-] | `-` | Subtract 1 from value for integer/color, set value for other types. | `+/fset -add -1+` +| kbd:[Alt++] | `+` | Add 1 to value for integer/color, append to value for other types. | `+/fset -add 1+` | kbd:[Alt+f], - kbd:[Alt+r] | `r` | Reset value. | `/fset -reset` + kbd:[Alt+r] | `r` | Reset value. | `+/fset -reset+` | kbd:[Alt+f], - kbd:[Alt+u] | `u` | Unset value. | `/fset -unset` -| kbd:[Alt+Enter] | `s` | Set value. | `/fset -set` + kbd:[Alt+u] | `u` | Unset value. | `+/fset -unset+` +| kbd:[Alt+Enter] | `s` | Set value. | `+/fset -set+` | kbd:[Alt+f], - kbd:[Alt+n] | `n` | Set new value. | `/fset -setnew` + kbd:[Alt+n] | `n` | Set new value. | `+/fset -setnew+` | kbd:[Alt+f], - kbd:[Alt+a] | `a` | Append to value. | `/fset -append` -| kbd:[Alt+,] | `,` | Mark/unmark option. | `/fset -mark 1` -| kbd:[Shift+↑] | | Move one line up and mark/unmark option. | `/fset -up; /fset -mark` -| kbd:[Shift+↓] | | Mark/unmark option and move one line down. | `/fset -mark; /fset -down` + kbd:[Alt+a] | `a` | Append to value. | `+/fset -append+` +| kbd:[Alt+,] | `,` | Mark/unmark option. | `+/fset -mark 1+` +| kbd:[Shift+↑] | | Move one line up and mark/unmark option. | `+/fset -up; /fset -mark+` +| kbd:[Shift+↓] | | Mark/unmark option and move one line down. | `+/fset -mark; /fset -down+` | | `m:xxx` | Mark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see <<command_fset_fset,fset command>>). | | | `u:xxx` | Unmark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see <<command_fset_fset,fset command>>). | -| kbd:[Ctrl+l] (`L`) | | Refresh options and whole screen. | `/fset -refresh` +| kbd:[Ctrl+l] (`L`) | | Refresh options and whole screen. | `+/fset -refresh+` | | `$` | Refresh options (keep marked options). | | | `$$` | Refresh options (unmark all options). | -| kbd:[Alt+p] | | Toggle plugin description options (`pass:[plugins.desc.*]`). | `/mute /set fset.look.show_plugins_desc toggle` -| kbd:[Alt+v] | | Toggle help bar. | `/bar toggle fset` -| | `s:x,y` | Sort options by fields x,y (see option <<option_fset.look.sort,fset.look.sort>>). | `/mute /set fset.look.sort x,y` -| | `s:` | Reset sort to its default value (see option <<option_fset.look.sort,fset.look.sort>>). | `/mute /unset fset.look.sort` -| | `w:xxx` | Export options in file "xxx". | `/fset -export xxx` -| | `w-:xxx` | Export options in file "xxx" without help. | `/fset -export -nohelp xxx` -| | `w+:xxx` | Export options in file "xxx" with help. | `/fset -export -help xxx` -| kbd:[Ctrl+x] | `x` | Switch the format used to display options. | `/fset -format` -| | `q` | Close fset buffer. | `/buffer close` +| kbd:[Alt+p] | | Toggle plugin description options (`pass:[plugins.desc.*]`). | `+/mute /set fset.look.show_plugins_desc toggle+` +| kbd:[Alt+v] | | Toggle help bar. | `+/bar toggle fset+` +| | `s:x,y` | Sort options by fields x,y (see option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /set fset.look.sort x,y+` +| | `s:` | Reset sort to its default value (see option <<option_fset.look.sort,fset.look.sort>>). | `+/mute /unset fset.look.sort+` +| | `w:xxx` | Export options in file "xxx". | `+/fset -export xxx+` +| | `w-:xxx` | Export options in file "xxx" without help. | `+/fset -export -nohelp xxx+` +| | `w+:xxx` | Export options in file "xxx" with help. | `+/fset -export -help xxx+` +| kbd:[Ctrl+x] | `x` | Switch the format used to display options. | `+/fset -format+` +| | `q` | Close fset buffer. | `+/buffer close+` |=== // TRANSLATION MISSING @@ -1907,17 +1907,17 @@ These keys and actions are used on the script buffer (see <<scripts_plugins,Scri [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Key | Action ^(1)^ | Description | Command -| kbd:[↑] | | Move one line up. | `/script up` -| kbd:[↓] | | Move one line down. | `/script down` -| kbd:[PgUp] | | Move one page up. | `/window page_up` -| kbd:[PgDn] | | Move one page down. | `/window page_down` -| kbd:[Alt+i] | `i` | Install script. | `/script install` -| kbd:[Alt+r] | `r` | Remove script. | `/script remove` -| kbd:[Alt+l] (`L`) | `l` | Load script. | `/script load` -| kbd:[Alt+u] | `u` | Unload script. | `/script unload` -| kbd:[Alt+Shift+A] | `A` | Autoload script. | `/script toggleautoload` -| kbd:[Alt+h] | `h` | Hold/unhold script. | `/script hold` -| kbd:[Alt+v] | `v` | View script. | `/script show` +| kbd:[↑] | | Move one line up. | `+/script up+` +| kbd:[↓] | | Move one line down. | `+/script down+` +| kbd:[PgUp] | | Move one page up. | `+/window page_up+` +| kbd:[PgDn] | | Move one page down. | `+/window page_down+` +| kbd:[Alt+i] | `i` | Install script. | `+/script install+` +| kbd:[Alt+r] | `r` | Remove script. | `+/script remove+` +| kbd:[Alt+l] (`L`) | `l` | Load script. | `+/script load+` +| kbd:[Alt+u] | `u` | Unload script. | `+/script unload+` +| kbd:[Alt+Shift+A] | `A` | Autoload script. | `+/script toggleautoload+` +| kbd:[Alt+h] | `h` | Hold/unhold script. | `+/script hold+` +| kbd:[Alt+v] | `v` | View script. | `+/script show+` |=== // TRANSLATION MISSING @@ -2039,7 +2039,7 @@ WeeChat はデフォルトマウスイベントの多くを定義しています `+button1-gesture-*+` は左クリックを利用したすべてのジェスチャーにマッチします。 [TIP] -`/input grab_mouse` +`+/input grab_mouse+` コマンドの後にマウスを動かすことでコマンドラインにマウスイベントが入力されます。これにより対応するイベントを確認できます。 [[secured_data]] @@ -2835,17 +2835,17 @@ CTCP 応答時に自動的に WeeChat によって展開されます: [width="100%",cols="2l,4,8",options="header"] |=== | コード | 説明 | 値/例 -| $clientinfo | サポートしている CTCP オプションのリスト | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| $version | WeeChat バージョン | `0.4.0-dev` -| $versiongit | WeeChat バージョン + git バージョン ^(1)^ | `0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| $git | git バージョン ^(1)^ | `v0.3.9-104-g7eb5cc4` -| $compilation | WeeChat コンパイル日時 | `Dec 16 2012` -| $osinfo | OS に関する情報 | `Linux 2.6.32-5-amd64 / x86_64` -| $site | WeeChat ウェブサイト | `https://weechat.org/` -| $download | WeeChat ウェブサイトのダウンロードページ | `https://weechat.org/download` -| $time | 現在の日時 | `Sun, 16 Dec 2012 10:40:48 +0100` -| $username | IRC サーバ上で使うユーザ名 | `name` -| $realname | IRC サーバ上で使う実名 | `John Doe` +| $clientinfo | サポートしている CTCP オプションのリスト | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| $version | WeeChat バージョン | `+0.4.0-dev+` +| $versiongit | WeeChat バージョン + git バージョン ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | git バージョン ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $compilation | WeeChat コンパイル日時 | `+Dec 16 2012+` +| $osinfo | OS に関する情報 | `+Linux 2.6.32-5-amd64 / x86_64+` +| $site | WeeChat ウェブサイト | `+https://weechat.org/+` +| $download | WeeChat ウェブサイトのダウンロードページ | `+https://weechat.org/download+` +| $time | 現在の日時 | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| $username | IRC サーバ上で使うユーザ名 | `+name+` +| $realname | IRC サーバ上で使う実名 | `+John Doe+` |=== [NOTE] @@ -2856,13 +2856,13 @@ CTCP オプションが設定されていない (デフォルトの) 場合、CT [width="100%",cols="2,4,8",options="header"] |=== -| CTCP | 応答書式 | 例 -| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `https://weechat.org/download` -| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` -| USERINFO | `$username ($realname)` | `name (John Doe)` -| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` +| CTCP | 応答書式 | 例 +| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| FINGER | `+WeeChat $versiongit+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| SOURCE | `+$download+` | `+https://weechat.org/download+` +| TIME | `+$time+` | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| USERINFO | `+$username ($realname)+` | `+name (John Doe)+` +| VERSION | `+WeeChat $versiongit ($compilation)+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)+` |=== [[irc_target_buffer]] @@ -3756,8 +3756,8 @@ WeeChat はデフォルトで 5 オプションが `off` の場合、トリガは無効化され、アクションは実行されません。 -| hook | `signal`、`hsignal`、`modifier`、`line`, `print`、`command`、 - `command_run`、`timer`、`config`、`focus`、`info`、`info_hashtable` | +| hook | `+signal+`、`+hsignal+`、`+modifier+`、`+line+`, `+print+`、`+command+`、 + `+command_run+`、`+timer+`、`+config+`、`+focus+`、`+info+`、`+info_hashtable+` | トリガの中で使われるフック。より詳しい情報は link:weechat_plugin_api.ja.html#hooks[WeeChat プラグイン API リファレンス / フック]を参照してください。 @@ -3777,7 +3777,7 @@ WeeChat はデフォルトで 5 実行するコマンド (複数のコマンドを使う場合には各コマンドをセミコロンで区切ってください); 内容は評価されます (コマンド <<command_weechat_eval,/eval>> を参照)。 -| return_code | `ok`、`ok_eat`、`error` | +| return_code | `+ok+`、`+ok_eat+`、`+error+` | コールバックの戻り値 (デフォルトは `ok`、ほとんどすべてのトリガで戻り値はこれを使うべきで、ほかの値を使うことは極めてまれです)。 @@ -4055,8 +4055,8 @@ WeeChat によって使われる値に影響を及ぼします [width="100%",cols="3m,2,14",options="header"] |=== | 変数 | 型 | 説明 -| irc_server | pointer | IRC サーバへのポインタ (`${irc_server.name}` のように使うことで、"irc_server" 型の hdata に含まれる変数を使うことが可能です) -| irc_channel | pointer | IRC チャンネルへのポインタ (`${irc_channel.name}` のように使うことで、"irc_channel" 型の hdata に含まれる変数を使うことが可能です) +| irc_server | pointer | IRC サーバへのポインタ (`+${irc_server.name}+` のように使うことで、"irc_server" 型の hdata に含まれる変数を使うことが可能です) +| irc_channel | pointer | IRC チャンネルへのポインタ (`+${irc_channel.name}+` のように使うことで、"irc_channel" 型の hdata に含まれる変数を使うことが可能です) | server | string | サーバの名前 (例: "freenode") | tags | string | メッセージ内のタグ (使われることはまれです) | message_without_tags | string | タグを含まないメッセージ @@ -4072,7 +4072,7 @@ WeeChat によって使われる値に影響を及ぼします | pos_text | string | メッセージ内における _text_ のインデックス (_text_ が見つからない場合 "-1") |=== -データがポインタの場合、hdata の属性を読むために変数 `tg_signal_data` +データがポインタの場合、hdata の属性を読むために変数 `+tg_signal_data+` を以下のようにして使うことが可能です (以下の例では、バッファのポインタとして使っています): ---- diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 6a943e9b4..719478959 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -137,8 +137,8 @@ WeeChat można skompilowac używając libncurses5-dev, ale *NIE* jest to zalecan możesz doświadczyć błędów wyświetlania. + ^(3)^ GnuTLS ≥ 3.0.21 jest wymagany dla uwierzytelnienia IRC SASL za pomocą mechanizmu ECDSA-NIST256P-CHALLENGE. + -^(4)^ Domyślnie używany jest Pythin 3.x. Chyba że włączysz opcję `ENABLE_PYTHON2` (zobacz -niżej), zaleca się uzywania wersji 2.7 Pythona. +^(4)^ Domyślnie używany jest Pythin 3.x. Chyba że włączysz opcję `+ENABLE_PYTHON2+` +(zobacz niżej), zaleca się uzywania wersji 2.7 Pythona. Jeśli używasz dystrybujci bazującej na Debianie/Ubuntu, oraz jeśli posiadasz wpisy "deb-src" w pliku _/etc/apt/sources.list_, możesz zainstalować wszytkie zależności @@ -1197,11 +1197,11 @@ Lista opcji dla pasków: | items | string | Lista _elementów_ (zobacz <<bar_items,elementy>> po więcej informacji). -| filling_left_right | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_left_right | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Typ wypełnienia paska dla pozycji o pozycji `left` lub `right` (zobacz <<bar_filling,wypełnienie>> po więcej informacji). -| filling_top_bottom | `horizontal`, `vertical`, `columns_horizontal`, `columns_vertical` | +| filling_top_bottom | `+horizontal+`, `+vertical+`, `+columns_horizontal+`, `+columns_vertical+` | Typ wypełnienia paska dla pozycji o pozycji `top` lub `bottom` (zobacz <<bar_filling,wypełnienie>> po więcej informacji). @@ -1250,14 +1250,14 @@ i serwer bitlbee nazywa sie _bitlbee_): Są cztery typy wypełnień: -* `horizontal`: elementy są wyświetlane poziomo, od lewej do prawej. Jeśli +* `+horizontal+`: elementy są wyświetlane poziomo, od lewej do prawej. Jeśli w elementach występują nowe linie, odstęp jest używany do ich oddzielenia. -* `vertical`: elementy są wyświetlane od góry do dołu. Jeśli w elementach +* `+vertical+`: elementy są wyświetlane od góry do dołu. Jeśli w elementach występują nowe linie, do ich oddzielenia używana jest nowa linia. -* `columns_horizontal`: elementy są wyświetlane z użyciem kolumn, gdzie tekst +* `+columns_horizontal+`: elementy są wyświetlane z użyciem kolumn, gdzie tekst tekst jest wyrównany do lewej. Pierwszy element znajduje się na górze z lewej, kolejny w tej samej linii z prawej. -* `columns_vertical`: elementy są wyświetlane z użyciem kolumn, gdzie tekst +* `+columns_vertical+`: elementy są wyświetlane z użyciem kolumn, gdzie tekst tekst jest wyrównany do lewej. Pierwszy element znajduje się na górze z lewej, kolejny jest linię niżej. @@ -1524,7 +1524,7 @@ Na przykład, żeby wyłączyć podświetlenia od "joe" oraz "mike" w obecnym bu [NOTE] Właściwość bufora "hotlist_max_level_nicks" nie jest zapisywana w konfiguracji. + Można ją zapisać za pomocą skryptu _buffer_autoset.py_: można go zaintalować za pomocą -`/script install buffer_autoset.py`, informacje o używaniu `/help buffer_autoset`. +`+/script install buffer_autoset.py+`, informacje o używaniu `+/help buffer_autoset+`. [[highlights]] === Podświetlenia @@ -1588,7 +1588,7 @@ Na przykład żeby wymusić podświetlenie dla wszytkich wiadomości w obecnym b [NOTE] Właściwość bufora "highlight_regex" nie jest zapisywana w konfiguracji. + Można ją zapisać za pomocą skryptu _buffer_autoset.py_: można go zaintalować za pomocą -`/script install buffer_autoset.py`, informacje o używaniu `/help buffer_autoset`. +`+/script install buffer_autoset.py+`, informacje o używaniu `+/help buffer_autoset+`. [[key_bindings]] === Domyślne skróty klawiszowe @@ -1600,54 +1600,54 @@ Można ją zapisać za pomocą skryptu _buffer_autoset.py_: można go zaintalowa |=== | Skrót | Opis | Komenda | kbd:[←] + - kbd:[Ctrl+b] | Idź do poprzedniego znaku w linii poleceń. | `/input move_previous_char` + kbd:[Ctrl+b] | Idź do poprzedniego znaku w linii poleceń. | `+/input move_previous_char+` | kbd:[→] + - kbd:[Ctrl+f] | Idź do następnego znaku w linii poleceń. | `/input move_next_char` + kbd:[Ctrl+f] | Idź do następnego znaku w linii poleceń. | `+/input move_next_char+` | kbd:[Ctrl+←] + - kbd:[Alt+b] | Idź do poprzedniego słowa w linii poleceń. | `/input move_previous_word` + kbd:[Alt+b] | Idź do poprzedniego słowa w linii poleceń. | `+/input move_previous_word+` | kbd:[Ctrl+→] + - kbd:[Alt+f] | Idź do następnego słowa w linii poleceń. | `/input move_next_word` + kbd:[Alt+f] | Idź do następnego słowa w linii poleceń. | `+/input move_next_word+` | kbd:[Home] + - kbd:[Ctrl+a] | Idź na początek linii poleceń. | `/input move_beginning_of_line` + kbd:[Ctrl+a] | Idź na początek linii poleceń. | `+/input move_beginning_of_line+` | kbd:[End] + - kbd:[Ctrl+e] | Idź na koniec linii poleceń. | `/input move_end_of_line` + kbd:[Ctrl+e] | Idź na koniec linii poleceń. | `+/input move_end_of_line+` | kbd:[Ctrl+c], - kbd:[b] | Wstaw kod dla pogrubionego tekstu. | `/input insert \x02` + kbd:[b] | Wstaw kod dla pogrubionego tekstu. | `+/input insert \x02+` | kbd:[Ctrl+c], - kbd:[c] | Wstaw kod dla kolorowego tekstu. | `/input insert \x03` + kbd:[c] | Wstaw kod dla kolorowego tekstu. | `+/input insert \x03+` | kbd:[Ctrl+c], - kbd:[i] | Wstaw kod dla pochyłego tekstu. | `/input insert \x1D` + kbd:[i] | Wstaw kod dla pochyłego tekstu. | `+/input insert \x1D+` | kbd:[Ctrl+c], - kbd:[o] | Wstaw kod dla zresetowania koloru. | `/input insert \x0F` + kbd:[o] | Wstaw kod dla zresetowania koloru. | `+/input insert \x0F+` | kbd:[Ctrl+c], - kbd:[v] | Wstaw kod dla odwrócenia koloru. | `/input insert \x16` + kbd:[v] | Wstaw kod dla odwrócenia koloru. | `+/input insert \x16+` | kbd:[Ctrl+c], - kbd:[_] | Wstaw kod dla podkreślonego tekstu. | `/input insert \x1F` + kbd:[_] | Wstaw kod dla podkreślonego tekstu. | `+/input insert \x1F+` | kbd:[Del] + - kbd:[Ctrl+d] | Usuń następny znak w linii poleceń. | `/input delete_next_char` + kbd:[Ctrl+d] | Usuń następny znak w linii poleceń. | `+/input delete_next_char+` | kbd:[Backsp.] + - kbd:[Ctrl+h] | Usuń poprzedni znak w linii poleceń. | `/input delete_previous_char` -| kbd:[Ctrl+k] | Usuń od znacznika kursora do końca linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `/input delete_end_of_line` -| kbd:[Ctrl+r] | Wyszukaj tekst w historii bufora (zobacz <<key_bindings_search_context,skróty dla kontekstu wyszukiwania>>). | `/input search_text_here` -| kbd:[Ctrl+t] | Przestaw znaki. | `/input transpose_chars` -| kbd:[Ctrl+u] | Usuń od znaku kursora do początku linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `/input delete_beginning_of_line` -| kbd:[Ctrl+w] | Usuń poprzednie słowo w linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `/input delete_previous_word` -| kbd:[Ctrl+y] | Wkleja zawartość wewnętrznego schowka. | `/input clipboard_paste` -| kbd:[Ctrl+_] | Cofnij poprzednia akcję w linii poleceń. | `/input undo` -| kbd:[Alt+_] | Powtórz ostatnią akcję w linii poleceń. | `/input redo` -| kbd:[Tab] | Dopełnij komendę lub nick (ponowne wciśnięcie kbd:[Tab]: znajdź następne dopełnienie). | `/input complete_next` -| kbd:[Shift+Tab] | Bez dopełnienia: wykonaj częściowe dopełnienie, z oczekującym dopełnieniem: dopełnij z poprzednim dopełnieniem. | `/input complete_previous` + kbd:[Ctrl+h] | Usuń poprzedni znak w linii poleceń. | `+/input delete_previous_char+` +| kbd:[Ctrl+k] | Usuń od znacznika kursora do końca linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `+/input delete_end_of_line+` +| kbd:[Ctrl+r] | Wyszukaj tekst w historii bufora (zobacz <<key_bindings_search_context,skróty dla kontekstu wyszukiwania>>). | `+/input search_text_here+` +| kbd:[Ctrl+t] | Przestaw znaki. | `+/input transpose_chars+` +| kbd:[Ctrl+u] | Usuń od znaku kursora do początku linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `+/input delete_beginning_of_line+` +| kbd:[Ctrl+w] | Usuń poprzednie słowo w linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `+/input delete_previous_word+` +| kbd:[Ctrl+y] | Wkleja zawartość wewnętrznego schowka. | `+/input clipboard_paste+` +| kbd:[Ctrl+_] | Cofnij poprzednia akcję w linii poleceń. | `+/input undo+` +| kbd:[Alt+_] | Powtórz ostatnią akcję w linii poleceń. | `+/input redo+` +| kbd:[Tab] | Dopełnij komendę lub nick (ponowne wciśnięcie kbd:[Tab]: znajdź następne dopełnienie). | `+/input complete_next+` +| kbd:[Shift+Tab] | Bez dopełnienia: wykonaj częściowe dopełnienie, z oczekującym dopełnieniem: dopełnij z poprzednim dopełnieniem. | `+/input complete_previous+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Wykonaj komendę lub wyślij wiadomość (w trybie wyszukiwania: przerwij wyszukiwanie). | `/input return` -| kbd:[↑] | Pokaż poprzednią komendę/wiadomość (w trybie wyszukiwania: szukaj w górę). | `/input history_previous` -| kbd:[↓] | Pokaż następną komendę/wiadomość (w trybie wyszukiwania: szukaj w dół). | `/input history_next` -| kbd:[Ctrl+↑] | Pokaż poprzednią komendę/wiadomość w historii globalnej (wspólnej dla wszystkich buforów). | `/input history_global_previous` -| kbd:[Ctrl+↓] | Pokaż następną komendę/wiadomość w historii globalnej (wspólnej dla wszystkich buforów). | `/input history_global_next` -| kbd:[Alt+d] | Usuń następne słowo w linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `/input delete_next_word` -| kbd:[Alt+k] | Przechwyć wciśnięte klawisze i zwróć ich kod (i przypisaną komendę, jeśli istnieje) w linii poleceń. | `/input grab_key_command` -| kbd:[Alt+r] | Usuń całą zawartość linii poleceń. | `/input delete_line` -| kbd:[Alt+s] | Włącz/wyłącz sprawdzenie pisowni. | `/mute spell toggle` + kbd:[Ctrl+m] | Wykonaj komendę lub wyślij wiadomość (w trybie wyszukiwania: przerwij wyszukiwanie). | `+/input return+` +| kbd:[↑] | Pokaż poprzednią komendę/wiadomość (w trybie wyszukiwania: szukaj w górę). | `+/input history_previous+` +| kbd:[↓] | Pokaż następną komendę/wiadomość (w trybie wyszukiwania: szukaj w dół). | `+/input history_next+` +| kbd:[Ctrl+↑] | Pokaż poprzednią komendę/wiadomość w historii globalnej (wspólnej dla wszystkich buforów). | `+/input history_global_previous+` +| kbd:[Ctrl+↓] | Pokaż następną komendę/wiadomość w historii globalnej (wspólnej dla wszystkich buforów). | `+/input history_global_next+` +| kbd:[Alt+d] | Usuń następne słowo w linii poleceń (usuwany ciąg jest kopiowany do wewnętrznego schowka). | `+/input delete_next_word+` +| kbd:[Alt+k] | Przechwyć wciśnięte klawisze i zwróć ich kod (i przypisaną komendę, jeśli istnieje) w linii poleceń. | `+/input grab_key_command+` +| kbd:[Alt+r] | Usuń całą zawartość linii poleceń. | `+/input delete_line+` +| kbd:[Alt+s] | Włącz/wyłącz sprawdzenie pisowni. | `+/mute spell toggle+` |=== [[key_bindings_buffers_windows]] @@ -1656,81 +1656,81 @@ Można ją zapisać za pomocą skryptu _buffer_autoset.py_: można go zaintalowa [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Skrót | Opis | Komenda -| kbd:[Ctrl+l] (`L`) | Przerysuj całe okno. | `/window refresh` +| kbd:[Ctrl+l] (`L`) | Przerysuj całe okno. | `+/window refresh+` | kbd:[Ctrl+s], - kbd:[Ctrl+u] | Ustaw znacznik nieprzeczytania we wszystkich buforach. | `/input set_unread` -| kbd:[Ctrl+x] | Przełącz obecny bufor jeśli bufory są dołączone z tym samym numerem. | `/input switch_active_buffer` -| kbd:[Alt+x] | Pokaż wybrany z połączonych buforów (naciśnij kbd:[Alt+x] ponownie: wyświetl wszystkie połączone bufory). | `/input zoom_merged_buffer` -| kbd:[PgUp] | Przewiń jedną stronę w górę w historii bufora. | `/window page_up` -| kbd:[PgDn] | Przewiń jedną stronę w dół w historii bufora. | `/window page_down` -| kbd:[Alt+PgUp] | Przewiń w górę kilka linii w historii bufora. | `/window scroll_up` -| kbd:[Alt+PgDn] | Przewiń w dół kilka linii w historii bufora. | `/window scroll_down` -| kbd:[Alt+Home] | Przewiń na górę bufora. | `/window scroll_top` -| kbd:[Alt+End] | Przewiń na dół bufora. | `/window scroll_bottom` + kbd:[Ctrl+u] | Ustaw znacznik nieprzeczytania we wszystkich buforach. | `+/input set_unread+` +| kbd:[Ctrl+x] | Przełącz obecny bufor jeśli bufory są dołączone z tym samym numerem. | `+/input switch_active_buffer+` +| kbd:[Alt+x] | Pokaż wybrany z połączonych buforów (naciśnij kbd:[Alt+x] ponownie: wyświetl wszystkie połączone bufory). | `+/input zoom_merged_buffer+` +| kbd:[PgUp] | Przewiń jedną stronę w górę w historii bufora. | `+/window page_up+` +| kbd:[PgDn] | Przewiń jedną stronę w dół w historii bufora. | `+/window page_down+` +| kbd:[Alt+PgUp] | Przewiń w górę kilka linii w historii bufora. | `+/window scroll_up+` +| kbd:[Alt+PgDn] | Przewiń w dół kilka linii w historii bufora. | `+/window scroll_down+` +| kbd:[Alt+Home] | Przewiń na górę bufora. | `+/window scroll_top+` +| kbd:[Alt+End] | Przewiń na dół bufora. | `+/window scroll_bottom+` | kbd:[F1] + - kbd:[Ctrl+F1] | Przewiń do góry jedną stronę na liście buforów. | `/bar scroll buflist * -100%` + kbd:[Ctrl+F1] | Przewiń do góry jedną stronę na liście buforów. | `+/bar scroll buflist * -100%+` | kbd:[F2] + - kbd:[Ctrl+F2] | Przewiń w dół jedną stronę na liście buforów. | `/bar scroll buflist * +100%` -| kbd:[Alt+F1] | Idź na początek listy buforów. | `/bar scroll buflist * b` -| kbd:[Alt+F2] | Idź na koniec listy buforów. | `/bar scroll buflist * e` + kbd:[Ctrl+F2] | Przewiń w dół jedną stronę na liście buforów. | `+/bar scroll buflist * +100%+` +| kbd:[Alt+F1] | Idź na początek listy buforów. | `+/bar scroll buflist * b+` +| kbd:[Alt+F2] | Idź na koniec listy buforów. | `+/bar scroll buflist * e+` | kbd:[Alt+←] + kbd:[Alt+↑] + kbd:[Ctrl+p] + - kbd:[F5] | Przełącz na poprzedni bufor. | `/buffer -1` + kbd:[F5] | Przełącz na poprzedni bufor. | `+/buffer -1+` | kbd:[Alt+→] + kbd:[Alt+↓] + kbd:[Ctrl+n] + - kbd:[F6] | Przełącz na następny bufor. | `/buffer +1` -| kbd:[F7] | Przełącz na poprzednie okno. | `/window -1` -| kbd:[F8] | Przełącz na następne okno. | `/window +1` + kbd:[F6] | Przełącz na następny bufor. | `+/buffer +1+` +| kbd:[F7] | Przełącz na poprzednie okno. | `+/window -1+` +| kbd:[F8] | Przełącz na następne okno. | `+/window +1+` | kbd:[F9] | Przewiń tytuł bufora w lewo. | `+/bar scroll title * -30%+` | kbd:[F10] | Przewiń tytuł bufora w prawo. | `+/bar scroll title * +30%+` | kbd:[F11] + - kbd:[Ctrl+F11] | Przewiń w górę jedna stronę listy nicków. | `/bar scroll nicklist * -100%` + kbd:[Ctrl+F11] | Przewiń w górę jedna stronę listy nicków. | `+/bar scroll nicklist * -100%+` | kbd:[F12] + - kbd:[Ctrl+F12] | Przewiń w dół jedna stronę listy nicków. | `/bar scroll nicklist * +100%` -| kbd:[Alt+F11] | Idź na początek listy nicków. | `/bar scroll nicklist * b` -| kbd:[Alt+F12] | Idź na koniec listy nicków. | `/bar scroll nicklist * e` -| kbd:[Alt+a] | Przełącz na następny bufor z aktywnością (z priorytetem: powiadomienie, wiadomość, inne). | `/input jump_smart` + kbd:[Ctrl+F12] | Przewiń w dół jedna stronę listy nicków. | `+/bar scroll nicklist * +100%+` +| kbd:[Alt+F11] | Idź na początek listy nicków. | `+/bar scroll nicklist * b+` +| kbd:[Alt+F12] | Idź na koniec listy nicków. | `+/bar scroll nicklist * e+` +| kbd:[Alt+a] | Przełącz na następny bufor z aktywnością (z priorytetem: powiadomienie, wiadomość, inne). | `+/input jump_smart+` // TRANSLATION MISSING -| kbd:[Alt+Shift+B] | Toggle buflist. | `/buflist toggle` -| kbd:[Alt+h] | Wyczyść hotlistę (powiadomienia o aktywności w innych buforach). | `/input hotlist_clear` +| kbd:[Alt+Shift+B] | Toggle buflist. | `+/buflist toggle+` +| kbd:[Alt+h] | Wyczyść hotlistę (powiadomienia o aktywności w innych buforach). | `+/input hotlist_clear+` | kbd:[Alt+j], - kbd:[Alt+f] | Przełącz na pierwszy bufor. | `/buffer -` + kbd:[Alt+f] | Przełącz na pierwszy bufor. | `+/buffer -+` | kbd:[Alt+j], - kbd:[Alt+l] (`L`) | Przełącz na ostatni bufor. | `/buffer +` + kbd:[Alt+l] (`L`) | Przełącz na ostatni bufor. | `+/buffer ++` | kbd:[Alt+j], - kbd:[Alt+r] | Przełącz na bufor IRC raw. | `/server raw` + kbd:[Alt+r] | Przełącz na bufor IRC raw. | `+/server raw+` | kbd:[Alt+j], - kbd:[Alt+s] | Przełącz na bufor serwera IRC. | `/server jump` -| kbd:[Alt+0...9] | Przełącz na bufor za pomocą liczb (0 = 10). | `/buffer *N` + kbd:[Alt+s] | Przełącz na bufor serwera IRC. | `+/server jump+` +| kbd:[Alt+0...9] | Przełącz na bufor za pomocą liczb (0 = 10). | `+/buffer *N+` | kbd:[Alt+j], - kbd:[01...99] | Przełącz na bufor za pomocą liczb. | `/buffer *NN` -| kbd:[Alt+l] (`L`) | Przełącz tryb niesformatowanego wyświetlania. | `/window bare` -| kbd:[Alt+m] | Przełącz obsługę myszy. | `/mouse toggle` -| kbd:[Alt+n] | Przewiń do następnego powiadomienia. | `/window scroll_next_highlight` + kbd:[01...99] | Przełącz na bufor za pomocą liczb. | `+/buffer *NN+` +| kbd:[Alt+l] (`L`) | Przełącz tryb niesformatowanego wyświetlania. | `+/window bare+` +| kbd:[Alt+m] | Przełącz obsługę myszy. | `+/mouse toggle+` +| kbd:[Alt+n] | Przewiń do następnego powiadomienia. | `+/window scroll_next_highlight+` // TRANSLATION MISSING -| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `/bar toggle nicklist` -| kbd:[Alt+p] | Przewiń do poprzedniego powiadomienia. | `/window scroll_previous_highlight` -| kbd:[Alt+u] | Przewiń do pierwszej nieprzeczytanej linii w buforze. | `/window scroll_unread` +| kbd:[Alt+Shift+N] | Toggle nicklist bar. | `+/bar toggle nicklist+` +| kbd:[Alt+p] | Przewiń do poprzedniego powiadomienia. | `+/window scroll_previous_highlight+` +| kbd:[Alt+u] | Przewiń do pierwszej nieprzeczytanej linii w buforze. | `+/window scroll_unread+` | kbd:[Alt+w], - kbd:[Alt+↑] | Przełącz na okno wyżej. | `/window up` + kbd:[Alt+↑] | Przełącz na okno wyżej. | `+/window up+` | kbd:[Alt+w], - kbd:[Alt+↓] | Przełącz na okno niżej. | `/window down` + kbd:[Alt+↓] | Przełącz na okno niżej. | `+/window down+` | kbd:[Alt+w], - kbd:[Alt+←] | Przełącz na okno z lewej. | `/window left` + kbd:[Alt+←] | Przełącz na okno z lewej. | `+/window left+` | kbd:[Alt+w], - kbd:[Alt+→] | Przełącz na okno z prawej. | `/window right` + kbd:[Alt+→] | Przełącz na okno z prawej. | `+/window right+` | kbd:[Alt+w], - kbd:[Alt+b] | Balansuj rozmiar wszystkich okien. | `/window balance` + kbd:[Alt+b] | Balansuj rozmiar wszystkich okien. | `+/window balance+` | kbd:[Alt+w], - kbd:[Alt+s] | Zamień bufory między dwoma oknami. | `/window swap` -| kbd:[Alt+z] | Pokaż obecne okno (ponowne wciśnięcie kbd:[Alt+z]: przywraca wcześniejszy układ okien). | `/window zoom` -| kbd:[Alt+<] | Przełącz na poprzedni bufor z listy odwiedzonych buforów. | `/input jump_previously_visited_buffer` -| kbd:[Alt+>] | Przełącz na następny bufor z listy odwiedzonych buforów. | `/input jump_next_visited_buffer` -| kbd:[Alt+/] | Przełącz na ostatnio wyświetlony bufor (przed ostatnią zmianą bufora). | `/input jump_last_buffer_displayed` -| kbd:[Alt+=] | Włącz/wyłącz filtry. | `/filter toggle` -| kbd:[Alt+-] | Włącz/wyłącz filtry w bieżącym buforze. | `/filter toggle @` + kbd:[Alt+s] | Zamień bufory między dwoma oknami. | `+/window swap+` +| kbd:[Alt+z] | Pokaż obecne okno (ponowne wciśnięcie kbd:[Alt+z]: przywraca wcześniejszy układ okien). | `+/window zoom+` +| kbd:[Alt+<] | Przełącz na poprzedni bufor z listy odwiedzonych buforów. | `+/input jump_previously_visited_buffer+` +| kbd:[Alt+>] | Przełącz na następny bufor z listy odwiedzonych buforów. | `+/input jump_next_visited_buffer+` +| kbd:[Alt+/] | Przełącz na ostatnio wyświetlony bufor (przed ostatnią zmianą bufora). | `+/input jump_last_buffer_displayed+` +| kbd:[Alt+=] | Włącz/wyłącz filtry. | `+/filter toggle+` +| kbd:[Alt+-] | Włącz/wyłącz filtry w bieżącym buforze. | `+/filter toggle @+` |=== [[key_bindings_search_context]] @@ -1742,15 +1742,15 @@ zostanie wciśnięta w buforze tekstowym). [width="100%",cols="^.^3,.^8,.^5",options="header"] |=== | Skrót | Opis | Komenda -| kbd:[Ctrl+r] | Przełącz rodzaj wyszukiwania: ciąg (domyślne), wyrażenie regularne. | `/input search_switch_regex` -| kbd:[Alt+c] | Przełącz dopasowywanie wielości liter podczas wyszukiwania. | `/input search_switch_case` -| kbd:[Tab] | Przełącz miejsce wyszukiwania: wiadomości (domyślne), prefiksy, prefiksy + wiadmości. | `/input search_switch_where` -| kbd:[↑] | Poprzednie wystąpienie. | `/input search_previous` -| kbd:[↓] | Następne wystąpienie. | `/input search_next` +| kbd:[Ctrl+r] | Przełącz rodzaj wyszukiwania: ciąg (domyślne), wyrażenie regularne. | `+/input search_switch_regex+` +| kbd:[Alt+c] | Przełącz dopasowywanie wielości liter podczas wyszukiwania. | `+/input search_switch_case+` +| kbd:[Tab] | Przełącz miejsce wyszukiwania: wiadomości (domyślne), prefiksy, prefiksy + wiadmości. | `+/input search_switch_where+` +| kbd:[↑] | Poprzednie wystąpienie. | `+/input search_previous+` +| kbd:[↓] | Następne wystąpienie. | `+/input search_next+` | kbd:[Enter] + kbd:[Ctrl+j] + - kbd:[Ctrl+m] | Zatrzymaj wyszukiwanie na obecnej pozycji. | `/input search_stop_here` -| kbd:[Ctrl+q] | Zatrzymaj wyszukiwanie i przewin na spód bufora. | `/input search_stop` + kbd:[Ctrl+m] | Zatrzymaj wyszukiwanie na obecnej pozycji. | `+/input search_stop_here+` +| kbd:[Ctrl+q] | Zatrzymaj wyszukiwanie i przewin na spód bufora. | `+/input search_stop+` |=== [[key_bindings_cursor_context]] @@ -1762,22 +1762,22 @@ ekranie). [width="100%",cols="^.^3,^.^2,.^7,.^7",options="header"] |=== | Skrót | Obszar | Opis | Komenda -| kbd:[↑] | - | Przesuń kursor linię wyżej. | `/cursor move up` -| kbd:[↓] | - | Przesuń kursor linię niżej. | `/cursor move down` -| kbd:[←] | - | Przesuń kursor kolumnę w lewo. | `/cursor move left` -| kbd:[→] | - | Przesuń kursor kolumnę w prawo. | `/cursor move right` -| kbd:[Alt+↑] | - | Przesuń kursor obszar do góry. | `/cursor move area_up` -| kbd:[Alt+↓] | - | Przesuń kursor obszar w dół. | `/cursor move area_down` -| kbd:[Alt+←] | - | Przesuń kursor obszar w lewo. | `/cursor move area_left` -| kbd:[Alt+→] | - | Przesuń kursor obszar w prawo. | `/cursor move area_right` -| kbd:[m] | chat | Cytuj wiadomość. | `hsignal:chat_quote_message;/cursor stop` -| kbd:[q] | chat | Cytuj prefiks i wiadomość. | `hsignal:chat_quote_prefix_message;/cursor stop` -| kbd:[Q] | chat | Cytuj czas, prefiks i wiadomość. | `hsignal:chat_quote_time_prefix_message;/cursor stop` -| kbd:[b] | nicklist | Zbanuj osobę. | `/window ${_window_number};/ban ${nick}` -| kbd:[k] | nicklist | Wykop osobę. | `/window ${_window_number};/kick ${nick}` -| kbd:[K] | nicklist | Wykop i zbanuj osobę. | `/window ${_window_number};/kickban ${nick}` -| kbd:[q] | nicklist | Otwórz rozmowę z osobą. | `/window ${_window_number};/query ${nick};/cursor stop` -| kbd:[w] | nicklist | Wykonaj whois dla osoby. | `/window ${_window_number};/whois ${nick}` +| kbd:[↑] | - | Przesuń kursor linię wyżej. | `+/cursor move up+` +| kbd:[↓] | - | Przesuń kursor linię niżej. | `+/cursor move down+` +| kbd:[←] | - | Przesuń kursor kolumnę w lewo. | `+/cursor move left+` +| kbd:[→] | - | Przesuń kursor kolumnę w prawo. | `+/cursor move right+` +| kbd:[Alt+↑] | - | Przesuń kursor obszar do góry. | `+/cursor move area_up+` +| kbd:[Alt+↓] | - | Przesuń kursor obszar w dół. | `+/cursor move area_down+` +| kbd:[Alt+←] | - | Przesuń kursor obszar w lewo. | `+/cursor move area_left+` +| kbd:[Alt+→] | - | Przesuń kursor obszar w prawo. | `+/cursor move area_right+` +| kbd:[m] | chat | Cytuj wiadomość. | `+hsignal:chat_quote_message;/cursor stop+` +| kbd:[q] | chat | Cytuj prefiks i wiadomość. | `+hsignal:chat_quote_prefix_message;/cursor stop+` +| kbd:[Q] | chat | Cytuj czas, prefiks i wiadomość. | `+hsignal:chat_quote_time_prefix_message;/cursor stop+` +| kbd:[b] | nicklist | Zbanuj osobę. | `+/window ${_window_number};/ban ${nick}+` +| kbd:[k] | nicklist | Wykop osobę. | `+/window ${_window_number};/kick ${nick}+` +| kbd:[K] | nicklist | Wykop i zbanuj osobę. | `+/window ${_window_number};/kickban ${nick}+` +| kbd:[q] | nicklist | Otwórz rozmowę z osobą. | `+/window ${_window_number};/query ${nick};/cursor stop+` +| kbd:[w] | nicklist | Wykonaj whois dla osoby. | `+/window ${_window_number};/whois ${nick}+` | kbd:[Enter] + kbd:[Ctrl+j] + kbd:[Ctrl+m] | - | Wyłącz tryb kursora. | `/cursor stop` @@ -1791,45 +1791,45 @@ Te skróty używane są w kontekście myszy, w momencie wystąpienia zdarzenia m [width="100%",cols="^.^3,^.^3,^.^3,.^8,.^8",options="header"] |=== | Klawisz/Wheel ^(1)^ | Gest | Obszar | Opis | Komenda -| ◾◽◽ | - | chat | Przełącz na okno. | `/window ${_window_number}` -| ◾◽◽ | lewo | chat | Przełącz na poprzedni bufor. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | prawo | chat | Przełącz na następny bufor. | `/window ${_window_number};/buffer +1` -| ◾◽◽ | lewo (długo) | chat | Przełącz na pierwszy bufor. | `/window ${_window_number};/buffer 1` -| ◾◽◽ | prawo (długo) | chat | Przełącz na ostatni bufor. | `/window ${_window_number};/input jump_last_buffer` -| kbd:[▲] | - | chat | Przewiń w górę kilka linii w historii bufora. | `/window scroll_up -window ${_window_number}` -| kbd:[▼] | - | chat | Przewiń w dół kilka linii w historii bufora. | `/window scroll_down -window ${_window_number}` -| kbd:[Ctrl+▲] | - | chat | Przewiń poziomo w lewo. | `/window scroll_horiz -window ${_window_number} -10%` -| kbd:[Ctrl+▼] | - | chat | Przewiń poziomo w prawo. | `/window scroll_horiz -window ${_window_number} +10%` -| kbd:[▲] | - | chat: bufor fset | Przewiń pięć linii w góre w buforze fset. | `/fset -up 5` -| kbd:[▼] | - | chat: bufor fset | Przewiń pięć linii w dół w buforze fset. | `/fset -down 5` -| ◾◽◽ | - | chat: bufor fset | Zaznacz linię b buforze fset. | `/window ${_window_number};/fset -go ${_chat_line_y}` -| ◽◽◾ | - | chat: bufor fset | Przełącz (włącz/wyłącz) lub edytuj wartośc opcji. | `hsignal:fset_mouse` -| ◽◽◾ | left | chat: bufor fset | Zmniejsz wartość zmiennej liczbowej / koloru, ustaw/rozszerz wartośc innego typu. | `hsignal:fset_mouse` -| ◽◽◾ | right | chat: bufor fset | Zwiększ wartość zmiennej liczbowej / koloru, ustaw/rozszerz wartośc innego typu. | `hsignal:fset_mouse` -| ◽◽◾ | up / down | chat: bufor fset | Zaznacz/odznacz wiele opcji. | `hsignal:fset_mouse` -| kbd:[▲] | - | chat: bufor skryptów | Przejdź 5 linii w górę w buforze skryptów. | `/script up 5` -| kbd:[▼] | - | chat: bufor skryptów | Przejdź 5 linii w dół w buforze skryptów. | `/script down 5` -| ◾◽◽ | - | chat: bufor skryptów | Zaznacz linię w buforze skryptów. | `/script go ${_chat_line_y}` -| ◽◽◾ | - | chat: bufor skryptów | Zainstaluj/usuń skrypt. | `/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}` -| ◾◽◽ | góra / lewo | buflist | Przenieś bufor na niższy numer. | Sygnał `buflist_mouse`. -| ◾◽◽ | dół / prawo | buflist | Przenieś bufor na wyższy numer. | Sygnał `buflist_mouse`. -| ◾◽◽ | - | buflist | Przełącz na bufor (poprzednio odwiedzony bufor, jeśli jest to obecny bufor). | Sygnał `buflist_mouse`. -| ◽◽◾ | - | buflist | Przełącz na następny odwiedzony bufor, jeśli jest to obecny bufor. | Sygnał `buflist_mouse`. -| kbd:[Ctrl+▲] | - | buflist | Przełącz na poprzedni bufor. | Sygnał `buflist_mouse`. -| kbd:[Ctrl+▼] | - | buflist | Przełącz na następny bufor. | Sygnał `buflist_mouse`. -| ◾◽◽ | góra | lista nicków | Przewiń w górę jedna stronę listy nicków. | `/bar scroll nicklist ${_window_number} -100%` -| ◾◽◽ | dół | lista nicków | Przewiń w dół jedna stronę listy nicków. | `/bar scroll nicklist ${_window_number} +100%` -| ◾◽◽ | góra (długo) | lista nicków | Idź na początek listy nicków. | `/bar scroll nicklist ${_window_number} b` -| ◾◽◽ | dół (długo) | lista nicków | Idź na koniec listy nicków. | `/bar scroll nicklist ${_window_number} e` -| ◾◽◽ | - | lista nicków | Otwórz prywatną rozmowę z nick. | `/window ${_window_number};/query ${nick}` -| ◽◽◾ | - | lista nicków | Wykonaj whois dla nicka. | `/window ${_window_number};/whois ${nick}` -| ◾◽◽ | lewo | lista nicków | Wykop nick. | `/window ${_window_number};/kick ${nick}` -| ◾◽◽ | lewo (długo) | lista nicków | Wykop i zbanuj nick. | `/window ${_window_number};/kickban ${nick}` -| ◽◽◾ | lewo | lista nicków | Zbanuj nick. | `/window ${_window_number};/ban ${nick}` -| ◽◽◾ | - | linia poleceń | Przechwyć zdarzenie myszy i wstaw jego kod w linii poleceń. | `/input grab_mouse_area` -| kbd:[▲] | - | dowolny pasek | Przewiń pasek o -20%. | `/bar scroll ${_bar_name} ${_window_number} -20%` -| kbd:[▼] | - | dowolny pasek | Przewiń pasek o +20%. | `/bar scroll ${_bar_name} ${_window_number} +20%` -| ◽◾◽ | - | gdziekolwiek | Włącz tryb kursora w tym miejscu. | `/cursor go ${_x},${_y}` +| ◾◽◽ | - | chat | Przełącz na okno. | `+/window ${_window_number}+` +| ◾◽◽ | lewo | chat | Przełącz na poprzedni bufor. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | prawo | chat | Przełącz na następny bufor. | `+/window ${_window_number};/buffer +1+` +| ◾◽◽ | lewo (długo) | chat | Przełącz na pierwszy bufor. | `+/window ${_window_number};/buffer 1+` +| ◾◽◽ | prawo (długo) | chat | Przełącz na ostatni bufor. | `+/window ${_window_number};/input jump_last_buffer+` +| kbd:[▲] | - | chat | Przewiń w górę kilka linii w historii bufora. | `+/window scroll_up -window ${_window_number}+` +| kbd:[▼] | - | chat | Przewiń w dół kilka linii w historii bufora. | `+/window scroll_down -window ${_window_number}+` +| kbd:[Ctrl+▲] | - | chat | Przewiń poziomo w lewo. | `+/window scroll_horiz -window ${_window_number} -10%+` +| kbd:[Ctrl+▼] | - | chat | Przewiń poziomo w prawo. | `+/window scroll_horiz -window ${_window_number} +10%+` +| kbd:[▲] | - | chat: bufor fset | Przewiń pięć linii w góre w buforze fset. | `+/fset -up 5+` +| kbd:[▼] | - | chat: bufor fset | Przewiń pięć linii w dół w buforze fset. | `+/fset -down 5+` +| ◾◽◽ | - | chat: bufor fset | Zaznacz linię b buforze fset. | `+/window ${_window_number};/fset -go ${_chat_line_y}+` +| ◽◽◾ | - | chat: bufor fset | Przełącz (włącz/wyłącz) lub edytuj wartośc opcji. | `+hsignal:fset_mouse+` +| ◽◽◾ | left | chat: bufor fset | Zmniejsz wartość zmiennej liczbowej / koloru, ustaw/rozszerz wartośc innego typu. | `+hsignal:fset_mouse+` +| ◽◽◾ | right | chat: bufor fset | Zwiększ wartość zmiennej liczbowej / koloru, ustaw/rozszerz wartośc innego typu. | `+hsignal:fset_mouse+` +| ◽◽◾ | up / down | chat: bufor fset | Zaznacz/odznacz wiele opcji. | `+hsignal:fset_mouse+` +| kbd:[▲] | - | chat: bufor skryptów | Przejdź 5 linii w górę w buforze skryptów. | `+/script up 5+` +| kbd:[▼] | - | chat: bufor skryptów | Przejdź 5 linii w dół w buforze skryptów. | `+/script down 5+` +| ◾◽◽ | - | chat: bufor skryptów | Zaznacz linię w buforze skryptów. | `+/script go ${_chat_line_y}+` +| ◽◽◾ | - | chat: bufor skryptów | Zainstaluj/usuń skrypt. | `+/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}+` +| ◾◽◽ | góra / lewo | buflist | Przenieś bufor na niższy numer. | Sygnał `+buflist_mouse+`. +| ◾◽◽ | dół / prawo | buflist | Przenieś bufor na wyższy numer. | Sygnał `+buflist_mouse+`. +| ◾◽◽ | - | buflist | Przełącz na bufor (poprzednio odwiedzony bufor, jeśli jest to obecny bufor). | Sygnał `+buflist_mouse+`. +| ◽◽◾ | - | buflist | Przełącz na następny odwiedzony bufor, jeśli jest to obecny bufor. | Sygnał `+buflist_mouse+`. +| kbd:[Ctrl+▲] | - | buflist | Przełącz na poprzedni bufor. | Sygnał `+buflist_mouse+`. +| kbd:[Ctrl+▼] | - | buflist | Przełącz na następny bufor. | Sygnał `+buflist_mouse+`. +| ◾◽◽ | góra | lista nicków | Przewiń w górę jedna stronę listy nicków. | `+/bar scroll nicklist ${_window_number} -100%+` +| ◾◽◽ | dół | lista nicków | Przewiń w dół jedna stronę listy nicków. | `+/bar scroll nicklist ${_window_number} +100%+` +| ◾◽◽ | góra (długo) | lista nicków | Idź na początek listy nicków. | `+/bar scroll nicklist ${_window_number} b+` +| ◾◽◽ | dół (długo) | lista nicków | Idź na koniec listy nicków. | `+/bar scroll nicklist ${_window_number} e+` +| ◾◽◽ | - | lista nicków | Otwórz prywatną rozmowę z nick. | `+/window ${_window_number};/query ${nick}+` +| ◽◽◾ | - | lista nicków | Wykonaj whois dla nicka. | `+/window ${_window_number};/whois ${nick}+` +| ◾◽◽ | lewo | lista nicków | Wykop nick. | `+/window ${_window_number};/kick ${nick}+` +| ◾◽◽ | lewo (długo) | lista nicków | Wykop i zbanuj nick. | `+/window ${_window_number};/kickban ${nick}+` +| ◽◽◾ | lewo | lista nicków | Zbanuj nick. | `+/window ${_window_number};/ban ${nick}+` +| ◽◽◾ | - | linia poleceń | Przechwyć zdarzenie myszy i wstaw jego kod w linii poleceń. | `+/input grab_mouse_area+` +| kbd:[▲] | - | dowolny pasek | Przewiń pasek o -20%. | `+/bar scroll ${_bar_name} ${_window_number} -20%+` +| kbd:[▼] | - | dowolny pasek | Przewiń pasek o +20%. | `+/bar scroll ${_bar_name} ${_window_number} +20%+` +| ◽◾◽ | - | gdziekolwiek | Włącz tryb kursora w tym miejscu. | `+/cursor go ${_x},${_y}+` |=== [NOTE] @@ -1843,43 +1843,43 @@ Poniższe skróty i akcje mogą zostać użyte w buforze fset (zobacz <<fset_plu [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Skrót | Akcja ^(1)^ | Opis | Komenda -| kbd:[↑] | | Przejdź linię wyżej. | `/fset -up` -| kbd:[↓] | | Przejdź linię niżej. | `/fset -down` -| kbd:[PgUp] | | Przejdź stronę do góry. | `/window page_up` -| kbd:[PgDn] | | Przejdź stronę w dół. | `/window page_down` -| kbd:[Alt+Home] | `pass:[<<]` | Przejdź do pierwszej linii. | `/fset -go 0` -| kbd:[Alt+End] | `pass:[>>]` | Przejdź do ostatniej linii. | `/fset -go end` -| kbd:[F11] | `pass:[<]` | Przewiń poziomo w lewo. | `/fset -left` -| kbd:[F12] | `pass:[>]` | Przewiń poziomo w prawo. | `/fset -right` -| kbd:[Alt+Space] | `t` | Przełącz zmienną boolowską. | `/fset -toggle` -| kbd:[Alt+-] | `-` | Odejmij 1 od wartości liczbowej/koloru, ustaw wartość pozostałych typów. | `/fset -del -1` -| kbd:[Alt++] | `+` | Dodaj 1 do wartości liczbowej/koloru, dodaj to wartości pozostałych typów. | `/fset -add 1` +| kbd:[↑] | | Przejdź linię wyżej. | `+/fset -up+` +| kbd:[↓] | | Przejdź linię niżej. | `+/fset -down+` +| kbd:[PgUp] | | Przejdź stronę do góry. | `+/window page_up+` +| kbd:[PgDn] | | Przejdź stronę w dół. | `+/window page_down+` +| kbd:[Alt+Home] | `pass:[<<]` | Przejdź do pierwszej linii. | `+/fset -go 0+` +| kbd:[Alt+End] | `pass:[>>]` | Przejdź do ostatniej linii. | `+/fset -go end+` +| kbd:[F11] | `pass:[<]` | Przewiń poziomo w lewo. | `+/fset -left+` +| kbd:[F12] | `pass:[>]` | Przewiń poziomo w prawo. | `+/fset -right+` +| kbd:[Alt+Space] | `t` | Przełącz zmienną boolowską. | `+/fset -toggle+` +| kbd:[Alt+-] | `-` | Odejmij 1 od wartości liczbowej/koloru, ustaw wartość pozostałych typów. | `+/fset -del -1+` +| kbd:[Alt++] | `+` | Dodaj 1 do wartości liczbowej/koloru, dodaj to wartości pozostałych typów. | `+/fset -add 1+` | kbd:[Alt+f], - kbd:[Alt+r] | `r` | Zresetuj wartość. | `/fset -reset` + kbd:[Alt+r] | `r` | Zresetuj wartość. | `+/fset -reset+` | kbd:[Alt+f], - kbd:[Alt+u] | `u` | Skasuj wartość. | `/fset -unset` -| kbd:[Alt+Enter] | `s` | Ustaw wartość. | `/fset -set` + kbd:[Alt+u] | `u` | Skasuj wartość. | `+/fset -unset+` +| kbd:[Alt+Enter] | `s` | Ustaw wartość. | `+/fset -set+` | kbd:[Alt+f], - kbd:[Alt+n] | `n` | Ustaw nową wartość. | `/fset -setnew` + kbd:[Alt+n] | `n` | Ustaw nową wartość. | `+/fset -setnew+` | kbd:[Alt+f], - kbd:[Alt+a] | `a` | Dodaj do wartości. | `/fset -append` -| kbd:[Alt+,] | `,` | Zaznacz/odznacz opcję. | `/fset -mark 1` -| kbd:[Shift+↑] | | Przejdź do linii wyżej oraz zaznacz/odznacz opcję. | `/fset -up; /fset -mark` -| kbd:[Shift+↓] | | Przejdź do linii niżej oraz zaznacz/odznacz opcję. | `/fset -mark; /fset -down` + kbd:[Alt+a] | `a` | Dodaj do wartości. | `+/fset -append+` +| kbd:[Alt+,] | `,` | Zaznacz/odznacz opcję. | `+/fset -mark 1+` +| kbd:[Shift+↑] | | Przejdź do linii wyżej oraz zaznacz/odznacz opcję. | `+/fset -up; /fset -mark+` +| kbd:[Shift+↓] | | Przejdź do linii niżej oraz zaznacz/odznacz opcję. | `+/fset -mark; /fset -down+` | | `m:xxx` | Zaznacz wyświetlane opcje pasujące do filtra "xxx" (dowolny filtr na opcję albo wartość, zobacz <<command_fset_fset,komenda fset>>). | | | `u:xxx` | Odznacz zaznaczone opcje pasujące do filtra "xxx" (dowolny filtr an opcję lub wartość, zobacz <<command_fset_fset,komenda fset>>). | -| kbd:[Ctrl+l] (`L`) | | Odświerz opcje i cały ekran. | `/fset -refresh` +| kbd:[Ctrl+l] (`L`) | | Odświerz opcje i cały ekran. | `+/fset -refresh+` | | `$` | Odświerz opcje (zachowuje zaznaczone opcje). | | | `$$` | Odświerz opcje (odznacza zaznaczone kompilację). | -| kbd:[Alt+p] | | Przełącz opcje opisu wtyczki (`pass:[plugins.desc.*]`). | `/mute /set fset.look.show_plugins_desc toggle` -| kbd:[Alt+v] | | Przełącz pasek pomocy. | `/bar toggle fset` -| | `s:x,y` | Sortuj opcje po polach x,y (zobacz opcję <<option_fset.look.sort,fset.look.sort>>). | `/mute /set fset.look.sort x,y` -| | `s:` | Zresetuj soerowanie do domyślnej wartości (zobacz opcję <<option_fset.look.sort,fset.look.sort>>). | `/mute /unset fset.look.sort` -| | `w:xxx` | Wyeksportuj opcje do pliku "xxx". | `/fset -export xxx` -| | `w-:xxx` | Wyeksportuj opcje do pliku "xxx" bez dodatkowych informacji. | `/fset -export -nohelp xxx` -| | `w+:xxx` | Wyeksportuj opcje do pliku "xxx" z dodatkowymi informacjami. | `/fset -export -help xxx` -| kbd:[Ctrl+x] | `x` | Zmień format w jakim wyświetlane są opcje. | `/fset -format` -| | `q` | Zamkknij bufor fset. | `/buffer close` +| kbd:[Alt+p] | | Przełącz opcje opisu wtyczki (`pass:[plugins.desc.*]`). | `+/mute /set fset.look.show_plugins_desc toggle+` +| kbd:[Alt+v] | | Przełącz pasek pomocy. | `+/bar toggle fset+` +| | `s:x,y` | Sortuj opcje po polach x,y (zobacz opcję <<option_fset.look.sort,fset.look.sort>>). | `+/mute /set fset.look.sort x,y+` +| | `s:` | Zresetuj soerowanie do domyślnej wartości (zobacz opcję <<option_fset.look.sort,fset.look.sort>>). | `+/mute /unset fset.look.sort+` +| | `w:xxx` | Wyeksportuj opcje do pliku "xxx". | `+/fset -export xxx+` +| | `w-:xxx` | Wyeksportuj opcje do pliku "xxx" bez dodatkowych informacji. | `+/fset -export -nohelp xxx+` +| | `w+:xxx` | Wyeksportuj opcje do pliku "xxx" z dodatkowymi informacjami. | `+/fset -export -help xxx+` +| kbd:[Ctrl+x] | `x` | Zmień format w jakim wyświetlane są opcje. | `+/fset -format+` +| | `q` | Zamkknij bufor fset. | `+/buffer close+` |=== [NOTE] @@ -1893,17 +1893,17 @@ Te skróty klawiszowe i akcje mogą zostać użyte w oknie skryptów (zobacz <<s [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== | Skrót | Akcja ^(1)^ | Opis | Komenda -| kbd:[↑] | | Przejdź linię wyżej. | `/script up` -| kbd:[↓] | | Przejdź linię niżej. | `/script down` -| kbd:[PgUp] | | Przewiń stronę do góry. | `/window page_up` -| kbd:[PgDn] | | Przewiń stronę w dół. | `/window page_down` -| kbd:[Alt+i] | `i` | Zainstaluj skrypt. | `/script install` -| kbd:[Alt+r] | `r` | Usuń skrypt. | `/script remove` -| kbd:[Alt+l] (`L`) | `l` | Załaduj skrypt. | `/script load` -| kbd:[Alt+u] | `u` | Wyładuj skrypt. | `/script unload` -| kbd:[Alt+Shift+A] | `A` | Automatycznie ładuj skrypt. | `/script toggleautoload` -| kbd:[Alt+h] | `h` | Zablokuj/odblokuj skrypt. | `/script hold` -| kbd:[Alt+v] | `v` | Pokarz skrypt. | `/script show` +| kbd:[↑] | | Przejdź linię wyżej. | `+/script up+` +| kbd:[↓] | | Przejdź linię niżej. | `+/script down+` +| kbd:[PgUp] | | Przewiń stronę do góry. | `+/window page_up+` +| kbd:[PgDn] | | Przewiń stronę w dół. | `+/window page_down+` +| kbd:[Alt+i] | `i` | Zainstaluj skrypt. | `+/script install+` +| kbd:[Alt+r] | `r` | Usuń skrypt. | `+/script remove+` +| kbd:[Alt+l] (`L`) | `l` | Załaduj skrypt. | `+/script load+` +| kbd:[Alt+u] | `u` | Wyładuj skrypt. | `+/script unload+` +| kbd:[Alt+Shift+A] | `A` | Automatycznie ładuj skrypt. | `+/script toggleautoload+` +| kbd:[Alt+h] | `h` | Zablokuj/odblokuj skrypt. | `+/script hold+` +| kbd:[Alt+v] | `v` | Pokarz skrypt. | `+/script show+` |=== [NOTE] @@ -2027,7 +2027,7 @@ zdarzeń używając `+*+` na początku lub końcu nazwy, na przykład przycisku myszy. [TIP] -Możesz znaleźć nazwę zdarzenia za pomocą komendy `/input grab_mouse` wykonując +Możesz znaleźć nazwę zdarzenia za pomocą komendy `+/input grab_mouse+` wykonując następnie zdarzenie za pomocą myszy. Umieści to zdarzenie w linii poleceń. [[secured_data]] @@ -2830,17 +2830,17 @@ przez WeeChat podczas odpowiedzi na CTCP: [width="100%",cols="2l,4,8",options="header"] |=== | Kod | Opis | Wartość/Przykład -| $clientinfo | Lista wspieranych CTCP | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| $version | Wersja WeeChat | `0.4.0-dev` -| $versiongit | Wersja WeeChat + wersja git ^(1)^ | `0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| $git | Wersja git ^(1)^ | `v0.3.9-104-g7eb5cc4` -| $compilation | Data kompilacji WeeChat | `Dec 16 2012` -| $osinfo | Informacje o systemie operacyjnym | `Linux 2.6.32-5-amd64 / x86_64` -| $site | Strona WeeChat | `https://weechat.org/` -| $download | Strona WeeChat, pobieranie | `https://weechat.org/download` -| $time | Obecna data/czas | `Sun, 16 Dec 2012 10:40:48 +0100` -| $username | Nazwa użytkownika na serwerze IRC | `name` -| $realname | Prawdziwa nazwa na serwerze IRC | `John Doe` +| $clientinfo | Lista wspieranych CTCP | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| $version | Wersja WeeChat | `+0.4.0-dev+` +| $versiongit | Wersja WeeChat + wersja git ^(1)^ | `+0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| $git | Wersja git ^(1)^ | `+v0.3.9-104-g7eb5cc4+` +| $compilation | Data kompilacji WeeChat | `+Dec 16 2012+` +| $osinfo | Informacje o systemie operacyjnym | `+Linux 2.6.32-5-amd64 / x86_64+` +| $site | Strona WeeChat | `+https://weechat.org/+` +| $download | Strona WeeChat, pobieranie | `+https://weechat.org/download+` +| $time | Obecna data/czas | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| $username | Nazwa użytkownika na serwerze IRC | `+name+` +| $realname | Prawdziwa nazwa na serwerze IRC | `+John Doe+` |=== [NOTE] @@ -2851,13 +2851,13 @@ Jeśli opcje CTCP nie są zdefiniowane (domyślne), odpowiedzi CTCP to: [width="100%",cols="2,4,8",options="header"] |=== -| CTCP | Format odpowiedzi | Przykład -| CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` -| FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `https://weechat.org/download` -| TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` -| USERINFO | `$username ($realname)` | `name (John Doe)` -| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` +| CTCP | Format odpowiedzi | Przykład +| CLIENTINFO | `+$clientinfo+` | `+ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION+` +| FINGER | `+WeeChat $versiongit+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)+` +| SOURCE | `+$download+` | `+https://weechat.org/download+` +| TIME | `+$time+` | `+Sun, 16 Dec 2012 10:40:48 +0100+` +| USERINFO | `+$username ($realname)+` | `+name (John Doe)+` +| VERSION | `+WeeChat $versiongit ($compilation)+` | `+WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)+` |=== [[irc_target_buffer]] @@ -3753,8 +3753,8 @@ Trigger posiada następujące opcje (nazwy to `trigger.trigger.<nazwa>.<opcja>`) Kiedy wartość ustawiona jest na `off`, trigger jest wyłączony i akcje nie będą więcej wykonywane. -| hook | `signal`, `hsignal`, `modifier`, `line`, `print`, `command`, - `command_run`, `timer`, `config`, `focus`, `info`, `info_hashtable` | +| hook | `+signal+`, `+hsignal+`, `+modifier+`, `+line+`, `+print+`, `+command+`, + `+command_run+`, `+timer+`, `+config+`, `+focus+`, `+info+`, `+info_hashtable+` | Zdarzenia używane przez trigger. Więcej informacji można znaleźć w link:weechat_plugin_api.en.html#hooks[WeeChat Plugin API Reference / Hooks] (Angielski). @@ -3774,7 +3774,7 @@ Trigger posiada następujące opcje (nazwy to `trigger.trigger.<nazwa>.<opcja>`) Komenda do wykonania (wiele komend należy oddzielić średnikiem); jest to przetwarzane (zobacz komendę <<command_weechat_eval,/eval>>). -| return_code | `ok`, `ok_eat`, `error` | +| return_code | `+ok+`, `+ok_eat+`, `+error+` | Kod wiadomości zwrotnej (domyślnie jest to `ok`, które powinno być używane dla większości triggerów, pozostałe wartości są sporadycznie używane). @@ -4054,8 +4054,8 @@ są dodawane do tablicy hashy: [width="100%",cols="3m,2,14",options="header"] |=== | Zmienna | Typ | Opis -| irc_server | wskaźnik | Wskaźnik na serwer IRC (można użyć zmiennych hdata typu "irc_server" jak `${irc_server.name}`). -| irc_channel | wskaźnik | Wskaźnik na kanał IRC (można użyć zmiennych hdata typu "irc_channel" jak `${irc_channel.name}`). +| irc_server | wskaźnik | Wskaźnik na serwer IRC (można użyć zmiennych hdata typu "irc_server" jak `+${irc_server.name}+`). +| irc_channel | wskaźnik | Wskaźnik na kanał IRC (można użyć zmiennych hdata typu "irc_channel" jak `+${irc_channel.name}+`). | server | ciąg | Nazwa serwera (przykład: "freenode"). | tags | ciąg | Tagi w wiadomości (rzadko używane). | message_without_tags | ciąg | Wiadomość bez tagów. @@ -4071,7 +4071,7 @@ są dodawane do tablicy hashy: | pos_text | ciąg | Indeks _text_ w wiadomości ("-1" jeśli _text_ nie został znaleziony). |=== -Kiedy dane są wskaźnikiem, zmienna `tg_signal_data` może zostać użyta do +Kiedy dane są wskaźnikiem, zmienna `+tg_signal_data+` może zostać użyta do odczytania pola w hdata (w tym przypadku jest to wskaźnik na bufor): ---- |