summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-03-18 15:20:31 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-03-18 15:20:31 +0100
commit5f475ab8cfa48676d859b44f6631f5473054f325 (patch)
treeb37bff1a05b778e828a9ca211a11100681c1f147 /doc
parentf7a6bd422a7539654e2832f35db8e1fbb4a26110 (diff)
downloadweechat-5f475ab8cfa48676d859b44f6631f5473054f325.zip
core: update translations
Diffstat (limited to 'doc')
-rw-r--r--doc/de/includes/autogen_api_hdata.de.adoc1
-rw-r--r--doc/de/includes/autogen_user_commands.de.adoc218
-rw-r--r--doc/de/includes/autogen_user_options.de.adoc1656
-rw-r--r--doc/en/includes/autogen_api_hdata.en.adoc1
-rw-r--r--doc/en/includes/autogen_user_commands.en.adoc24
-rw-r--r--doc/en/includes/autogen_user_options.en.adoc1656
-rw-r--r--doc/fr/includes/autogen_api_hdata.fr.adoc1
-rw-r--r--doc/fr/includes/autogen_user_commands.fr.adoc20
-rw-r--r--doc/fr/includes/autogen_user_options.fr.adoc1656
-rw-r--r--doc/it/includes/autogen_api_hdata.it.adoc1
-rw-r--r--doc/it/includes/autogen_user_commands.it.adoc40
-rw-r--r--doc/it/includes/autogen_user_options.it.adoc1656
-rw-r--r--doc/ja/includes/autogen_api_hdata.ja.adoc1
-rw-r--r--doc/ja/includes/autogen_user_commands.ja.adoc24
-rw-r--r--doc/ja/includes/autogen_user_options.ja.adoc1656
-rw-r--r--doc/pl/includes/autogen_api_hdata.pl.adoc1
-rw-r--r--doc/pl/includes/autogen_user_commands.pl.adoc170
-rw-r--r--doc/pl/includes/autogen_user_options.pl.adoc1656
-rw-r--r--doc/sr/includes/autogen_api_hdata.sr.adoc1
-rw-r--r--doc/sr/includes/autogen_user_commands.sr.adoc236
-rw-r--r--doc/sr/includes/autogen_user_options.sr.adoc1656
21 files changed, 11993 insertions, 338 deletions
diff --git a/doc/de/includes/autogen_api_hdata.de.adoc b/doc/de/includes/autogen_api_hdata.de.adoc
index 95998ecdf..38d4c390f 100644
--- a/doc/de/includes/autogen_api_hdata.de.adoc
+++ b/doc/de/includes/autogen_api_hdata.de.adoc
@@ -713,6 +713,7 @@ _priority_   (integer) +
_name_   (string) +
_filename_   (string) +
_file_   (pointer) +
+_version_   (integer) +
_callback_reload_   (pointer) +
_callback_reload_pointer_   (pointer) +
_callback_reload_data_   (pointer) +
diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc
index 10ac55acf..10a9bfe06 100644
--- a/doc/de/includes/autogen_user_commands.de.adoc
+++ b/doc/de/includes/autogen_user_commands.de.adoc
@@ -1391,29 +1391,30 @@ Beispiele:
time <command>
unicode <string>
- list: zeigt alle Erweiterungen mit Debuglevel an
- set: setzt den Level der Protokollierung für eine Erweiterung
- plugin: Name der Erweiterung ("core" für den WeeChat Kern)
- level: Debuglevel der Erweiterung (0 = deaktiviert Debug)
- dump: Speicherabbild in die WeeChat Protokolldatei schreiben (wie bei einem Programmabsturz)
- hooks: zeigt die aktiven Hooks an (bei einer Erweiterung: detaillierte Informationen über Hooks werden angezeigt, die von der Erweiterung erstellt wurden)
- buffer: speichert den Bufferinhalt als hexadezimale Ausgabe in die Protokolldatei
- certs: gibt die Anzahl geladener vertrauenswürdiger Zertifizierungsstellen aus
- color: zeigt Informationen über die aktuellen Farbpaarungen an
- cursor: schaltet den debug-Modus für den Cursor-Modus ein/aus
- dirs: Verzeichnisse werden angezeigt
- hdata: zeigt Informationen zu hdata an (mittels free werden alle hdata Informationen aus dem Speicher entfernt)
-infolists: zeigt Information über die Infolists an
- libs: zeigt an welche externen Bibliotheken verwendet werden
- memory: gibt Informationen über den genutzten Speicher aus
- mouse: schaltet den debug-Modus für den Maus-Modus ein/aus
- tags: zeigt für jede einzelne Zeile die dazugehörigen Schlagwörter an
- term: zeigt Informationen über das Terminal an
- windows: zeigt die Fensterstruktur an
- time: misst die Zeit um einen Befehl auszuführen oder um einen Text in den aktuellen Buffer zu senden
- unicode: Zeigt Informationen über Unicode-Zeichen in Zeichenkette an (evaluiert, siehe /help eval)
-
-Beispiele:
+ list: list plugins with debug levels
+ set: set debug level for plugin
+ plugin: name of plugin ("core" for WeeChat core)
+ level: debug level for plugin (0 = disable debug)
+ dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)
+ hooks: display infos about hooks (with a plugin: display detailed info about hooks created by the plugin)
+ buffer: dump buffer content with hexadecimal values in log file
+ certs: display number of loaded trusted certificate authorities
+ color: display infos about current color pairs
+ cursor: toggle debug for cursor mode
+ dirs: display directories
+ hdata: display infos about hdata (with free: remove all hdata in memory)
+infolists: display infos about infolists
+ key: enable keyboard and mouse debug: display raw codes, expanded key name and associated command ('q' to quit this mode)
+ libs: display infos about external libraries used
+ memory: display infos about memory usage
+ mouse: toggle debug for mouse
+ tags: display tags for lines
+ term: display infos about terminal
+ windows: display windows tree
+ time: measure time to execute a command or to send text to the current buffer
+ unicode: display information about string and unicode chars (evaluated, see /help eval)
+
+Examples:
/debug set irc 1
/debug mouse verbose
/debug time /filter toggle
@@ -1674,51 +1675,49 @@ restore: stellt die letzte Hotlist wieder her, die im aktuellen Buffer entfernt
----
/input <action> [<arguments>]
-Auflistung der möglichen Aktionen:
- return: simuliert die "enter" Taste
- complete_next: vervollständigt Wort mit nächster Komplettierung
- complete_previous: vervollständigt Word mit vorheriger Komplettierung
- search_text_here: Textsuche ab aktueller Position
- search_text: Textsuche im Buffer
- search_switch_case: schaltet Groß-/Kleinschreibung ein und aus
- search_switch_regex: Wechsel des Suchmodus: einfache Textsuche/reguläre Ausdrücke
- search_switch_where: wechselt Suche in Nachricht/Präfix
- search_previous: sucht vorheriger Zeile
- search_next: sucht nächste Zeile
- search_stop_here: beendet Suche ab aktueller Position
- search_stop: suche beenden
- delete_previous_char: entfernt vorheriges Zeichen
- delete_next_char: entfernt nächstes Zeichen
- delete_previous_word: entfernt vorheriges Wort
- delete_previous_word_whitespace: vorheriges Wort löschen (bis zum Leerzeichen)
- delete_next_word: entfernt nächstes Wort
- delete_beginning_of_line: entfernt alle Zeichen ab Zeilenanfang bis zum Cursor
- delete_end_of_line: entfernt alle Zeichen ab Cursor bis zum Ende der Zeile
- delete_line: löscht die komplette Eingabezeile
- clipboard_paste: fügt Zeichenkette aus der internen Zwischenablage ein
- transpose_chars: Zeichen austauschen
- undo: letzten Befehl in der Eingabezeile rückgängig machen
- redo: letzten Befehl in der Eingabezeile wiederherstellen
- move_beginning_of_line: springt an den Anfang der Eingabezeile
- move_end_of_line: springt ans Ende der Eingabezeile
- move_previous_char: setzt den Cursor eine Position nach links
- move_next_char: setzt den Cursor eine Position nach rechts
- move_previous_word: springt zum Anfang des vorherigen Wortes, in der Eingabezeile
- move_next_word: springt zum Anfang des nächsten Wortes, in der Eingabezeile
- history_previous: ruft vorherigen Befehl oder Nachricht aus dem Befehlsspeicher auf (im Such-Modus: rückwärts suchen)
- history_next: ruft nächsten Befehl oder Nachricht aus dem Befehlsspeicher auf (im Such-Modus: vorwärts suchen)
- history_global_previous: ruft vorherigen Befehl/Nachricht aus dem globalen Befehlsspeicher auf (für alle Buffer)
- history_global_next: ruft nächsten Befehl/Nachricht aus dem globalen Befehlsspeicher auf (für alle Buffer)
- grab_key: fängt eine Taste (optionales Argument: Verzögerung um eine Taste einzufangen. Standard sind 500 Millisekunden)
- grab_key_command: zeigt den Tastencode (inklusive des eingebundenen Befehls) einer Tastenkombination an und fügt ihn in die Befehlszeile ein (optionales Argument: Verzögerung um eine Taste einzufangen. Standard sind 500 Millisekunden)
- grab_mouse: fängt den Code einer Maus Aktivität
- grab_mouse_area: fängt den Code einer Maus Aktivität mit entsprechendem Bereich
- insert: fügt einen Text in die Eingabezeile ein (Escapesequenzen sind möglich, siehe /help print)
- send: schickt Text an einen Buffer
- paste_start: Einfügen wird gestartet (bracketed paste mode)
- paste_stop: Einfügen wird beendet (bracketed paste mode)
-
-Dieser Befehl wird sinnvollerweise mittels Tastenbelegungen oder Erweiterungen genutzt.
+list of actions:
+ return: simulate key "enter"
+ complete_next: complete word with next completion
+ complete_previous: complete word with previous completion
+ search_text_here: search text in buffer at current position
+ search_text: search text in buffer
+ search_switch_case: switch exact case for search
+ search_switch_regex: switch search type: string/regular expression
+ search_switch_where: switch search in messages/prefixes
+ search_previous: search previous line
+ search_next: search next line
+ search_stop_here: stop search at current position
+ search_stop: stop search
+ delete_previous_char: delete previous char
+ delete_next_char: delete next char
+ delete_previous_word: delete previous word
+ delete_previous_word_whitespace: delete previous word (until whitespace)
+ delete_next_word: delete next word
+ delete_beginning_of_line: delete from beginning of line until cursor
+ delete_end_of_line: delete from cursor until end of line
+ delete_line: delete entire line
+ clipboard_paste: paste from the internal clipboard
+ transpose_chars: transpose two chars
+ undo: undo last command line action
+ redo: redo last command line action
+ move_beginning_of_line: move cursor to beginning of line
+ move_end_of_line: move cursor to end of line
+ move_previous_char: move cursor to previous char
+ move_next_char: move cursor to next char
+ move_previous_word: move cursor to previous word
+ move_next_word: move cursor to next word
+ history_previous: recall previous command in current buffer history
+ history_next: recall next command in current buffer history
+ history_global_previous: recall previous command in global history
+ history_global_next: recall next command in global history
+ grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
+ grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
+ grab_mouse: grab mouse event code
+ grab_mouse_area: grab mouse event code with area
+ insert: insert text in command line (escaped chars are allowed, see /help print)
+ send: send text to the buffer
+
+This command is used by key bindings or plugins.
----
[[command_weechat_item]]
@@ -1768,7 +1767,7 @@ Beispiele:
* `+key+`: Einer Taste einen Befehl zuordnen oder entfernen
----
-/key list|listdefault|listdiff [<context>]
+/key [list|listdefault|listdiff] [<context>]
bind <key> [<command> [<args>]]
bindctxt <context> <key> [<command> [<args>]]
unbind <key>
@@ -1778,44 +1777,53 @@ Beispiele:
resetall -yes [<context>]
missing [<context>]
- list: zeigt die aktuelle Tastenbelegungen an (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
-listdefault: zeigt die Standardeinstellung der Tastenbelegung an
- listdiff: zeigt die Unterschiede zwischen der aktuell genutzten Tastaturbelegung und der Standardbelegung an (hinzugefügte/verändert/gelöschte Tastenbelegungen)
- context: Name des Kontextes ("default" oder "search")
- bind: belegt eine Taste mit einem Befehl oder zeigt an welcher Befehl auf eine Taste gelegt wurde (für Kontext "default")
- bindctxt: belegt eine Taste mit einem Befehl oder zeigt an welcher Befehl auf eine Taste gelegt wurde, dies trifft für Kontext definierte Tasten zu
- command: Befehl (mehrere Befehle werden durch ein Semikolon getrennt)
- unbind: hebt eine Tastenbelegung auf (für Kontext "default")
- unbindctxt: hebt eine Tastenbelegung für den angegebenen Kontext auf
- reset: die Tastenbelegung wird für die ausgewählte Taste auf die Standardeinstellung zurück gesetzt (für Kontext "default")
- resetctxt: die Tastenbelegung wird für die ausgewählte Taste auf die Standardeinstellung zurück gesetzt, dies trifft für den ausgewählten Kontext zu
- resetall: die Tastenbelegung wird auf die Standardeinstellungen zurück gesetzt. Dies löscht ALLE persönlichen Tastenbelegungen (Vorsicht!)
- missing: fügt fehlende Tastenbelegungen hinzu (dazu wird die Standardbelegung genutzt). Dies kann sinnvoll sein wenn man auf eine neue WeeChat Version umgestiegen ist
-
-Falls ein Befehl einer Taste zugeordnet werden soll ist es ratsam zuerst mit der Tastenkombination alt+k (oder Esc + k) einen Fangmodus zu aktivieren um damit die zu belegende Taste zu ermitteln. Durch diesen Schritt wird der benötigte Tasten-Code in die Befehlszeile übernommen.
-
-Für Kontext "mouse" (Kontext "cursor" ist auch möglich), hat der zu verwendende Schlüssel folgendes Format: "@area:Schlüssel" oder "@area1>area2:Schlüssel". "area" kann folgende Werte habe:
- *: jedweder Bereich des Bildschirms
- chat: Chatbereich (für jeden Buffer)
- chat(xxx): Chatbereich für einen Buffer mit dem Namen "xxx" (vollständiger Name mit Erweiterung. Beispiel: chat(perl.iset):)
- bar(*): beliebige Bar
- bar(xxx): Bar mit dem Namen "xxx"
- item(*): beliebiges Bar-Item
- item(xxx): Bar-Item mit Namen "xxx"
-Der Platzhalter "*" kann verwendet werden um mehrere unterschiedliche Mausereignisse auszuwählen.
-Für den Kontext "mouse" kann ein besonderer Übergabewert für den zu nutzenden Befehl verwendet werden, "hsignal:name". Dieses sendet das hsignal "name" und als Inhalt ein Hashtable als Argument.
-Ein weiterer Übergabewert ist "-" und kann genutzt werden um einen Schlüssel zu deaktivieren (der Schlüssel wird bei der Durchführung übersprungen).
-
-Beispiele:
- Mit der Tastenkombination "alt-t" wird die Nicklist-Bar an-und aus geschaltet:
- /key bind meta-t /bar toggle nicklist
- Mit der Tastenkombination "alt-r" wird direkt zum IRC #weechat Buffer gewechselt:
+ list: list all current keys
+listdefault: list default keys
+ listdiff: list differences between current and default keys (keys added, redefined or deleted)
+ context: name of context ("default" or "search")
+ bind: bind a command to a key or display command bound to key (for context "default")
+ bindctxt: bind a command to a key or display command bound to key, for given context
+ command: command (many commands can be separated by semicolons)
+ unbind: remove a key binding (for context "default")
+ unbindctxt: remove a key binding for given context
+ reset: reset a key to default binding (for context "default")
+ resetctxt: reset a key to default binding, for given context
+ resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
+ missing: add missing keys (using default bindings), useful after installing new WeeChat version
+
+When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key name in command line.
+
+Modifiers allowed (in this order when multiple are used):
+ meta- (alt key)
+ ctrl- (control key)
+ shift- (shift key, can only be used with key names below)
+
+Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, pgdn, up, down, right, left, tab, return, comma, space.
+
+Combo of keys must be separated by a comma.
+
+For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
+ *: any area on screen
+ chat: chat area (any buffer)
+ chat(xxx): chat area for buffer with name "xxx" (full name including plugin)
+ bar(*): any bar
+ bar(xxx): bar "xxx"
+ item(*): any bar item
+ item(xxx): bar item "xxx"
+Wildcard "*" is allowed in key to match many mouse events.
+A special value for command with format "hsignal:name" can be used for context mouse, this will send the hsignal "name" with the focus hashtable as argument.
+Another special value "-" can be used to disable key (it will be ignored when looking for keys).
+
+Examples:
+ key alt-r to jump to #weechat IRC channel:
/key bind meta-r /buffer #weechat
- Die Tastenkombination "alt-r" wird auf die Standardfunktion zurückgesetzt:
+ restore default binding for key alt-r:
/key reset meta-r
- "Tab"-Taste nutzen um im Kontext "search" die Suche innerhalb eines Buffers zu beenden:
- /key bindctxt search ctrl-i /input search_stop
- Auswahl eines Nicknamens mittels mittlerer Maustaste zeigt zusätzliche Informationen zu dem Nick an:
+ key meta-v then f1 to run /help:
+ /key bind meta-v,f1 /help
+ key "tab" to stop search in buffer:
+ /key bindctxt search tab /input search_stop
+ middle button of mouse on a nick to retrieve info on nick:
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
----
diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc
index 2bf9e21cb..899063638 100644
--- a/doc/de/includes/autogen_user_options.de.adoc
+++ b/doc/de/includes/autogen_user_options.de.adoc
@@ -3004,6 +3004,1662 @@
** Werte: 0 .. 1000
** Standardwert: `+50+`
+* [[option_weechat.key.backspace]] *weechat.key.backspace*
+** Beschreibung: pass:none[touche "backspace" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_previous_char"+`
+
+* [[option_weechat.key.ctrl-_]] *weechat.key.ctrl-_*
+** Beschreibung: pass:none[touche "ctrl-_" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input undo"+`
+
+* [[option_weechat.key.ctrl-a]] *weechat.key.ctrl-a*
+** Beschreibung: pass:none[touche "ctrl-a" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-b]] *weechat.key.ctrl-b*
+** Beschreibung: pass:none[touche "ctrl-b" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.ctrl-c__]] *weechat.key.ctrl-c,_*
+** Beschreibung: pass:none[touche "ctrl-c,_" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input insert \x1F"+`
+
+* [[option_weechat.key.ctrl-c_b]] *weechat.key.ctrl-c,b*
+** Beschreibung: pass:none[touche "ctrl-c,b" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input insert \x02"+`
+
+* [[option_weechat.key.ctrl-c_c]] *weechat.key.ctrl-c,c*
+** Beschreibung: pass:none[touche "ctrl-c,c" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input insert \x03"+`
+
+* [[option_weechat.key.ctrl-c_i]] *weechat.key.ctrl-c,i*
+** Beschreibung: pass:none[touche "ctrl-c,i" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input insert \x1D"+`
+
+* [[option_weechat.key.ctrl-c_o]] *weechat.key.ctrl-c,o*
+** Beschreibung: pass:none[touche "ctrl-c,o" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input insert \x0F"+`
+
+* [[option_weechat.key.ctrl-c_v]] *weechat.key.ctrl-c,v*
+** Beschreibung: pass:none[touche "ctrl-c,v" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input insert \x16"+`
+
+* [[option_weechat.key.ctrl-d]] *weechat.key.ctrl-d*
+** Beschreibung: pass:none[touche "ctrl-d" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.ctrl-down]] *weechat.key.ctrl-down*
+** Beschreibung: pass:none[touche "ctrl-down" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input history_global_next"+`
+
+* [[option_weechat.key.ctrl-e]] *weechat.key.ctrl-e*
+** Beschreibung: pass:none[touche "ctrl-e" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.ctrl-f]] *weechat.key.ctrl-f*
+** Beschreibung: pass:none[touche "ctrl-f" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_next_char"+`
+
+* [[option_weechat.key.ctrl-f1]] *weechat.key.ctrl-f1*
+** Beschreibung: pass:none[touche "ctrl-f1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.ctrl-f11]] *weechat.key.ctrl-f11*
+** Beschreibung: pass:none[touche "ctrl-f11" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.ctrl-f12]] *weechat.key.ctrl-f12*
+** Beschreibung: pass:none[touche "ctrl-f12" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.ctrl-f2]] *weechat.key.ctrl-f2*
+** Beschreibung: pass:none[touche "ctrl-f2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.ctrl-k]] *weechat.key.ctrl-k*
+** Beschreibung: pass:none[touche "ctrl-k" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_end_of_line"+`
+
+* [[option_weechat.key.ctrl-l]] *weechat.key.ctrl-l*
+** Beschreibung: pass:none[touche "ctrl-l" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window refresh"+`
+
+* [[option_weechat.key.ctrl-left]] *weechat.key.ctrl-left*
+** Beschreibung: pass:none[touche "ctrl-left" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.ctrl-n]] *weechat.key.ctrl-n*
+** Beschreibung: pass:none[touche "ctrl-n" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer +1"+`
+
+* [[option_weechat.key.ctrl-p]] *weechat.key.ctrl-p*
+** Beschreibung: pass:none[touche "ctrl-p" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer -1"+`
+
+* [[option_weechat.key.ctrl-r]] *weechat.key.ctrl-r*
+** Beschreibung: pass:none[touche "ctrl-r" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_text_here"+`
+
+* [[option_weechat.key.ctrl-right]] *weechat.key.ctrl-right*
+** Beschreibung: pass:none[touche "ctrl-right" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_next_word"+`
+
+* [[option_weechat.key.ctrl-s_ctrl-u]] *weechat.key.ctrl-s,ctrl-u*
+** Beschreibung: pass:none[touche "ctrl-s,ctrl-u" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/allbuf /buffer set unread"+`
+
+* [[option_weechat.key.ctrl-t]] *weechat.key.ctrl-t*
+** Beschreibung: pass:none[touche "ctrl-t" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input transpose_chars"+`
+
+* [[option_weechat.key.ctrl-u]] *weechat.key.ctrl-u*
+** Beschreibung: pass:none[touche "ctrl-u" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-up]] *weechat.key.ctrl-up*
+** Beschreibung: pass:none[touche "ctrl-up" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input history_global_previous"+`
+
+* [[option_weechat.key.ctrl-w]] *weechat.key.ctrl-w*
+** Beschreibung: pass:none[touche "ctrl-w" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_previous_word_whitespace"+`
+
+* [[option_weechat.key.ctrl-x]] *weechat.key.ctrl-x*
+** Beschreibung: pass:none[touche "ctrl-x" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer switch"+`
+
+* [[option_weechat.key.ctrl-y]] *weechat.key.ctrl-y*
+** Beschreibung: pass:none[touche "ctrl-y" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input clipboard_paste"+`
+
+* [[option_weechat.key.delete]] *weechat.key.delete*
+** Beschreibung: pass:none[touche "delete" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.down]] *weechat.key.down*
+** Beschreibung: pass:none[touche "down" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input history_next"+`
+
+* [[option_weechat.key.end]] *weechat.key.end*
+** Beschreibung: pass:none[touche "end" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.f1]] *weechat.key.f1*
+** Beschreibung: pass:none[touche "f1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.f10]] *weechat.key.f10*
+** Beschreibung: pass:none[touche "f10" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll title * +30%"+`
+
+* [[option_weechat.key.f11]] *weechat.key.f11*
+** Beschreibung: pass:none[touche "f11" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.f12]] *weechat.key.f12*
+** Beschreibung: pass:none[touche "f12" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.f2]] *weechat.key.f2*
+** Beschreibung: pass:none[touche "f2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.f5]] *weechat.key.f5*
+** Beschreibung: pass:none[touche "f5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer -1"+`
+
+* [[option_weechat.key.f6]] *weechat.key.f6*
+** Beschreibung: pass:none[touche "f6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer +1"+`
+
+* [[option_weechat.key.f7]] *weechat.key.f7*
+** Beschreibung: pass:none[touche "f7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window -1"+`
+
+* [[option_weechat.key.f8]] *weechat.key.f8*
+** Beschreibung: pass:none[touche "f8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window +1"+`
+
+* [[option_weechat.key.f9]] *weechat.key.f9*
+** Beschreibung: pass:none[touche "f9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll title * -30%"+`
+
+* [[option_weechat.key.home]] *weechat.key.home*
+** Beschreibung: pass:none[touche "home" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.left]] *weechat.key.left*
+** Beschreibung: pass:none[touche "left" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.meta--]] *weechat.key.meta--*
+** Beschreibung: pass:none[touche "meta--" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/filter toggle @"+`
+
+* [[option_weechat.key.meta-/]] *weechat.key.meta-/*
+** Beschreibung: pass:none[touche "meta-/" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer jump last_displayed"+`
+
+* [[option_weechat.key.meta-0]] *weechat.key.meta-0*
+** Beschreibung: pass:none[touche "meta-0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-1]] *weechat.key.meta-1*
+** Beschreibung: pass:none[touche "meta-1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-2]] *weechat.key.meta-2*
+** Beschreibung: pass:none[touche "meta-2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-3]] *weechat.key.meta-3*
+** Beschreibung: pass:none[touche "meta-3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-4]] *weechat.key.meta-4*
+** Beschreibung: pass:none[touche "meta-4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-5]] *weechat.key.meta-5*
+** Beschreibung: pass:none[touche "meta-5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-6]] *weechat.key.meta-6*
+** Beschreibung: pass:none[touche "meta-6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-7]] *weechat.key.meta-7*
+** Beschreibung: pass:none[touche "meta-7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-8]] *weechat.key.meta-8*
+** Beschreibung: pass:none[touche "meta-8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-9]] *weechat.key.meta-9*
+** Beschreibung: pass:none[touche "meta-9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-<]] *weechat.key.meta-<*
+** Beschreibung: pass:none[touche "meta-<" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer jump prev_visited"+`
+
+* [[option_weechat.key.meta-=]] *weechat.key.meta-=*
+** Beschreibung: pass:none[touche "meta-=" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/filter toggle"+`
+
+* [[option_weechat.key.meta->]] *weechat.key.meta->*
+** Beschreibung: pass:none[touche "meta->" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer jump next_visited"+`
+
+* [[option_weechat.key.meta-B]] *weechat.key.meta-B*
+** Beschreibung: pass:none[touche "meta-B" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buflist toggle"+`
+
+* [[option_weechat.key.meta-K]] *weechat.key.meta-K*
+** Beschreibung: pass:none[touche "meta-K" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input grab_raw_key_command"+`
+
+* [[option_weechat.key.meta-N]] *weechat.key.meta-N*
+** Beschreibung: pass:none[touche "meta-N" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar toggle nicklist"+`
+
+* [[option_weechat.key.meta-_]] *weechat.key.meta-_*
+** Beschreibung: pass:none[touche "meta-_" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input redo"+`
+
+* [[option_weechat.key.meta-a]] *weechat.key.meta-a*
+** Beschreibung: pass:none[touche "meta-a" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer jump smart"+`
+
+* [[option_weechat.key.meta-b]] *weechat.key.meta-b*
+** Beschreibung: pass:none[touche "meta-b" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.meta-backspace]] *weechat.key.meta-backspace*
+** Beschreibung: pass:none[touche "meta-backspace" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_previous_word"+`
+
+* [[option_weechat.key.meta-d]] *weechat.key.meta-d*
+** Beschreibung: pass:none[touche "meta-d" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_next_word"+`
+
+* [[option_weechat.key.meta-down]] *weechat.key.meta-down*
+** Beschreibung: pass:none[touche "meta-down" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-end]] *weechat.key.meta-end*
+** Beschreibung: pass:none[touche "meta-end" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_bottom"+`
+
+* [[option_weechat.key.meta-f]] *weechat.key.meta-f*
+** Beschreibung: pass:none[touche "meta-f" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_next_word"+`
+
+* [[option_weechat.key.meta-f1]] *weechat.key.meta-f1*
+** Beschreibung: pass:none[touche "meta-f1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll buflist * b"+`
+
+* [[option_weechat.key.meta-f11]] *weechat.key.meta-f11*
+** Beschreibung: pass:none[touche "meta-f11" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist * b"+`
+
+* [[option_weechat.key.meta-f12]] *weechat.key.meta-f12*
+** Beschreibung: pass:none[touche "meta-f12" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist * e"+`
+
+* [[option_weechat.key.meta-f2]] *weechat.key.meta-f2*
+** Beschreibung: pass:none[touche "meta-f2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll buflist * e"+`
+
+* [[option_weechat.key.meta-h_meta-R]] *weechat.key.meta-h,meta-R*
+** Beschreibung: pass:none[touche "meta-h,meta-R" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/hotlist restore -all"+`
+
+* [[option_weechat.key.meta-h_meta-c]] *weechat.key.meta-h,meta-c*
+** Beschreibung: pass:none[touche "meta-h,meta-c" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/hotlist clear"+`
+
+* [[option_weechat.key.meta-h_meta-m]] *weechat.key.meta-h,meta-m*
+** Beschreibung: pass:none[touche "meta-h,meta-m" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/hotlist remove"+`
+
+* [[option_weechat.key.meta-h_meta-r]] *weechat.key.meta-h,meta-r*
+** Beschreibung: pass:none[touche "meta-h,meta-r" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/hotlist restore"+`
+
+* [[option_weechat.key.meta-home]] *weechat.key.meta-home*
+** Beschreibung: pass:none[touche "meta-home" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_top"+`
+
+* [[option_weechat.key.meta-j_0_1]] *weechat.key.meta-j,0,1*
+** Beschreibung: pass:none[touche "meta-j,0,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-j_0_2]] *weechat.key.meta-j,0,2*
+** Beschreibung: pass:none[touche "meta-j,0,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-j_0_3]] *weechat.key.meta-j,0,3*
+** Beschreibung: pass:none[touche "meta-j,0,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-j_0_4]] *weechat.key.meta-j,0,4*
+** Beschreibung: pass:none[touche "meta-j,0,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-j_0_5]] *weechat.key.meta-j,0,5*
+** Beschreibung: pass:none[touche "meta-j,0,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-j_0_6]] *weechat.key.meta-j,0,6*
+** Beschreibung: pass:none[touche "meta-j,0,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-j_0_7]] *weechat.key.meta-j,0,7*
+** Beschreibung: pass:none[touche "meta-j,0,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-j_0_8]] *weechat.key.meta-j,0,8*
+** Beschreibung: pass:none[touche "meta-j,0,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-j_0_9]] *weechat.key.meta-j,0,9*
+** Beschreibung: pass:none[touche "meta-j,0,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-j_1_0]] *weechat.key.meta-j,1,0*
+** Beschreibung: pass:none[touche "meta-j,1,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-j_1_1]] *weechat.key.meta-j,1,1*
+** Beschreibung: pass:none[touche "meta-j,1,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *11"+`
+
+* [[option_weechat.key.meta-j_1_2]] *weechat.key.meta-j,1,2*
+** Beschreibung: pass:none[touche "meta-j,1,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *12"+`
+
+* [[option_weechat.key.meta-j_1_3]] *weechat.key.meta-j,1,3*
+** Beschreibung: pass:none[touche "meta-j,1,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *13"+`
+
+* [[option_weechat.key.meta-j_1_4]] *weechat.key.meta-j,1,4*
+** Beschreibung: pass:none[touche "meta-j,1,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *14"+`
+
+* [[option_weechat.key.meta-j_1_5]] *weechat.key.meta-j,1,5*
+** Beschreibung: pass:none[touche "meta-j,1,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *15"+`
+
+* [[option_weechat.key.meta-j_1_6]] *weechat.key.meta-j,1,6*
+** Beschreibung: pass:none[touche "meta-j,1,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *16"+`
+
+* [[option_weechat.key.meta-j_1_7]] *weechat.key.meta-j,1,7*
+** Beschreibung: pass:none[touche "meta-j,1,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *17"+`
+
+* [[option_weechat.key.meta-j_1_8]] *weechat.key.meta-j,1,8*
+** Beschreibung: pass:none[touche "meta-j,1,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *18"+`
+
+* [[option_weechat.key.meta-j_1_9]] *weechat.key.meta-j,1,9*
+** Beschreibung: pass:none[touche "meta-j,1,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *19"+`
+
+* [[option_weechat.key.meta-j_2_0]] *weechat.key.meta-j,2,0*
+** Beschreibung: pass:none[touche "meta-j,2,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *20"+`
+
+* [[option_weechat.key.meta-j_2_1]] *weechat.key.meta-j,2,1*
+** Beschreibung: pass:none[touche "meta-j,2,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *21"+`
+
+* [[option_weechat.key.meta-j_2_2]] *weechat.key.meta-j,2,2*
+** Beschreibung: pass:none[touche "meta-j,2,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *22"+`
+
+* [[option_weechat.key.meta-j_2_3]] *weechat.key.meta-j,2,3*
+** Beschreibung: pass:none[touche "meta-j,2,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *23"+`
+
+* [[option_weechat.key.meta-j_2_4]] *weechat.key.meta-j,2,4*
+** Beschreibung: pass:none[touche "meta-j,2,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *24"+`
+
+* [[option_weechat.key.meta-j_2_5]] *weechat.key.meta-j,2,5*
+** Beschreibung: pass:none[touche "meta-j,2,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *25"+`
+
+* [[option_weechat.key.meta-j_2_6]] *weechat.key.meta-j,2,6*
+** Beschreibung: pass:none[touche "meta-j,2,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *26"+`
+
+* [[option_weechat.key.meta-j_2_7]] *weechat.key.meta-j,2,7*
+** Beschreibung: pass:none[touche "meta-j,2,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *27"+`
+
+* [[option_weechat.key.meta-j_2_8]] *weechat.key.meta-j,2,8*
+** Beschreibung: pass:none[touche "meta-j,2,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *28"+`
+
+* [[option_weechat.key.meta-j_2_9]] *weechat.key.meta-j,2,9*
+** Beschreibung: pass:none[touche "meta-j,2,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *29"+`
+
+* [[option_weechat.key.meta-j_3_0]] *weechat.key.meta-j,3,0*
+** Beschreibung: pass:none[touche "meta-j,3,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *30"+`
+
+* [[option_weechat.key.meta-j_3_1]] *weechat.key.meta-j,3,1*
+** Beschreibung: pass:none[touche "meta-j,3,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *31"+`
+
+* [[option_weechat.key.meta-j_3_2]] *weechat.key.meta-j,3,2*
+** Beschreibung: pass:none[touche "meta-j,3,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *32"+`
+
+* [[option_weechat.key.meta-j_3_3]] *weechat.key.meta-j,3,3*
+** Beschreibung: pass:none[touche "meta-j,3,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *33"+`
+
+* [[option_weechat.key.meta-j_3_4]] *weechat.key.meta-j,3,4*
+** Beschreibung: pass:none[touche "meta-j,3,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *34"+`
+
+* [[option_weechat.key.meta-j_3_5]] *weechat.key.meta-j,3,5*
+** Beschreibung: pass:none[touche "meta-j,3,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *35"+`
+
+* [[option_weechat.key.meta-j_3_6]] *weechat.key.meta-j,3,6*
+** Beschreibung: pass:none[touche "meta-j,3,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *36"+`
+
+* [[option_weechat.key.meta-j_3_7]] *weechat.key.meta-j,3,7*
+** Beschreibung: pass:none[touche "meta-j,3,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *37"+`
+
+* [[option_weechat.key.meta-j_3_8]] *weechat.key.meta-j,3,8*
+** Beschreibung: pass:none[touche "meta-j,3,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *38"+`
+
+* [[option_weechat.key.meta-j_3_9]] *weechat.key.meta-j,3,9*
+** Beschreibung: pass:none[touche "meta-j,3,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *39"+`
+
+* [[option_weechat.key.meta-j_4_0]] *weechat.key.meta-j,4,0*
+** Beschreibung: pass:none[touche "meta-j,4,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *40"+`
+
+* [[option_weechat.key.meta-j_4_1]] *weechat.key.meta-j,4,1*
+** Beschreibung: pass:none[touche "meta-j,4,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *41"+`
+
+* [[option_weechat.key.meta-j_4_2]] *weechat.key.meta-j,4,2*
+** Beschreibung: pass:none[touche "meta-j,4,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *42"+`
+
+* [[option_weechat.key.meta-j_4_3]] *weechat.key.meta-j,4,3*
+** Beschreibung: pass:none[touche "meta-j,4,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *43"+`
+
+* [[option_weechat.key.meta-j_4_4]] *weechat.key.meta-j,4,4*
+** Beschreibung: pass:none[touche "meta-j,4,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *44"+`
+
+* [[option_weechat.key.meta-j_4_5]] *weechat.key.meta-j,4,5*
+** Beschreibung: pass:none[touche "meta-j,4,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *45"+`
+
+* [[option_weechat.key.meta-j_4_6]] *weechat.key.meta-j,4,6*
+** Beschreibung: pass:none[touche "meta-j,4,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *46"+`
+
+* [[option_weechat.key.meta-j_4_7]] *weechat.key.meta-j,4,7*
+** Beschreibung: pass:none[touche "meta-j,4,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *47"+`
+
+* [[option_weechat.key.meta-j_4_8]] *weechat.key.meta-j,4,8*
+** Beschreibung: pass:none[touche "meta-j,4,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *48"+`
+
+* [[option_weechat.key.meta-j_4_9]] *weechat.key.meta-j,4,9*
+** Beschreibung: pass:none[touche "meta-j,4,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *49"+`
+
+* [[option_weechat.key.meta-j_5_0]] *weechat.key.meta-j,5,0*
+** Beschreibung: pass:none[touche "meta-j,5,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *50"+`
+
+* [[option_weechat.key.meta-j_5_1]] *weechat.key.meta-j,5,1*
+** Beschreibung: pass:none[touche "meta-j,5,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *51"+`
+
+* [[option_weechat.key.meta-j_5_2]] *weechat.key.meta-j,5,2*
+** Beschreibung: pass:none[touche "meta-j,5,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *52"+`
+
+* [[option_weechat.key.meta-j_5_3]] *weechat.key.meta-j,5,3*
+** Beschreibung: pass:none[touche "meta-j,5,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *53"+`
+
+* [[option_weechat.key.meta-j_5_4]] *weechat.key.meta-j,5,4*
+** Beschreibung: pass:none[touche "meta-j,5,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *54"+`
+
+* [[option_weechat.key.meta-j_5_5]] *weechat.key.meta-j,5,5*
+** Beschreibung: pass:none[touche "meta-j,5,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *55"+`
+
+* [[option_weechat.key.meta-j_5_6]] *weechat.key.meta-j,5,6*
+** Beschreibung: pass:none[touche "meta-j,5,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *56"+`
+
+* [[option_weechat.key.meta-j_5_7]] *weechat.key.meta-j,5,7*
+** Beschreibung: pass:none[touche "meta-j,5,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *57"+`
+
+* [[option_weechat.key.meta-j_5_8]] *weechat.key.meta-j,5,8*
+** Beschreibung: pass:none[touche "meta-j,5,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *58"+`
+
+* [[option_weechat.key.meta-j_5_9]] *weechat.key.meta-j,5,9*
+** Beschreibung: pass:none[touche "meta-j,5,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *59"+`
+
+* [[option_weechat.key.meta-j_6_0]] *weechat.key.meta-j,6,0*
+** Beschreibung: pass:none[touche "meta-j,6,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *60"+`
+
+* [[option_weechat.key.meta-j_6_1]] *weechat.key.meta-j,6,1*
+** Beschreibung: pass:none[touche "meta-j,6,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *61"+`
+
+* [[option_weechat.key.meta-j_6_2]] *weechat.key.meta-j,6,2*
+** Beschreibung: pass:none[touche "meta-j,6,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *62"+`
+
+* [[option_weechat.key.meta-j_6_3]] *weechat.key.meta-j,6,3*
+** Beschreibung: pass:none[touche "meta-j,6,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *63"+`
+
+* [[option_weechat.key.meta-j_6_4]] *weechat.key.meta-j,6,4*
+** Beschreibung: pass:none[touche "meta-j,6,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *64"+`
+
+* [[option_weechat.key.meta-j_6_5]] *weechat.key.meta-j,6,5*
+** Beschreibung: pass:none[touche "meta-j,6,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *65"+`
+
+* [[option_weechat.key.meta-j_6_6]] *weechat.key.meta-j,6,6*
+** Beschreibung: pass:none[touche "meta-j,6,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *66"+`
+
+* [[option_weechat.key.meta-j_6_7]] *weechat.key.meta-j,6,7*
+** Beschreibung: pass:none[touche "meta-j,6,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *67"+`
+
+* [[option_weechat.key.meta-j_6_8]] *weechat.key.meta-j,6,8*
+** Beschreibung: pass:none[touche "meta-j,6,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *68"+`
+
+* [[option_weechat.key.meta-j_6_9]] *weechat.key.meta-j,6,9*
+** Beschreibung: pass:none[touche "meta-j,6,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *69"+`
+
+* [[option_weechat.key.meta-j_7_0]] *weechat.key.meta-j,7,0*
+** Beschreibung: pass:none[touche "meta-j,7,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *70"+`
+
+* [[option_weechat.key.meta-j_7_1]] *weechat.key.meta-j,7,1*
+** Beschreibung: pass:none[touche "meta-j,7,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *71"+`
+
+* [[option_weechat.key.meta-j_7_2]] *weechat.key.meta-j,7,2*
+** Beschreibung: pass:none[touche "meta-j,7,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *72"+`
+
+* [[option_weechat.key.meta-j_7_3]] *weechat.key.meta-j,7,3*
+** Beschreibung: pass:none[touche "meta-j,7,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *73"+`
+
+* [[option_weechat.key.meta-j_7_4]] *weechat.key.meta-j,7,4*
+** Beschreibung: pass:none[touche "meta-j,7,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *74"+`
+
+* [[option_weechat.key.meta-j_7_5]] *weechat.key.meta-j,7,5*
+** Beschreibung: pass:none[touche "meta-j,7,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *75"+`
+
+* [[option_weechat.key.meta-j_7_6]] *weechat.key.meta-j,7,6*
+** Beschreibung: pass:none[touche "meta-j,7,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *76"+`
+
+* [[option_weechat.key.meta-j_7_7]] *weechat.key.meta-j,7,7*
+** Beschreibung: pass:none[touche "meta-j,7,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *77"+`
+
+* [[option_weechat.key.meta-j_7_8]] *weechat.key.meta-j,7,8*
+** Beschreibung: pass:none[touche "meta-j,7,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *78"+`
+
+* [[option_weechat.key.meta-j_7_9]] *weechat.key.meta-j,7,9*
+** Beschreibung: pass:none[touche "meta-j,7,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *79"+`
+
+* [[option_weechat.key.meta-j_8_0]] *weechat.key.meta-j,8,0*
+** Beschreibung: pass:none[touche "meta-j,8,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *80"+`
+
+* [[option_weechat.key.meta-j_8_1]] *weechat.key.meta-j,8,1*
+** Beschreibung: pass:none[touche "meta-j,8,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *81"+`
+
+* [[option_weechat.key.meta-j_8_2]] *weechat.key.meta-j,8,2*
+** Beschreibung: pass:none[touche "meta-j,8,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *82"+`
+
+* [[option_weechat.key.meta-j_8_3]] *weechat.key.meta-j,8,3*
+** Beschreibung: pass:none[touche "meta-j,8,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *83"+`
+
+* [[option_weechat.key.meta-j_8_4]] *weechat.key.meta-j,8,4*
+** Beschreibung: pass:none[touche "meta-j,8,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *84"+`
+
+* [[option_weechat.key.meta-j_8_5]] *weechat.key.meta-j,8,5*
+** Beschreibung: pass:none[touche "meta-j,8,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *85"+`
+
+* [[option_weechat.key.meta-j_8_6]] *weechat.key.meta-j,8,6*
+** Beschreibung: pass:none[touche "meta-j,8,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *86"+`
+
+* [[option_weechat.key.meta-j_8_7]] *weechat.key.meta-j,8,7*
+** Beschreibung: pass:none[touche "meta-j,8,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *87"+`
+
+* [[option_weechat.key.meta-j_8_8]] *weechat.key.meta-j,8,8*
+** Beschreibung: pass:none[touche "meta-j,8,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *88"+`
+
+* [[option_weechat.key.meta-j_8_9]] *weechat.key.meta-j,8,9*
+** Beschreibung: pass:none[touche "meta-j,8,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *89"+`
+
+* [[option_weechat.key.meta-j_9_0]] *weechat.key.meta-j,9,0*
+** Beschreibung: pass:none[touche "meta-j,9,0" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *90"+`
+
+* [[option_weechat.key.meta-j_9_1]] *weechat.key.meta-j,9,1*
+** Beschreibung: pass:none[touche "meta-j,9,1" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *91"+`
+
+* [[option_weechat.key.meta-j_9_2]] *weechat.key.meta-j,9,2*
+** Beschreibung: pass:none[touche "meta-j,9,2" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *92"+`
+
+* [[option_weechat.key.meta-j_9_3]] *weechat.key.meta-j,9,3*
+** Beschreibung: pass:none[touche "meta-j,9,3" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *93"+`
+
+* [[option_weechat.key.meta-j_9_4]] *weechat.key.meta-j,9,4*
+** Beschreibung: pass:none[touche "meta-j,9,4" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *94"+`
+
+* [[option_weechat.key.meta-j_9_5]] *weechat.key.meta-j,9,5*
+** Beschreibung: pass:none[touche "meta-j,9,5" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *95"+`
+
+* [[option_weechat.key.meta-j_9_6]] *weechat.key.meta-j,9,6*
+** Beschreibung: pass:none[touche "meta-j,9,6" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *96"+`
+
+* [[option_weechat.key.meta-j_9_7]] *weechat.key.meta-j,9,7*
+** Beschreibung: pass:none[touche "meta-j,9,7" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *97"+`
+
+* [[option_weechat.key.meta-j_9_8]] *weechat.key.meta-j,9,8*
+** Beschreibung: pass:none[touche "meta-j,9,8" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *98"+`
+
+* [[option_weechat.key.meta-j_9_9]] *weechat.key.meta-j,9,9*
+** Beschreibung: pass:none[touche "meta-j,9,9" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer *99"+`
+
+* [[option_weechat.key.meta-j_meta-f]] *weechat.key.meta-j,meta-f*
+** Beschreibung: pass:none[touche "meta-j,meta-f" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer -"+`
+
+* [[option_weechat.key.meta-j_meta-l]] *weechat.key.meta-j,meta-l*
+** Beschreibung: pass:none[touche "meta-j,meta-l" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer +"+`
+
+* [[option_weechat.key.meta-j_meta-r]] *weechat.key.meta-j,meta-r*
+** Beschreibung: pass:none[touche "meta-j,meta-r" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/server raw"+`
+
+* [[option_weechat.key.meta-j_meta-s]] *weechat.key.meta-j,meta-s*
+** Beschreibung: pass:none[touche "meta-j,meta-s" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/server jump"+`
+
+* [[option_weechat.key.meta-k]] *weechat.key.meta-k*
+** Beschreibung: pass:none[touche "meta-k" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input grab_key_command"+`
+
+* [[option_weechat.key.meta-l]] *weechat.key.meta-l*
+** Beschreibung: pass:none[touche "meta-l" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window bare"+`
+
+* [[option_weechat.key.meta-left]] *weechat.key.meta-left*
+** Beschreibung: pass:none[touche "meta-left" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-m]] *weechat.key.meta-m*
+** Beschreibung: pass:none[touche "meta-m" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/mute mouse toggle"+`
+
+* [[option_weechat.key.meta-n]] *weechat.key.meta-n*
+** Beschreibung: pass:none[touche "meta-n" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_next_highlight"+`
+
+* [[option_weechat.key.meta-p]] *weechat.key.meta-p*
+** Beschreibung: pass:none[touche "meta-p" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_previous_highlight"+`
+
+* [[option_weechat.key.meta-pgdn]] *weechat.key.meta-pgdn*
+** Beschreibung: pass:none[touche "meta-pgdn" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_down"+`
+
+* [[option_weechat.key.meta-pgup]] *weechat.key.meta-pgup*
+** Beschreibung: pass:none[touche "meta-pgup" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_up"+`
+
+* [[option_weechat.key.meta-r]] *weechat.key.meta-r*
+** Beschreibung: pass:none[touche "meta-r" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input delete_line"+`
+
+* [[option_weechat.key.meta-return]] *weechat.key.meta-return*
+** Beschreibung: pass:none[touche "meta-return" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input insert \n"+`
+
+* [[option_weechat.key.meta-right]] *weechat.key.meta-right*
+** Beschreibung: pass:none[touche "meta-right" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-s]] *weechat.key.meta-s*
+** Beschreibung: pass:none[touche "meta-s" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/mute spell toggle"+`
+
+* [[option_weechat.key.meta-u]] *weechat.key.meta-u*
+** Beschreibung: pass:none[touche "meta-u" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_unread"+`
+
+* [[option_weechat.key.meta-up]] *weechat.key.meta-up*
+** Beschreibung: pass:none[touche "meta-up" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-w_meta-b]] *weechat.key.meta-w,meta-b*
+** Beschreibung: pass:none[touche "meta-w,meta-b" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window balance"+`
+
+* [[option_weechat.key.meta-w_meta-down]] *weechat.key.meta-w,meta-down*
+** Beschreibung: pass:none[touche "meta-w,meta-down" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window down"+`
+
+* [[option_weechat.key.meta-w_meta-left]] *weechat.key.meta-w,meta-left*
+** Beschreibung: pass:none[touche "meta-w,meta-left" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window left"+`
+
+* [[option_weechat.key.meta-w_meta-right]] *weechat.key.meta-w,meta-right*
+** Beschreibung: pass:none[touche "meta-w,meta-right" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window right"+`
+
+* [[option_weechat.key.meta-w_meta-s]] *weechat.key.meta-w,meta-s*
+** Beschreibung: pass:none[touche "meta-w,meta-s" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window swap"+`
+
+* [[option_weechat.key.meta-w_meta-up]] *weechat.key.meta-w,meta-up*
+** Beschreibung: pass:none[touche "meta-w,meta-up" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window up"+`
+
+* [[option_weechat.key.meta-x]] *weechat.key.meta-x*
+** Beschreibung: pass:none[touche "meta-x" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/buffer zoom"+`
+
+* [[option_weechat.key.meta-z]] *weechat.key.meta-z*
+** Beschreibung: pass:none[touche "meta-z" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window zoom"+`
+
+* [[option_weechat.key.pgdn]] *weechat.key.pgdn*
+** Beschreibung: pass:none[touche "pgdn" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window page_down"+`
+
+* [[option_weechat.key.pgup]] *weechat.key.pgup*
+** Beschreibung: pass:none[touche "pgup" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window page_up"+`
+
+* [[option_weechat.key.return]] *weechat.key.return*
+** Beschreibung: pass:none[touche "return" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input return"+`
+
+* [[option_weechat.key.right]] *weechat.key.right*
+** Beschreibung: pass:none[touche "right" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input move_next_char"+`
+
+* [[option_weechat.key.shift-tab]] *weechat.key.shift-tab*
+** Beschreibung: pass:none[touche "shift-tab" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input complete_previous"+`
+
+* [[option_weechat.key.tab]] *weechat.key.tab*
+** Beschreibung: pass:none[touche "tab" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input complete_next"+`
+
+* [[option_weechat.key.up]] *weechat.key.up*
+** Beschreibung: pass:none[touche "up" dans le contexte "default"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input history_previous"+`
+
+* [[option_weechat.key_cursor.@chat:Q]] *weechat.key_cursor.@chat:Q*
+** Beschreibung: pass:none[touche "@chat:Q" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:chat_quote_time_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:m]] *weechat.key_cursor.@chat:m*
+** Beschreibung: pass:none[touche "@chat:m" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:chat_quote_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:q]] *weechat.key_cursor.@chat:q*
+** Beschreibung: pass:none[touche "@chat:q" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:chat_quote_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):K]] *weechat.key_cursor.@item(buffer_nicklist):K*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):K" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):b]] *weechat.key_cursor.@item(buffer_nicklist):b*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):b" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):k]] *weechat.key_cursor.@item(buffer_nicklist):k*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):k" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):q]] *weechat.key_cursor.@item(buffer_nicklist):q*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):q" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/query ${nick};/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):w]] *weechat.key_cursor.@item(buffer_nicklist):w*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):w" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_cursor.down]] *weechat.key_cursor.down*
+** Beschreibung: pass:none[touche "down" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move down"+`
+
+* [[option_weechat.key_cursor.left]] *weechat.key_cursor.left*
+** Beschreibung: pass:none[touche "left" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move left"+`
+
+* [[option_weechat.key_cursor.meta-down]] *weechat.key_cursor.meta-down*
+** Beschreibung: pass:none[touche "meta-down" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move area_down"+`
+
+* [[option_weechat.key_cursor.meta-left]] *weechat.key_cursor.meta-left*
+** Beschreibung: pass:none[touche "meta-left" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move area_left"+`
+
+* [[option_weechat.key_cursor.meta-right]] *weechat.key_cursor.meta-right*
+** Beschreibung: pass:none[touche "meta-right" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move area_right"+`
+
+* [[option_weechat.key_cursor.meta-up]] *weechat.key_cursor.meta-up*
+** Beschreibung: pass:none[touche "meta-up" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move area_up"+`
+
+* [[option_weechat.key_cursor.return]] *weechat.key_cursor.return*
+** Beschreibung: pass:none[touche "return" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor stop"+`
+
+* [[option_weechat.key_cursor.right]] *weechat.key_cursor.right*
+** Beschreibung: pass:none[touche "right" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move right"+`
+
+* [[option_weechat.key_cursor.up]] *weechat.key_cursor.up*
+** Beschreibung: pass:none[touche "up" dans le contexte "cursor"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor move up"+`
+
+* [[option_weechat.key_mouse.@*:button3]] *weechat.key_mouse.@*:button3*
+** Beschreibung: pass:none[touche "@*:button3" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/cursor go ${_x},${_y}"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheeldown]] *weechat.key_mouse.@bar(buflist):ctrl-wheeldown*
+** Beschreibung: pass:none[touche "@bar(buflist):ctrl-wheeldown" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheelup]] *weechat.key_mouse.@bar(buflist):ctrl-wheelup*
+** Beschreibung: pass:none[touche "@bar(buflist):ctrl-wheelup" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(input):button2]] *weechat.key_mouse.@bar(input):button2*
+** Beschreibung: pass:none[touche "@bar(input):button2" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input grab_mouse_area"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down*
+** Beschreibung: pass:none[touche "@bar(nicklist):button1-gesture-down" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist ${_window_number} +100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down-long*
+** Beschreibung: pass:none[touche "@bar(nicklist):button1-gesture-down-long" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist ${_window_number} e"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up*
+** Beschreibung: pass:none[touche "@bar(nicklist):button1-gesture-up" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist ${_window_number} -100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up-long*
+** Beschreibung: pass:none[touche "@bar(nicklist):button1-gesture-up-long" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll nicklist ${_window_number} b"+`
+
+* [[option_weechat.key_mouse.@bar:wheeldown]] *weechat.key_mouse.@bar:wheeldown*
+** Beschreibung: pass:none[touche "@bar:wheeldown" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll ${_bar_name} ${_window_number} +20%"+`
+
+* [[option_weechat.key_mouse.@bar:wheelup]] *weechat.key_mouse.@bar:wheelup*
+** Beschreibung: pass:none[touche "@bar:wheelup" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/bar scroll ${_bar_name} ${_window_number} -20%"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button1]] *weechat.key_mouse.@chat(fset.fset):button1*
+** Beschreibung: pass:none[touche "@chat(fset.fset):button1" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/fset -go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button2*]] *weechat.key_mouse.@chat(fset.fset):button2**
+** Beschreibung: pass:none[touche "@chat(fset.fset):button2*" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:fset_mouse"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheeldown]] *weechat.key_mouse.@chat(fset.fset):wheeldown*
+** Beschreibung: pass:none[touche "@chat(fset.fset):wheeldown" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/fset -down 5"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheelup]] *weechat.key_mouse.@chat(fset.fset):wheelup*
+** Beschreibung: pass:none[touche "@chat(fset.fset):wheelup" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/fset -up 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button1]] *weechat.key_mouse.@chat(script.scripts):button1*
+** Beschreibung: pass:none[touche "@chat(script.scripts):button1" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/script go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button2]] *weechat.key_mouse.@chat(script.scripts):button2*
+** Beschreibung: pass:none[touche "@chat(script.scripts):button2" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheeldown]] *weechat.key_mouse.@chat(script.scripts):wheeldown*
+** Beschreibung: pass:none[touche "@chat(script.scripts):wheeldown" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/script down 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheelup]] *weechat.key_mouse.@chat(script.scripts):wheelup*
+** Beschreibung: pass:none[touche "@chat(script.scripts):wheelup" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/script up 5"+`
+
+* [[option_weechat.key_mouse.@chat:button1]] *weechat.key_mouse.@chat:button1*
+** Beschreibung: pass:none[touche "@chat:button1" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left]] *weechat.key_mouse.@chat:button1-gesture-left*
+** Beschreibung: pass:none[touche "@chat:button1-gesture-left" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/buffer -1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left-long]] *weechat.key_mouse.@chat:button1-gesture-left-long*
+** Beschreibung: pass:none[touche "@chat:button1-gesture-left-long" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/buffer 1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right]] *weechat.key_mouse.@chat:button1-gesture-right*
+** Beschreibung: pass:none[touche "@chat:button1-gesture-right" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/buffer +1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right-long]] *weechat.key_mouse.@chat:button1-gesture-right-long*
+** Beschreibung: pass:none[touche "@chat:button1-gesture-right-long" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/buffer +"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheeldown]] *weechat.key_mouse.@chat:ctrl-wheeldown*
+** Beschreibung: pass:none[touche "@chat:ctrl-wheeldown" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_horiz -window ${_window_number} +10%"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheelup]] *weechat.key_mouse.@chat:ctrl-wheelup*
+** Beschreibung: pass:none[touche "@chat:ctrl-wheelup" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_horiz -window ${_window_number} -10%"+`
+
+* [[option_weechat.key_mouse.@chat:wheeldown]] *weechat.key_mouse.@chat:wheeldown*
+** Beschreibung: pass:none[touche "@chat:wheeldown" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_down -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:wheelup]] *weechat.key_mouse.@chat:wheelup*
+** Beschreibung: pass:none[touche "@chat:wheelup" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window scroll_up -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1]] *weechat.key_mouse.@item(buffer_nicklist):button1*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):button1" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/query ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):button1-gesture-left" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):button1-gesture-left-long" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2]] *weechat.key_mouse.@item(buffer_nicklist):button2*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):button2" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left*
+** Beschreibung: pass:none[touche "@item(buffer_nicklist):button2-gesture-left" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button1*]] *weechat.key_mouse.@item(buflist):button1**
+** Beschreibung: pass:none[touche "@item(buflist):button1*" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button2*]] *weechat.key_mouse.@item(buflist):button2**
+** Beschreibung: pass:none[touche "@item(buflist):button2*" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button1*]] *weechat.key_mouse.@item(buflist2):button1**
+** Beschreibung: pass:none[touche "@item(buflist2):button1*" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button2*]] *weechat.key_mouse.@item(buflist2):button2**
+** Beschreibung: pass:none[touche "@item(buflist2):button2*" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button1*]] *weechat.key_mouse.@item(buflist3):button1**
+** Beschreibung: pass:none[touche "@item(buflist3):button1*" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button2*]] *weechat.key_mouse.@item(buflist3):button2**
+** Beschreibung: pass:none[touche "@item(buflist3):button2*" dans le contexte "mouse"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_search.ctrl-q]] *weechat.key_search.ctrl-q*
+** Beschreibung: pass:none[touche "ctrl-q" dans le contexte "search"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_stop"+`
+
+* [[option_weechat.key_search.ctrl-r]] *weechat.key_search.ctrl-r*
+** Beschreibung: pass:none[touche "ctrl-r" dans le contexte "search"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_switch_regex"+`
+
+* [[option_weechat.key_search.down]] *weechat.key_search.down*
+** Beschreibung: pass:none[touche "down" dans le contexte "search"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_next"+`
+
+* [[option_weechat.key_search.meta-c]] *weechat.key_search.meta-c*
+** Beschreibung: pass:none[touche "meta-c" dans le contexte "search"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_switch_case"+`
+
+* [[option_weechat.key_search.return]] *weechat.key_search.return*
+** Beschreibung: pass:none[touche "return" dans le contexte "search"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_stop_here"+`
+
+* [[option_weechat.key_search.tab]] *weechat.key_search.tab*
+** Beschreibung: pass:none[touche "tab" dans le contexte "search"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_switch_where"+`
+
+* [[option_weechat.key_search.up]] *weechat.key_search.up*
+** Beschreibung: pass:none[touche "up" dans le contexte "search"]
+** Typ: Zeichenkette
+** Werte: beliebige Zeichenkette
+** Standardwert: `+"/input search_previous"+`
+
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
** Beschreibung: pass:none[Einstellung für einen Zeilenumbruch (betrifft alle Zeilen, außer der ersten Zeile). Die Darstellung der nachfolgenden Zeile beginnt unter: Uhrzeit = time, Buffer = buffer, Präfix = prefix, Suffix = suffix, Nachricht = message (Standardwert)]
** Typ: integer
diff --git a/doc/en/includes/autogen_api_hdata.en.adoc b/doc/en/includes/autogen_api_hdata.en.adoc
index 058edfad5..ec08308fc 100644
--- a/doc/en/includes/autogen_api_hdata.en.adoc
+++ b/doc/en/includes/autogen_api_hdata.en.adoc
@@ -713,6 +713,7 @@ _priority_   (integer) +
_name_   (string) +
_filename_   (string) +
_file_   (pointer) +
+_version_   (integer) +
_callback_reload_   (pointer) +
_callback_reload_pointer_   (pointer) +
_callback_reload_data_   (pointer) +
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc
index c767b6cdf..2d32a7f1c 100644
--- a/doc/en/includes/autogen_user_commands.en.adoc
+++ b/doc/en/includes/autogen_user_commands.en.adoc
@@ -1404,6 +1404,7 @@ Examples:
dirs: display directories
hdata: display infos about hdata (with free: remove all hdata in memory)
infolists: display infos about infolists
+ key: enable keyboard and mouse debug: display raw codes, expanded key name and associated command ('q' to quit this mode)
libs: display infos about external libraries used
memory: display infos about memory usage
mouse: toggle debug for mouse
@@ -1715,8 +1716,6 @@ list of actions:
grab_mouse_area: grab mouse event code with area
insert: insert text in command line (escaped chars are allowed, see /help print)
send: send text to the buffer
- paste_start: start paste (bracketed paste mode)
- paste_stop: stop paste (bracketed paste mode)
This command is used by key bindings or plugins.
----
@@ -1768,7 +1767,7 @@ Examples:
* `+key+`: bind/unbind keys
----
-/key list|listdefault|listdiff [<context>]
+/key [list|listdefault|listdiff] [<context>]
bind <key> [<command> [<args>]]
bindctxt <context> <key> [<command> [<args>]]
unbind <key>
@@ -1778,7 +1777,7 @@ Examples:
resetall -yes [<context>]
missing [<context>]
- list: list all current keys (without argument, this list is displayed)
+ list: list all current keys
listdefault: list default keys
listdiff: list differences between current and default keys (keys added, redefined or deleted)
context: name of context ("default" or "search")
@@ -1792,7 +1791,16 @@ listdefault: list default keys
resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
missing: add missing keys (using default bindings), useful after installing new WeeChat version
-When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key code in command line.
+When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key name in command line.
+
+Modifiers allowed (in this order when multiple are used):
+ meta- (alt key)
+ ctrl- (control key)
+ shift- (shift key, can only be used with key names below)
+
+Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, pgdn, up, down, right, left, tab, return, comma, space.
+
+Combo of keys must be separated by a comma.
For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
*: any area on screen
@@ -1807,14 +1815,14 @@ A special value for command with format "hsignal:name" can be used for context m
Another special value "-" can be used to disable key (it will be ignored when looking for keys).
Examples:
- key alt-t to toggle nicklist bar:
- /key bind meta-t /bar toggle nicklist
key alt-r to jump to #weechat IRC channel:
/key bind meta-r /buffer #weechat
restore default binding for key alt-r:
/key reset meta-r
+ key meta-v then f1 to run /help:
+ /key bind meta-v,f1 /help
key "tab" to stop search in buffer:
- /key bindctxt search ctrl-i /input search_stop
+ /key bindctxt search tab /input search_stop
middle button of mouse on a nick to retrieve info on nick:
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
----
diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc
index 50dad693b..7484f3530 100644
--- a/doc/en/includes/autogen_user_options.en.adoc
+++ b/doc/en/includes/autogen_user_options.en.adoc
@@ -3004,6 +3004,1662 @@
** values: 0 .. 1000
** default value: `+50+`
+* [[option_weechat.key.backspace]] *weechat.key.backspace*
+** description: pass:none[touche "backspace" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_previous_char"+`
+
+* [[option_weechat.key.ctrl-_]] *weechat.key.ctrl-_*
+** description: pass:none[touche "ctrl-_" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input undo"+`
+
+* [[option_weechat.key.ctrl-a]] *weechat.key.ctrl-a*
+** description: pass:none[touche "ctrl-a" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-b]] *weechat.key.ctrl-b*
+** description: pass:none[touche "ctrl-b" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.ctrl-c__]] *weechat.key.ctrl-c,_*
+** description: pass:none[touche "ctrl-c,_" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input insert \x1F"+`
+
+* [[option_weechat.key.ctrl-c_b]] *weechat.key.ctrl-c,b*
+** description: pass:none[touche "ctrl-c,b" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input insert \x02"+`
+
+* [[option_weechat.key.ctrl-c_c]] *weechat.key.ctrl-c,c*
+** description: pass:none[touche "ctrl-c,c" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input insert \x03"+`
+
+* [[option_weechat.key.ctrl-c_i]] *weechat.key.ctrl-c,i*
+** description: pass:none[touche "ctrl-c,i" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input insert \x1D"+`
+
+* [[option_weechat.key.ctrl-c_o]] *weechat.key.ctrl-c,o*
+** description: pass:none[touche "ctrl-c,o" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input insert \x0F"+`
+
+* [[option_weechat.key.ctrl-c_v]] *weechat.key.ctrl-c,v*
+** description: pass:none[touche "ctrl-c,v" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input insert \x16"+`
+
+* [[option_weechat.key.ctrl-d]] *weechat.key.ctrl-d*
+** description: pass:none[touche "ctrl-d" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.ctrl-down]] *weechat.key.ctrl-down*
+** description: pass:none[touche "ctrl-down" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input history_global_next"+`
+
+* [[option_weechat.key.ctrl-e]] *weechat.key.ctrl-e*
+** description: pass:none[touche "ctrl-e" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.ctrl-f]] *weechat.key.ctrl-f*
+** description: pass:none[touche "ctrl-f" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_next_char"+`
+
+* [[option_weechat.key.ctrl-f1]] *weechat.key.ctrl-f1*
+** description: pass:none[touche "ctrl-f1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.ctrl-f11]] *weechat.key.ctrl-f11*
+** description: pass:none[touche "ctrl-f11" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.ctrl-f12]] *weechat.key.ctrl-f12*
+** description: pass:none[touche "ctrl-f12" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.ctrl-f2]] *weechat.key.ctrl-f2*
+** description: pass:none[touche "ctrl-f2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.ctrl-k]] *weechat.key.ctrl-k*
+** description: pass:none[touche "ctrl-k" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_end_of_line"+`
+
+* [[option_weechat.key.ctrl-l]] *weechat.key.ctrl-l*
+** description: pass:none[touche "ctrl-l" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window refresh"+`
+
+* [[option_weechat.key.ctrl-left]] *weechat.key.ctrl-left*
+** description: pass:none[touche "ctrl-left" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.ctrl-n]] *weechat.key.ctrl-n*
+** description: pass:none[touche "ctrl-n" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer +1"+`
+
+* [[option_weechat.key.ctrl-p]] *weechat.key.ctrl-p*
+** description: pass:none[touche "ctrl-p" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer -1"+`
+
+* [[option_weechat.key.ctrl-r]] *weechat.key.ctrl-r*
+** description: pass:none[touche "ctrl-r" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input search_text_here"+`
+
+* [[option_weechat.key.ctrl-right]] *weechat.key.ctrl-right*
+** description: pass:none[touche "ctrl-right" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_next_word"+`
+
+* [[option_weechat.key.ctrl-s_ctrl-u]] *weechat.key.ctrl-s,ctrl-u*
+** description: pass:none[touche "ctrl-s,ctrl-u" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/allbuf /buffer set unread"+`
+
+* [[option_weechat.key.ctrl-t]] *weechat.key.ctrl-t*
+** description: pass:none[touche "ctrl-t" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input transpose_chars"+`
+
+* [[option_weechat.key.ctrl-u]] *weechat.key.ctrl-u*
+** description: pass:none[touche "ctrl-u" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-up]] *weechat.key.ctrl-up*
+** description: pass:none[touche "ctrl-up" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input history_global_previous"+`
+
+* [[option_weechat.key.ctrl-w]] *weechat.key.ctrl-w*
+** description: pass:none[touche "ctrl-w" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_previous_word_whitespace"+`
+
+* [[option_weechat.key.ctrl-x]] *weechat.key.ctrl-x*
+** description: pass:none[touche "ctrl-x" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer switch"+`
+
+* [[option_weechat.key.ctrl-y]] *weechat.key.ctrl-y*
+** description: pass:none[touche "ctrl-y" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input clipboard_paste"+`
+
+* [[option_weechat.key.delete]] *weechat.key.delete*
+** description: pass:none[touche "delete" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.down]] *weechat.key.down*
+** description: pass:none[touche "down" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input history_next"+`
+
+* [[option_weechat.key.end]] *weechat.key.end*
+** description: pass:none[touche "end" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.f1]] *weechat.key.f1*
+** description: pass:none[touche "f1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.f10]] *weechat.key.f10*
+** description: pass:none[touche "f10" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll title * +30%"+`
+
+* [[option_weechat.key.f11]] *weechat.key.f11*
+** description: pass:none[touche "f11" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.f12]] *weechat.key.f12*
+** description: pass:none[touche "f12" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.f2]] *weechat.key.f2*
+** description: pass:none[touche "f2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.f5]] *weechat.key.f5*
+** description: pass:none[touche "f5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer -1"+`
+
+* [[option_weechat.key.f6]] *weechat.key.f6*
+** description: pass:none[touche "f6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer +1"+`
+
+* [[option_weechat.key.f7]] *weechat.key.f7*
+** description: pass:none[touche "f7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window -1"+`
+
+* [[option_weechat.key.f8]] *weechat.key.f8*
+** description: pass:none[touche "f8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window +1"+`
+
+* [[option_weechat.key.f9]] *weechat.key.f9*
+** description: pass:none[touche "f9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll title * -30%"+`
+
+* [[option_weechat.key.home]] *weechat.key.home*
+** description: pass:none[touche "home" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.left]] *weechat.key.left*
+** description: pass:none[touche "left" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.meta--]] *weechat.key.meta--*
+** description: pass:none[touche "meta--" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/filter toggle @"+`
+
+* [[option_weechat.key.meta-/]] *weechat.key.meta-/*
+** description: pass:none[touche "meta-/" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer jump last_displayed"+`
+
+* [[option_weechat.key.meta-0]] *weechat.key.meta-0*
+** description: pass:none[touche "meta-0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-1]] *weechat.key.meta-1*
+** description: pass:none[touche "meta-1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-2]] *weechat.key.meta-2*
+** description: pass:none[touche "meta-2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-3]] *weechat.key.meta-3*
+** description: pass:none[touche "meta-3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-4]] *weechat.key.meta-4*
+** description: pass:none[touche "meta-4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-5]] *weechat.key.meta-5*
+** description: pass:none[touche "meta-5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-6]] *weechat.key.meta-6*
+** description: pass:none[touche "meta-6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-7]] *weechat.key.meta-7*
+** description: pass:none[touche "meta-7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-8]] *weechat.key.meta-8*
+** description: pass:none[touche "meta-8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-9]] *weechat.key.meta-9*
+** description: pass:none[touche "meta-9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-<]] *weechat.key.meta-<*
+** description: pass:none[touche "meta-<" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer jump prev_visited"+`
+
+* [[option_weechat.key.meta-=]] *weechat.key.meta-=*
+** description: pass:none[touche "meta-=" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/filter toggle"+`
+
+* [[option_weechat.key.meta->]] *weechat.key.meta->*
+** description: pass:none[touche "meta->" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer jump next_visited"+`
+
+* [[option_weechat.key.meta-B]] *weechat.key.meta-B*
+** description: pass:none[touche "meta-B" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buflist toggle"+`
+
+* [[option_weechat.key.meta-K]] *weechat.key.meta-K*
+** description: pass:none[touche "meta-K" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input grab_raw_key_command"+`
+
+* [[option_weechat.key.meta-N]] *weechat.key.meta-N*
+** description: pass:none[touche "meta-N" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar toggle nicklist"+`
+
+* [[option_weechat.key.meta-_]] *weechat.key.meta-_*
+** description: pass:none[touche "meta-_" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input redo"+`
+
+* [[option_weechat.key.meta-a]] *weechat.key.meta-a*
+** description: pass:none[touche "meta-a" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer jump smart"+`
+
+* [[option_weechat.key.meta-b]] *weechat.key.meta-b*
+** description: pass:none[touche "meta-b" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.meta-backspace]] *weechat.key.meta-backspace*
+** description: pass:none[touche "meta-backspace" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_previous_word"+`
+
+* [[option_weechat.key.meta-d]] *weechat.key.meta-d*
+** description: pass:none[touche "meta-d" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_next_word"+`
+
+* [[option_weechat.key.meta-down]] *weechat.key.meta-down*
+** description: pass:none[touche "meta-down" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-end]] *weechat.key.meta-end*
+** description: pass:none[touche "meta-end" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_bottom"+`
+
+* [[option_weechat.key.meta-f]] *weechat.key.meta-f*
+** description: pass:none[touche "meta-f" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_next_word"+`
+
+* [[option_weechat.key.meta-f1]] *weechat.key.meta-f1*
+** description: pass:none[touche "meta-f1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll buflist * b"+`
+
+* [[option_weechat.key.meta-f11]] *weechat.key.meta-f11*
+** description: pass:none[touche "meta-f11" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist * b"+`
+
+* [[option_weechat.key.meta-f12]] *weechat.key.meta-f12*
+** description: pass:none[touche "meta-f12" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist * e"+`
+
+* [[option_weechat.key.meta-f2]] *weechat.key.meta-f2*
+** description: pass:none[touche "meta-f2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll buflist * e"+`
+
+* [[option_weechat.key.meta-h_meta-R]] *weechat.key.meta-h,meta-R*
+** description: pass:none[touche "meta-h,meta-R" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/hotlist restore -all"+`
+
+* [[option_weechat.key.meta-h_meta-c]] *weechat.key.meta-h,meta-c*
+** description: pass:none[touche "meta-h,meta-c" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/hotlist clear"+`
+
+* [[option_weechat.key.meta-h_meta-m]] *weechat.key.meta-h,meta-m*
+** description: pass:none[touche "meta-h,meta-m" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/hotlist remove"+`
+
+* [[option_weechat.key.meta-h_meta-r]] *weechat.key.meta-h,meta-r*
+** description: pass:none[touche "meta-h,meta-r" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/hotlist restore"+`
+
+* [[option_weechat.key.meta-home]] *weechat.key.meta-home*
+** description: pass:none[touche "meta-home" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_top"+`
+
+* [[option_weechat.key.meta-j_0_1]] *weechat.key.meta-j,0,1*
+** description: pass:none[touche "meta-j,0,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-j_0_2]] *weechat.key.meta-j,0,2*
+** description: pass:none[touche "meta-j,0,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-j_0_3]] *weechat.key.meta-j,0,3*
+** description: pass:none[touche "meta-j,0,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-j_0_4]] *weechat.key.meta-j,0,4*
+** description: pass:none[touche "meta-j,0,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-j_0_5]] *weechat.key.meta-j,0,5*
+** description: pass:none[touche "meta-j,0,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-j_0_6]] *weechat.key.meta-j,0,6*
+** description: pass:none[touche "meta-j,0,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-j_0_7]] *weechat.key.meta-j,0,7*
+** description: pass:none[touche "meta-j,0,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-j_0_8]] *weechat.key.meta-j,0,8*
+** description: pass:none[touche "meta-j,0,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-j_0_9]] *weechat.key.meta-j,0,9*
+** description: pass:none[touche "meta-j,0,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-j_1_0]] *weechat.key.meta-j,1,0*
+** description: pass:none[touche "meta-j,1,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-j_1_1]] *weechat.key.meta-j,1,1*
+** description: pass:none[touche "meta-j,1,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *11"+`
+
+* [[option_weechat.key.meta-j_1_2]] *weechat.key.meta-j,1,2*
+** description: pass:none[touche "meta-j,1,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *12"+`
+
+* [[option_weechat.key.meta-j_1_3]] *weechat.key.meta-j,1,3*
+** description: pass:none[touche "meta-j,1,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *13"+`
+
+* [[option_weechat.key.meta-j_1_4]] *weechat.key.meta-j,1,4*
+** description: pass:none[touche "meta-j,1,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *14"+`
+
+* [[option_weechat.key.meta-j_1_5]] *weechat.key.meta-j,1,5*
+** description: pass:none[touche "meta-j,1,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *15"+`
+
+* [[option_weechat.key.meta-j_1_6]] *weechat.key.meta-j,1,6*
+** description: pass:none[touche "meta-j,1,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *16"+`
+
+* [[option_weechat.key.meta-j_1_7]] *weechat.key.meta-j,1,7*
+** description: pass:none[touche "meta-j,1,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *17"+`
+
+* [[option_weechat.key.meta-j_1_8]] *weechat.key.meta-j,1,8*
+** description: pass:none[touche "meta-j,1,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *18"+`
+
+* [[option_weechat.key.meta-j_1_9]] *weechat.key.meta-j,1,9*
+** description: pass:none[touche "meta-j,1,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *19"+`
+
+* [[option_weechat.key.meta-j_2_0]] *weechat.key.meta-j,2,0*
+** description: pass:none[touche "meta-j,2,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *20"+`
+
+* [[option_weechat.key.meta-j_2_1]] *weechat.key.meta-j,2,1*
+** description: pass:none[touche "meta-j,2,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *21"+`
+
+* [[option_weechat.key.meta-j_2_2]] *weechat.key.meta-j,2,2*
+** description: pass:none[touche "meta-j,2,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *22"+`
+
+* [[option_weechat.key.meta-j_2_3]] *weechat.key.meta-j,2,3*
+** description: pass:none[touche "meta-j,2,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *23"+`
+
+* [[option_weechat.key.meta-j_2_4]] *weechat.key.meta-j,2,4*
+** description: pass:none[touche "meta-j,2,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *24"+`
+
+* [[option_weechat.key.meta-j_2_5]] *weechat.key.meta-j,2,5*
+** description: pass:none[touche "meta-j,2,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *25"+`
+
+* [[option_weechat.key.meta-j_2_6]] *weechat.key.meta-j,2,6*
+** description: pass:none[touche "meta-j,2,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *26"+`
+
+* [[option_weechat.key.meta-j_2_7]] *weechat.key.meta-j,2,7*
+** description: pass:none[touche "meta-j,2,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *27"+`
+
+* [[option_weechat.key.meta-j_2_8]] *weechat.key.meta-j,2,8*
+** description: pass:none[touche "meta-j,2,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *28"+`
+
+* [[option_weechat.key.meta-j_2_9]] *weechat.key.meta-j,2,9*
+** description: pass:none[touche "meta-j,2,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *29"+`
+
+* [[option_weechat.key.meta-j_3_0]] *weechat.key.meta-j,3,0*
+** description: pass:none[touche "meta-j,3,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *30"+`
+
+* [[option_weechat.key.meta-j_3_1]] *weechat.key.meta-j,3,1*
+** description: pass:none[touche "meta-j,3,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *31"+`
+
+* [[option_weechat.key.meta-j_3_2]] *weechat.key.meta-j,3,2*
+** description: pass:none[touche "meta-j,3,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *32"+`
+
+* [[option_weechat.key.meta-j_3_3]] *weechat.key.meta-j,3,3*
+** description: pass:none[touche "meta-j,3,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *33"+`
+
+* [[option_weechat.key.meta-j_3_4]] *weechat.key.meta-j,3,4*
+** description: pass:none[touche "meta-j,3,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *34"+`
+
+* [[option_weechat.key.meta-j_3_5]] *weechat.key.meta-j,3,5*
+** description: pass:none[touche "meta-j,3,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *35"+`
+
+* [[option_weechat.key.meta-j_3_6]] *weechat.key.meta-j,3,6*
+** description: pass:none[touche "meta-j,3,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *36"+`
+
+* [[option_weechat.key.meta-j_3_7]] *weechat.key.meta-j,3,7*
+** description: pass:none[touche "meta-j,3,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *37"+`
+
+* [[option_weechat.key.meta-j_3_8]] *weechat.key.meta-j,3,8*
+** description: pass:none[touche "meta-j,3,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *38"+`
+
+* [[option_weechat.key.meta-j_3_9]] *weechat.key.meta-j,3,9*
+** description: pass:none[touche "meta-j,3,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *39"+`
+
+* [[option_weechat.key.meta-j_4_0]] *weechat.key.meta-j,4,0*
+** description: pass:none[touche "meta-j,4,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *40"+`
+
+* [[option_weechat.key.meta-j_4_1]] *weechat.key.meta-j,4,1*
+** description: pass:none[touche "meta-j,4,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *41"+`
+
+* [[option_weechat.key.meta-j_4_2]] *weechat.key.meta-j,4,2*
+** description: pass:none[touche "meta-j,4,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *42"+`
+
+* [[option_weechat.key.meta-j_4_3]] *weechat.key.meta-j,4,3*
+** description: pass:none[touche "meta-j,4,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *43"+`
+
+* [[option_weechat.key.meta-j_4_4]] *weechat.key.meta-j,4,4*
+** description: pass:none[touche "meta-j,4,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *44"+`
+
+* [[option_weechat.key.meta-j_4_5]] *weechat.key.meta-j,4,5*
+** description: pass:none[touche "meta-j,4,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *45"+`
+
+* [[option_weechat.key.meta-j_4_6]] *weechat.key.meta-j,4,6*
+** description: pass:none[touche "meta-j,4,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *46"+`
+
+* [[option_weechat.key.meta-j_4_7]] *weechat.key.meta-j,4,7*
+** description: pass:none[touche "meta-j,4,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *47"+`
+
+* [[option_weechat.key.meta-j_4_8]] *weechat.key.meta-j,4,8*
+** description: pass:none[touche "meta-j,4,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *48"+`
+
+* [[option_weechat.key.meta-j_4_9]] *weechat.key.meta-j,4,9*
+** description: pass:none[touche "meta-j,4,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *49"+`
+
+* [[option_weechat.key.meta-j_5_0]] *weechat.key.meta-j,5,0*
+** description: pass:none[touche "meta-j,5,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *50"+`
+
+* [[option_weechat.key.meta-j_5_1]] *weechat.key.meta-j,5,1*
+** description: pass:none[touche "meta-j,5,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *51"+`
+
+* [[option_weechat.key.meta-j_5_2]] *weechat.key.meta-j,5,2*
+** description: pass:none[touche "meta-j,5,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *52"+`
+
+* [[option_weechat.key.meta-j_5_3]] *weechat.key.meta-j,5,3*
+** description: pass:none[touche "meta-j,5,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *53"+`
+
+* [[option_weechat.key.meta-j_5_4]] *weechat.key.meta-j,5,4*
+** description: pass:none[touche "meta-j,5,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *54"+`
+
+* [[option_weechat.key.meta-j_5_5]] *weechat.key.meta-j,5,5*
+** description: pass:none[touche "meta-j,5,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *55"+`
+
+* [[option_weechat.key.meta-j_5_6]] *weechat.key.meta-j,5,6*
+** description: pass:none[touche "meta-j,5,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *56"+`
+
+* [[option_weechat.key.meta-j_5_7]] *weechat.key.meta-j,5,7*
+** description: pass:none[touche "meta-j,5,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *57"+`
+
+* [[option_weechat.key.meta-j_5_8]] *weechat.key.meta-j,5,8*
+** description: pass:none[touche "meta-j,5,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *58"+`
+
+* [[option_weechat.key.meta-j_5_9]] *weechat.key.meta-j,5,9*
+** description: pass:none[touche "meta-j,5,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *59"+`
+
+* [[option_weechat.key.meta-j_6_0]] *weechat.key.meta-j,6,0*
+** description: pass:none[touche "meta-j,6,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *60"+`
+
+* [[option_weechat.key.meta-j_6_1]] *weechat.key.meta-j,6,1*
+** description: pass:none[touche "meta-j,6,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *61"+`
+
+* [[option_weechat.key.meta-j_6_2]] *weechat.key.meta-j,6,2*
+** description: pass:none[touche "meta-j,6,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *62"+`
+
+* [[option_weechat.key.meta-j_6_3]] *weechat.key.meta-j,6,3*
+** description: pass:none[touche "meta-j,6,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *63"+`
+
+* [[option_weechat.key.meta-j_6_4]] *weechat.key.meta-j,6,4*
+** description: pass:none[touche "meta-j,6,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *64"+`
+
+* [[option_weechat.key.meta-j_6_5]] *weechat.key.meta-j,6,5*
+** description: pass:none[touche "meta-j,6,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *65"+`
+
+* [[option_weechat.key.meta-j_6_6]] *weechat.key.meta-j,6,6*
+** description: pass:none[touche "meta-j,6,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *66"+`
+
+* [[option_weechat.key.meta-j_6_7]] *weechat.key.meta-j,6,7*
+** description: pass:none[touche "meta-j,6,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *67"+`
+
+* [[option_weechat.key.meta-j_6_8]] *weechat.key.meta-j,6,8*
+** description: pass:none[touche "meta-j,6,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *68"+`
+
+* [[option_weechat.key.meta-j_6_9]] *weechat.key.meta-j,6,9*
+** description: pass:none[touche "meta-j,6,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *69"+`
+
+* [[option_weechat.key.meta-j_7_0]] *weechat.key.meta-j,7,0*
+** description: pass:none[touche "meta-j,7,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *70"+`
+
+* [[option_weechat.key.meta-j_7_1]] *weechat.key.meta-j,7,1*
+** description: pass:none[touche "meta-j,7,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *71"+`
+
+* [[option_weechat.key.meta-j_7_2]] *weechat.key.meta-j,7,2*
+** description: pass:none[touche "meta-j,7,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *72"+`
+
+* [[option_weechat.key.meta-j_7_3]] *weechat.key.meta-j,7,3*
+** description: pass:none[touche "meta-j,7,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *73"+`
+
+* [[option_weechat.key.meta-j_7_4]] *weechat.key.meta-j,7,4*
+** description: pass:none[touche "meta-j,7,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *74"+`
+
+* [[option_weechat.key.meta-j_7_5]] *weechat.key.meta-j,7,5*
+** description: pass:none[touche "meta-j,7,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *75"+`
+
+* [[option_weechat.key.meta-j_7_6]] *weechat.key.meta-j,7,6*
+** description: pass:none[touche "meta-j,7,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *76"+`
+
+* [[option_weechat.key.meta-j_7_7]] *weechat.key.meta-j,7,7*
+** description: pass:none[touche "meta-j,7,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *77"+`
+
+* [[option_weechat.key.meta-j_7_8]] *weechat.key.meta-j,7,8*
+** description: pass:none[touche "meta-j,7,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *78"+`
+
+* [[option_weechat.key.meta-j_7_9]] *weechat.key.meta-j,7,9*
+** description: pass:none[touche "meta-j,7,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *79"+`
+
+* [[option_weechat.key.meta-j_8_0]] *weechat.key.meta-j,8,0*
+** description: pass:none[touche "meta-j,8,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *80"+`
+
+* [[option_weechat.key.meta-j_8_1]] *weechat.key.meta-j,8,1*
+** description: pass:none[touche "meta-j,8,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *81"+`
+
+* [[option_weechat.key.meta-j_8_2]] *weechat.key.meta-j,8,2*
+** description: pass:none[touche "meta-j,8,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *82"+`
+
+* [[option_weechat.key.meta-j_8_3]] *weechat.key.meta-j,8,3*
+** description: pass:none[touche "meta-j,8,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *83"+`
+
+* [[option_weechat.key.meta-j_8_4]] *weechat.key.meta-j,8,4*
+** description: pass:none[touche "meta-j,8,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *84"+`
+
+* [[option_weechat.key.meta-j_8_5]] *weechat.key.meta-j,8,5*
+** description: pass:none[touche "meta-j,8,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *85"+`
+
+* [[option_weechat.key.meta-j_8_6]] *weechat.key.meta-j,8,6*
+** description: pass:none[touche "meta-j,8,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *86"+`
+
+* [[option_weechat.key.meta-j_8_7]] *weechat.key.meta-j,8,7*
+** description: pass:none[touche "meta-j,8,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *87"+`
+
+* [[option_weechat.key.meta-j_8_8]] *weechat.key.meta-j,8,8*
+** description: pass:none[touche "meta-j,8,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *88"+`
+
+* [[option_weechat.key.meta-j_8_9]] *weechat.key.meta-j,8,9*
+** description: pass:none[touche "meta-j,8,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *89"+`
+
+* [[option_weechat.key.meta-j_9_0]] *weechat.key.meta-j,9,0*
+** description: pass:none[touche "meta-j,9,0" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *90"+`
+
+* [[option_weechat.key.meta-j_9_1]] *weechat.key.meta-j,9,1*
+** description: pass:none[touche "meta-j,9,1" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *91"+`
+
+* [[option_weechat.key.meta-j_9_2]] *weechat.key.meta-j,9,2*
+** description: pass:none[touche "meta-j,9,2" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *92"+`
+
+* [[option_weechat.key.meta-j_9_3]] *weechat.key.meta-j,9,3*
+** description: pass:none[touche "meta-j,9,3" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *93"+`
+
+* [[option_weechat.key.meta-j_9_4]] *weechat.key.meta-j,9,4*
+** description: pass:none[touche "meta-j,9,4" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *94"+`
+
+* [[option_weechat.key.meta-j_9_5]] *weechat.key.meta-j,9,5*
+** description: pass:none[touche "meta-j,9,5" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *95"+`
+
+* [[option_weechat.key.meta-j_9_6]] *weechat.key.meta-j,9,6*
+** description: pass:none[touche "meta-j,9,6" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *96"+`
+
+* [[option_weechat.key.meta-j_9_7]] *weechat.key.meta-j,9,7*
+** description: pass:none[touche "meta-j,9,7" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *97"+`
+
+* [[option_weechat.key.meta-j_9_8]] *weechat.key.meta-j,9,8*
+** description: pass:none[touche "meta-j,9,8" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *98"+`
+
+* [[option_weechat.key.meta-j_9_9]] *weechat.key.meta-j,9,9*
+** description: pass:none[touche "meta-j,9,9" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer *99"+`
+
+* [[option_weechat.key.meta-j_meta-f]] *weechat.key.meta-j,meta-f*
+** description: pass:none[touche "meta-j,meta-f" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer -"+`
+
+* [[option_weechat.key.meta-j_meta-l]] *weechat.key.meta-j,meta-l*
+** description: pass:none[touche "meta-j,meta-l" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer +"+`
+
+* [[option_weechat.key.meta-j_meta-r]] *weechat.key.meta-j,meta-r*
+** description: pass:none[touche "meta-j,meta-r" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/server raw"+`
+
+* [[option_weechat.key.meta-j_meta-s]] *weechat.key.meta-j,meta-s*
+** description: pass:none[touche "meta-j,meta-s" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/server jump"+`
+
+* [[option_weechat.key.meta-k]] *weechat.key.meta-k*
+** description: pass:none[touche "meta-k" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input grab_key_command"+`
+
+* [[option_weechat.key.meta-l]] *weechat.key.meta-l*
+** description: pass:none[touche "meta-l" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window bare"+`
+
+* [[option_weechat.key.meta-left]] *weechat.key.meta-left*
+** description: pass:none[touche "meta-left" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-m]] *weechat.key.meta-m*
+** description: pass:none[touche "meta-m" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/mute mouse toggle"+`
+
+* [[option_weechat.key.meta-n]] *weechat.key.meta-n*
+** description: pass:none[touche "meta-n" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_next_highlight"+`
+
+* [[option_weechat.key.meta-p]] *weechat.key.meta-p*
+** description: pass:none[touche "meta-p" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_previous_highlight"+`
+
+* [[option_weechat.key.meta-pgdn]] *weechat.key.meta-pgdn*
+** description: pass:none[touche "meta-pgdn" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_down"+`
+
+* [[option_weechat.key.meta-pgup]] *weechat.key.meta-pgup*
+** description: pass:none[touche "meta-pgup" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_up"+`
+
+* [[option_weechat.key.meta-r]] *weechat.key.meta-r*
+** description: pass:none[touche "meta-r" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input delete_line"+`
+
+* [[option_weechat.key.meta-return]] *weechat.key.meta-return*
+** description: pass:none[touche "meta-return" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input insert \n"+`
+
+* [[option_weechat.key.meta-right]] *weechat.key.meta-right*
+** description: pass:none[touche "meta-right" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-s]] *weechat.key.meta-s*
+** description: pass:none[touche "meta-s" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/mute spell toggle"+`
+
+* [[option_weechat.key.meta-u]] *weechat.key.meta-u*
+** description: pass:none[touche "meta-u" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_unread"+`
+
+* [[option_weechat.key.meta-up]] *weechat.key.meta-up*
+** description: pass:none[touche "meta-up" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-w_meta-b]] *weechat.key.meta-w,meta-b*
+** description: pass:none[touche "meta-w,meta-b" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window balance"+`
+
+* [[option_weechat.key.meta-w_meta-down]] *weechat.key.meta-w,meta-down*
+** description: pass:none[touche "meta-w,meta-down" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window down"+`
+
+* [[option_weechat.key.meta-w_meta-left]] *weechat.key.meta-w,meta-left*
+** description: pass:none[touche "meta-w,meta-left" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window left"+`
+
+* [[option_weechat.key.meta-w_meta-right]] *weechat.key.meta-w,meta-right*
+** description: pass:none[touche "meta-w,meta-right" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window right"+`
+
+* [[option_weechat.key.meta-w_meta-s]] *weechat.key.meta-w,meta-s*
+** description: pass:none[touche "meta-w,meta-s" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window swap"+`
+
+* [[option_weechat.key.meta-w_meta-up]] *weechat.key.meta-w,meta-up*
+** description: pass:none[touche "meta-w,meta-up" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window up"+`
+
+* [[option_weechat.key.meta-x]] *weechat.key.meta-x*
+** description: pass:none[touche "meta-x" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/buffer zoom"+`
+
+* [[option_weechat.key.meta-z]] *weechat.key.meta-z*
+** description: pass:none[touche "meta-z" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window zoom"+`
+
+* [[option_weechat.key.pgdn]] *weechat.key.pgdn*
+** description: pass:none[touche "pgdn" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window page_down"+`
+
+* [[option_weechat.key.pgup]] *weechat.key.pgup*
+** description: pass:none[touche "pgup" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/window page_up"+`
+
+* [[option_weechat.key.return]] *weechat.key.return*
+** description: pass:none[touche "return" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input return"+`
+
+* [[option_weechat.key.right]] *weechat.key.right*
+** description: pass:none[touche "right" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input move_next_char"+`
+
+* [[option_weechat.key.shift-tab]] *weechat.key.shift-tab*
+** description: pass:none[touche "shift-tab" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input complete_previous"+`
+
+* [[option_weechat.key.tab]] *weechat.key.tab*
+** description: pass:none[touche "tab" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input complete_next"+`
+
+* [[option_weechat.key.up]] *weechat.key.up*
+** description: pass:none[touche "up" dans le contexte "default"]
+** type: string
+** values: any string
+** default value: `+"/input history_previous"+`
+
+* [[option_weechat.key_cursor.@chat:Q]] *weechat.key_cursor.@chat:Q*
+** description: pass:none[touche "@chat:Q" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"hsignal:chat_quote_time_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:m]] *weechat.key_cursor.@chat:m*
+** description: pass:none[touche "@chat:m" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"hsignal:chat_quote_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:q]] *weechat.key_cursor.@chat:q*
+** description: pass:none[touche "@chat:q" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"hsignal:chat_quote_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):K]] *weechat.key_cursor.@item(buffer_nicklist):K*
+** description: pass:none[touche "@item(buffer_nicklist):K" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):b]] *weechat.key_cursor.@item(buffer_nicklist):b*
+** description: pass:none[touche "@item(buffer_nicklist):b" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):k]] *weechat.key_cursor.@item(buffer_nicklist):k*
+** description: pass:none[touche "@item(buffer_nicklist):k" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):q]] *weechat.key_cursor.@item(buffer_nicklist):q*
+** description: pass:none[touche "@item(buffer_nicklist):q" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/query ${nick};/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):w]] *weechat.key_cursor.@item(buffer_nicklist):w*
+** description: pass:none[touche "@item(buffer_nicklist):w" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_cursor.down]] *weechat.key_cursor.down*
+** description: pass:none[touche "down" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move down"+`
+
+* [[option_weechat.key_cursor.left]] *weechat.key_cursor.left*
+** description: pass:none[touche "left" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move left"+`
+
+* [[option_weechat.key_cursor.meta-down]] *weechat.key_cursor.meta-down*
+** description: pass:none[touche "meta-down" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move area_down"+`
+
+* [[option_weechat.key_cursor.meta-left]] *weechat.key_cursor.meta-left*
+** description: pass:none[touche "meta-left" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move area_left"+`
+
+* [[option_weechat.key_cursor.meta-right]] *weechat.key_cursor.meta-right*
+** description: pass:none[touche "meta-right" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move area_right"+`
+
+* [[option_weechat.key_cursor.meta-up]] *weechat.key_cursor.meta-up*
+** description: pass:none[touche "meta-up" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move area_up"+`
+
+* [[option_weechat.key_cursor.return]] *weechat.key_cursor.return*
+** description: pass:none[touche "return" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor stop"+`
+
+* [[option_weechat.key_cursor.right]] *weechat.key_cursor.right*
+** description: pass:none[touche "right" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move right"+`
+
+* [[option_weechat.key_cursor.up]] *weechat.key_cursor.up*
+** description: pass:none[touche "up" dans le contexte "cursor"]
+** type: string
+** values: any string
+** default value: `+"/cursor move up"+`
+
+* [[option_weechat.key_mouse.@*:button3]] *weechat.key_mouse.@*:button3*
+** description: pass:none[touche "@*:button3" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/cursor go ${_x},${_y}"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheeldown]] *weechat.key_mouse.@bar(buflist):ctrl-wheeldown*
+** description: pass:none[touche "@bar(buflist):ctrl-wheeldown" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheelup]] *weechat.key_mouse.@bar(buflist):ctrl-wheelup*
+** description: pass:none[touche "@bar(buflist):ctrl-wheelup" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(input):button2]] *weechat.key_mouse.@bar(input):button2*
+** description: pass:none[touche "@bar(input):button2" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/input grab_mouse_area"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-down" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist ${_window_number} +100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down-long*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-down-long" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist ${_window_number} e"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-up" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist ${_window_number} -100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up-long*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-up-long" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll nicklist ${_window_number} b"+`
+
+* [[option_weechat.key_mouse.@bar:wheeldown]] *weechat.key_mouse.@bar:wheeldown*
+** description: pass:none[touche "@bar:wheeldown" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll ${_bar_name} ${_window_number} +20%"+`
+
+* [[option_weechat.key_mouse.@bar:wheelup]] *weechat.key_mouse.@bar:wheelup*
+** description: pass:none[touche "@bar:wheelup" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/bar scroll ${_bar_name} ${_window_number} -20%"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button1]] *weechat.key_mouse.@chat(fset.fset):button1*
+** description: pass:none[touche "@chat(fset.fset):button1" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/fset -go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button2*]] *weechat.key_mouse.@chat(fset.fset):button2**
+** description: pass:none[touche "@chat(fset.fset):button2*" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:fset_mouse"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheeldown]] *weechat.key_mouse.@chat(fset.fset):wheeldown*
+** description: pass:none[touche "@chat(fset.fset):wheeldown" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/fset -down 5"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheelup]] *weechat.key_mouse.@chat(fset.fset):wheelup*
+** description: pass:none[touche "@chat(fset.fset):wheelup" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/fset -up 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button1]] *weechat.key_mouse.@chat(script.scripts):button1*
+** description: pass:none[touche "@chat(script.scripts):button1" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/script go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button2]] *weechat.key_mouse.@chat(script.scripts):button2*
+** description: pass:none[touche "@chat(script.scripts):button2" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheeldown]] *weechat.key_mouse.@chat(script.scripts):wheeldown*
+** description: pass:none[touche "@chat(script.scripts):wheeldown" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/script down 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheelup]] *weechat.key_mouse.@chat(script.scripts):wheelup*
+** description: pass:none[touche "@chat(script.scripts):wheelup" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/script up 5"+`
+
+* [[option_weechat.key_mouse.@chat:button1]] *weechat.key_mouse.@chat:button1*
+** description: pass:none[touche "@chat:button1" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left]] *weechat.key_mouse.@chat:button1-gesture-left*
+** description: pass:none[touche "@chat:button1-gesture-left" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/buffer -1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left-long]] *weechat.key_mouse.@chat:button1-gesture-left-long*
+** description: pass:none[touche "@chat:button1-gesture-left-long" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/buffer 1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right]] *weechat.key_mouse.@chat:button1-gesture-right*
+** description: pass:none[touche "@chat:button1-gesture-right" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/buffer +1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right-long]] *weechat.key_mouse.@chat:button1-gesture-right-long*
+** description: pass:none[touche "@chat:button1-gesture-right-long" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/buffer +"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheeldown]] *weechat.key_mouse.@chat:ctrl-wheeldown*
+** description: pass:none[touche "@chat:ctrl-wheeldown" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_horiz -window ${_window_number} +10%"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheelup]] *weechat.key_mouse.@chat:ctrl-wheelup*
+** description: pass:none[touche "@chat:ctrl-wheelup" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_horiz -window ${_window_number} -10%"+`
+
+* [[option_weechat.key_mouse.@chat:wheeldown]] *weechat.key_mouse.@chat:wheeldown*
+** description: pass:none[touche "@chat:wheeldown" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_down -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:wheelup]] *weechat.key_mouse.@chat:wheelup*
+** description: pass:none[touche "@chat:wheelup" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window scroll_up -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1]] *weechat.key_mouse.@item(buffer_nicklist):button1*
+** description: pass:none[touche "@item(buffer_nicklist):button1" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/query ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left*
+** description: pass:none[touche "@item(buffer_nicklist):button1-gesture-left" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long*
+** description: pass:none[touche "@item(buffer_nicklist):button1-gesture-left-long" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2]] *weechat.key_mouse.@item(buffer_nicklist):button2*
+** description: pass:none[touche "@item(buffer_nicklist):button2" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left*
+** description: pass:none[touche "@item(buffer_nicklist):button2-gesture-left" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button1*]] *weechat.key_mouse.@item(buflist):button1**
+** description: pass:none[touche "@item(buflist):button1*" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button2*]] *weechat.key_mouse.@item(buflist):button2**
+** description: pass:none[touche "@item(buflist):button2*" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button1*]] *weechat.key_mouse.@item(buflist2):button1**
+** description: pass:none[touche "@item(buflist2):button1*" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button2*]] *weechat.key_mouse.@item(buflist2):button2**
+** description: pass:none[touche "@item(buflist2):button2*" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button1*]] *weechat.key_mouse.@item(buflist3):button1**
+** description: pass:none[touche "@item(buflist3):button1*" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button2*]] *weechat.key_mouse.@item(buflist3):button2**
+** description: pass:none[touche "@item(buflist3):button2*" dans le contexte "mouse"]
+** type: string
+** values: any string
+** default value: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_search.ctrl-q]] *weechat.key_search.ctrl-q*
+** description: pass:none[touche "ctrl-q" dans le contexte "search"]
+** type: string
+** values: any string
+** default value: `+"/input search_stop"+`
+
+* [[option_weechat.key_search.ctrl-r]] *weechat.key_search.ctrl-r*
+** description: pass:none[touche "ctrl-r" dans le contexte "search"]
+** type: string
+** values: any string
+** default value: `+"/input search_switch_regex"+`
+
+* [[option_weechat.key_search.down]] *weechat.key_search.down*
+** description: pass:none[touche "down" dans le contexte "search"]
+** type: string
+** values: any string
+** default value: `+"/input search_next"+`
+
+* [[option_weechat.key_search.meta-c]] *weechat.key_search.meta-c*
+** description: pass:none[touche "meta-c" dans le contexte "search"]
+** type: string
+** values: any string
+** default value: `+"/input search_switch_case"+`
+
+* [[option_weechat.key_search.return]] *weechat.key_search.return*
+** description: pass:none[touche "return" dans le contexte "search"]
+** type: string
+** values: any string
+** default value: `+"/input search_stop_here"+`
+
+* [[option_weechat.key_search.tab]] *weechat.key_search.tab*
+** description: pass:none[touche "tab" dans le contexte "search"]
+** type: string
+** values: any string
+** default value: `+"/input search_switch_where"+`
+
+* [[option_weechat.key_search.up]] *weechat.key_search.up*
+** description: pass:none[touche "up" dans le contexte "search"]
+** type: string
+** values: any string
+** default value: `+"/input search_previous"+`
+
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
** description: pass:none[alignment for end of lines (all lines after the first): they are starting under this data (time, buffer, prefix, suffix, message (default))]
** type: integer
diff --git a/doc/fr/includes/autogen_api_hdata.fr.adoc b/doc/fr/includes/autogen_api_hdata.fr.adoc
index a79050434..1ec936bc6 100644
--- a/doc/fr/includes/autogen_api_hdata.fr.adoc
+++ b/doc/fr/includes/autogen_api_hdata.fr.adoc
@@ -713,6 +713,7 @@ _priority_   (integer) +
_name_   (string) +
_filename_   (string) +
_file_   (pointer) +
+_version_   (integer) +
_callback_reload_   (pointer) +
_callback_reload_pointer_   (pointer) +
_callback_reload_data_   (pointer) +
diff --git a/doc/fr/includes/autogen_user_commands.fr.adoc b/doc/fr/includes/autogen_user_commands.fr.adoc
index c6bb7fffd..d340663b2 100644
--- a/doc/fr/includes/autogen_user_commands.fr.adoc
+++ b/doc/fr/includes/autogen_user_commands.fr.adoc
@@ -1404,6 +1404,7 @@ extension : nom de l'extension ("core" pour le cœur de WeeChat)
dirs : afficher les répertoires
hdata : afficher des infos sur les hdata (avec free : supprimer tous les hdata en mémoire)
infolists : afficher des infos sur les infolists
+ key : activer le debug pour le clavier et la souris : afficher les codes bruts, le nom étendu et la commande associée ('q' pour quitter ce mode)
libs : afficher des infos sur les bibliothèques externes utilisées
memory : afficher des infos sur l'utilisation de la mémoire
mouse : activer/désactiver le debug pour la souris
@@ -1715,8 +1716,6 @@ liste des actions :
grab_mouse_area : capturer un évènement de la souris avec la zone
insert : insérer du texte dans la ligne de commande (les caractères échappés sont autorisés, voir /help print)
send : envoyer du texte au tampon
- paste_start : début de collage (mode "bracketed paste")
- paste_stop : fin de collage (mode "bracketed paste")
Cette commande est utilisée par les associations de touches ou les extensions.
----
@@ -1768,7 +1767,7 @@ Exemples :
* `+key+`: associer/libérer des touches
----
-/key list|listdefault|listdiff [<contexte>]
+/key [list|listdefault|listdiff] [<contexte>]
bind <touche> [<commande> [<args>]]
bindctxt <contexte> <touche> [<commande> [<args>]]
unbind <touche>
@@ -1794,6 +1793,15 @@ listdefault : afficher les touches par défaut
Lors de l'association d'une commande à une touche, il est recommandé d'utiliser la touche alt+k (ou Échap puis k), et puis de presser la touche à associer : cela insère le code de la touche dans la ligne de commande.
+Modificateurs autorisés (dans cet ordre lorsque plusieurs sont utilisés) :
+ meta- (touche alt)
+ ctrl- (touche control)
+ shift- (touche shift, peut être utilisé seulement avec les noms de touches ci-dessous)
+
+Noms de touches autorisés : f0 à f20, home, insert, delete, end, backspace, pgup, pgdn, up, down, right, left, tab, return, comma, space.
+
+La virgule est utilisée pour séparer plusieurs touches.
+
Pour le contexte "mouse" (possible aussi pour le contexte "cursor"), la touche a le format : "@zone:touche" ou "@zone1>zone2:touche" où la zone peut être :
* : n'importe quelle zone à l'écran
chat : la zone de discussion (n'importe quel tampon)
@@ -1807,12 +1815,12 @@ Une valeur spéciale pour la commande avec le format "hsignal:nom" peut être ut
Une autre valeur spéciale "-" peut être utilisée pour désactiver la touche (elle sera ignorée lors de la recherche de touches).
Exemples :
- touche alt-t pour activer/désactiver la liste des pseudos :
- /key bind meta-t /bar toggle nicklist
touche alt-r pour aller sur le canal IRC #weechat :
/key bind meta-r /buffer #weechat
- restaure l'association par défaut pour la touche alt-r :
+ restaurer l'association par défaut pour la touche alt-r :
/key reset meta-r
+ touche meta-v puis f1 pour lancer /help :
+ /key bind meta-v,f1 /help
touche "tab" pour arrêter la recherche dans le tampon :
/key bindctxt search ctrl-i /input search_stop
bouton du milieu de la souris sur un pseudo pour récupérer les infos sur le pseudo :
diff --git a/doc/fr/includes/autogen_user_options.fr.adoc b/doc/fr/includes/autogen_user_options.fr.adoc
index 7511c6764..4c395c833 100644
--- a/doc/fr/includes/autogen_user_options.fr.adoc
+++ b/doc/fr/includes/autogen_user_options.fr.adoc
@@ -3004,6 +3004,1662 @@
** valeurs: 0 .. 1000
** valeur par défaut: `+50+`
+* [[option_weechat.key.backspace]] *weechat.key.backspace*
+** description: pass:none[touche "backspace" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_previous_char"+`
+
+* [[option_weechat.key.ctrl-_]] *weechat.key.ctrl-_*
+** description: pass:none[touche "ctrl-_" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input undo"+`
+
+* [[option_weechat.key.ctrl-a]] *weechat.key.ctrl-a*
+** description: pass:none[touche "ctrl-a" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-b]] *weechat.key.ctrl-b*
+** description: pass:none[touche "ctrl-b" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.ctrl-c__]] *weechat.key.ctrl-c,_*
+** description: pass:none[touche "ctrl-c,_" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input insert \x1F"+`
+
+* [[option_weechat.key.ctrl-c_b]] *weechat.key.ctrl-c,b*
+** description: pass:none[touche "ctrl-c,b" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input insert \x02"+`
+
+* [[option_weechat.key.ctrl-c_c]] *weechat.key.ctrl-c,c*
+** description: pass:none[touche "ctrl-c,c" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input insert \x03"+`
+
+* [[option_weechat.key.ctrl-c_i]] *weechat.key.ctrl-c,i*
+** description: pass:none[touche "ctrl-c,i" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input insert \x1D"+`
+
+* [[option_weechat.key.ctrl-c_o]] *weechat.key.ctrl-c,o*
+** description: pass:none[touche "ctrl-c,o" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input insert \x0F"+`
+
+* [[option_weechat.key.ctrl-c_v]] *weechat.key.ctrl-c,v*
+** description: pass:none[touche "ctrl-c,v" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input insert \x16"+`
+
+* [[option_weechat.key.ctrl-d]] *weechat.key.ctrl-d*
+** description: pass:none[touche "ctrl-d" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.ctrl-down]] *weechat.key.ctrl-down*
+** description: pass:none[touche "ctrl-down" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input history_global_next"+`
+
+* [[option_weechat.key.ctrl-e]] *weechat.key.ctrl-e*
+** description: pass:none[touche "ctrl-e" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.ctrl-f]] *weechat.key.ctrl-f*
+** description: pass:none[touche "ctrl-f" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_next_char"+`
+
+* [[option_weechat.key.ctrl-f1]] *weechat.key.ctrl-f1*
+** description: pass:none[touche "ctrl-f1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.ctrl-f11]] *weechat.key.ctrl-f11*
+** description: pass:none[touche "ctrl-f11" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.ctrl-f12]] *weechat.key.ctrl-f12*
+** description: pass:none[touche "ctrl-f12" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.ctrl-f2]] *weechat.key.ctrl-f2*
+** description: pass:none[touche "ctrl-f2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.ctrl-k]] *weechat.key.ctrl-k*
+** description: pass:none[touche "ctrl-k" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_end_of_line"+`
+
+* [[option_weechat.key.ctrl-l]] *weechat.key.ctrl-l*
+** description: pass:none[touche "ctrl-l" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window refresh"+`
+
+* [[option_weechat.key.ctrl-left]] *weechat.key.ctrl-left*
+** description: pass:none[touche "ctrl-left" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.ctrl-n]] *weechat.key.ctrl-n*
+** description: pass:none[touche "ctrl-n" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer +1"+`
+
+* [[option_weechat.key.ctrl-p]] *weechat.key.ctrl-p*
+** description: pass:none[touche "ctrl-p" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer -1"+`
+
+* [[option_weechat.key.ctrl-r]] *weechat.key.ctrl-r*
+** description: pass:none[touche "ctrl-r" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_text_here"+`
+
+* [[option_weechat.key.ctrl-right]] *weechat.key.ctrl-right*
+** description: pass:none[touche "ctrl-right" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_next_word"+`
+
+* [[option_weechat.key.ctrl-s_ctrl-u]] *weechat.key.ctrl-s,ctrl-u*
+** description: pass:none[touche "ctrl-s,ctrl-u" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/allbuf /buffer set unread"+`
+
+* [[option_weechat.key.ctrl-t]] *weechat.key.ctrl-t*
+** description: pass:none[touche "ctrl-t" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input transpose_chars"+`
+
+* [[option_weechat.key.ctrl-u]] *weechat.key.ctrl-u*
+** description: pass:none[touche "ctrl-u" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-up]] *weechat.key.ctrl-up*
+** description: pass:none[touche "ctrl-up" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input history_global_previous"+`
+
+* [[option_weechat.key.ctrl-w]] *weechat.key.ctrl-w*
+** description: pass:none[touche "ctrl-w" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_previous_word_whitespace"+`
+
+* [[option_weechat.key.ctrl-x]] *weechat.key.ctrl-x*
+** description: pass:none[touche "ctrl-x" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer switch"+`
+
+* [[option_weechat.key.ctrl-y]] *weechat.key.ctrl-y*
+** description: pass:none[touche "ctrl-y" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input clipboard_paste"+`
+
+* [[option_weechat.key.delete]] *weechat.key.delete*
+** description: pass:none[touche "delete" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.down]] *weechat.key.down*
+** description: pass:none[touche "down" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input history_next"+`
+
+* [[option_weechat.key.end]] *weechat.key.end*
+** description: pass:none[touche "end" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.f1]] *weechat.key.f1*
+** description: pass:none[touche "f1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.f10]] *weechat.key.f10*
+** description: pass:none[touche "f10" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll title * +30%"+`
+
+* [[option_weechat.key.f11]] *weechat.key.f11*
+** description: pass:none[touche "f11" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.f12]] *weechat.key.f12*
+** description: pass:none[touche "f12" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.f2]] *weechat.key.f2*
+** description: pass:none[touche "f2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.f5]] *weechat.key.f5*
+** description: pass:none[touche "f5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer -1"+`
+
+* [[option_weechat.key.f6]] *weechat.key.f6*
+** description: pass:none[touche "f6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer +1"+`
+
+* [[option_weechat.key.f7]] *weechat.key.f7*
+** description: pass:none[touche "f7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window -1"+`
+
+* [[option_weechat.key.f8]] *weechat.key.f8*
+** description: pass:none[touche "f8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window +1"+`
+
+* [[option_weechat.key.f9]] *weechat.key.f9*
+** description: pass:none[touche "f9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll title * -30%"+`
+
+* [[option_weechat.key.home]] *weechat.key.home*
+** description: pass:none[touche "home" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.left]] *weechat.key.left*
+** description: pass:none[touche "left" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.meta--]] *weechat.key.meta--*
+** description: pass:none[touche "meta--" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/filter toggle @"+`
+
+* [[option_weechat.key.meta-/]] *weechat.key.meta-/*
+** description: pass:none[touche "meta-/" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer jump last_displayed"+`
+
+* [[option_weechat.key.meta-0]] *weechat.key.meta-0*
+** description: pass:none[touche "meta-0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-1]] *weechat.key.meta-1*
+** description: pass:none[touche "meta-1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-2]] *weechat.key.meta-2*
+** description: pass:none[touche "meta-2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-3]] *weechat.key.meta-3*
+** description: pass:none[touche "meta-3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-4]] *weechat.key.meta-4*
+** description: pass:none[touche "meta-4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-5]] *weechat.key.meta-5*
+** description: pass:none[touche "meta-5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-6]] *weechat.key.meta-6*
+** description: pass:none[touche "meta-6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-7]] *weechat.key.meta-7*
+** description: pass:none[touche "meta-7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-8]] *weechat.key.meta-8*
+** description: pass:none[touche "meta-8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-9]] *weechat.key.meta-9*
+** description: pass:none[touche "meta-9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-<]] *weechat.key.meta-<*
+** description: pass:none[touche "meta-<" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer jump prev_visited"+`
+
+* [[option_weechat.key.meta-=]] *weechat.key.meta-=*
+** description: pass:none[touche "meta-=" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/filter toggle"+`
+
+* [[option_weechat.key.meta->]] *weechat.key.meta->*
+** description: pass:none[touche "meta->" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer jump next_visited"+`
+
+* [[option_weechat.key.meta-B]] *weechat.key.meta-B*
+** description: pass:none[touche "meta-B" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buflist toggle"+`
+
+* [[option_weechat.key.meta-K]] *weechat.key.meta-K*
+** description: pass:none[touche "meta-K" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input grab_raw_key_command"+`
+
+* [[option_weechat.key.meta-N]] *weechat.key.meta-N*
+** description: pass:none[touche "meta-N" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar toggle nicklist"+`
+
+* [[option_weechat.key.meta-_]] *weechat.key.meta-_*
+** description: pass:none[touche "meta-_" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input redo"+`
+
+* [[option_weechat.key.meta-a]] *weechat.key.meta-a*
+** description: pass:none[touche "meta-a" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer jump smart"+`
+
+* [[option_weechat.key.meta-b]] *weechat.key.meta-b*
+** description: pass:none[touche "meta-b" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.meta-backspace]] *weechat.key.meta-backspace*
+** description: pass:none[touche "meta-backspace" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_previous_word"+`
+
+* [[option_weechat.key.meta-d]] *weechat.key.meta-d*
+** description: pass:none[touche "meta-d" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_next_word"+`
+
+* [[option_weechat.key.meta-down]] *weechat.key.meta-down*
+** description: pass:none[touche "meta-down" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-end]] *weechat.key.meta-end*
+** description: pass:none[touche "meta-end" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_bottom"+`
+
+* [[option_weechat.key.meta-f]] *weechat.key.meta-f*
+** description: pass:none[touche "meta-f" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_next_word"+`
+
+* [[option_weechat.key.meta-f1]] *weechat.key.meta-f1*
+** description: pass:none[touche "meta-f1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll buflist * b"+`
+
+* [[option_weechat.key.meta-f11]] *weechat.key.meta-f11*
+** description: pass:none[touche "meta-f11" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist * b"+`
+
+* [[option_weechat.key.meta-f12]] *weechat.key.meta-f12*
+** description: pass:none[touche "meta-f12" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist * e"+`
+
+* [[option_weechat.key.meta-f2]] *weechat.key.meta-f2*
+** description: pass:none[touche "meta-f2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll buflist * e"+`
+
+* [[option_weechat.key.meta-h_meta-R]] *weechat.key.meta-h,meta-R*
+** description: pass:none[touche "meta-h,meta-R" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/hotlist restore -all"+`
+
+* [[option_weechat.key.meta-h_meta-c]] *weechat.key.meta-h,meta-c*
+** description: pass:none[touche "meta-h,meta-c" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/hotlist clear"+`
+
+* [[option_weechat.key.meta-h_meta-m]] *weechat.key.meta-h,meta-m*
+** description: pass:none[touche "meta-h,meta-m" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/hotlist remove"+`
+
+* [[option_weechat.key.meta-h_meta-r]] *weechat.key.meta-h,meta-r*
+** description: pass:none[touche "meta-h,meta-r" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/hotlist restore"+`
+
+* [[option_weechat.key.meta-home]] *weechat.key.meta-home*
+** description: pass:none[touche "meta-home" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_top"+`
+
+* [[option_weechat.key.meta-j_0_1]] *weechat.key.meta-j,0,1*
+** description: pass:none[touche "meta-j,0,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-j_0_2]] *weechat.key.meta-j,0,2*
+** description: pass:none[touche "meta-j,0,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-j_0_3]] *weechat.key.meta-j,0,3*
+** description: pass:none[touche "meta-j,0,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-j_0_4]] *weechat.key.meta-j,0,4*
+** description: pass:none[touche "meta-j,0,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-j_0_5]] *weechat.key.meta-j,0,5*
+** description: pass:none[touche "meta-j,0,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-j_0_6]] *weechat.key.meta-j,0,6*
+** description: pass:none[touche "meta-j,0,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-j_0_7]] *weechat.key.meta-j,0,7*
+** description: pass:none[touche "meta-j,0,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-j_0_8]] *weechat.key.meta-j,0,8*
+** description: pass:none[touche "meta-j,0,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-j_0_9]] *weechat.key.meta-j,0,9*
+** description: pass:none[touche "meta-j,0,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-j_1_0]] *weechat.key.meta-j,1,0*
+** description: pass:none[touche "meta-j,1,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-j_1_1]] *weechat.key.meta-j,1,1*
+** description: pass:none[touche "meta-j,1,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *11"+`
+
+* [[option_weechat.key.meta-j_1_2]] *weechat.key.meta-j,1,2*
+** description: pass:none[touche "meta-j,1,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *12"+`
+
+* [[option_weechat.key.meta-j_1_3]] *weechat.key.meta-j,1,3*
+** description: pass:none[touche "meta-j,1,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *13"+`
+
+* [[option_weechat.key.meta-j_1_4]] *weechat.key.meta-j,1,4*
+** description: pass:none[touche "meta-j,1,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *14"+`
+
+* [[option_weechat.key.meta-j_1_5]] *weechat.key.meta-j,1,5*
+** description: pass:none[touche "meta-j,1,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *15"+`
+
+* [[option_weechat.key.meta-j_1_6]] *weechat.key.meta-j,1,6*
+** description: pass:none[touche "meta-j,1,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *16"+`
+
+* [[option_weechat.key.meta-j_1_7]] *weechat.key.meta-j,1,7*
+** description: pass:none[touche "meta-j,1,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *17"+`
+
+* [[option_weechat.key.meta-j_1_8]] *weechat.key.meta-j,1,8*
+** description: pass:none[touche "meta-j,1,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *18"+`
+
+* [[option_weechat.key.meta-j_1_9]] *weechat.key.meta-j,1,9*
+** description: pass:none[touche "meta-j,1,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *19"+`
+
+* [[option_weechat.key.meta-j_2_0]] *weechat.key.meta-j,2,0*
+** description: pass:none[touche "meta-j,2,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *20"+`
+
+* [[option_weechat.key.meta-j_2_1]] *weechat.key.meta-j,2,1*
+** description: pass:none[touche "meta-j,2,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *21"+`
+
+* [[option_weechat.key.meta-j_2_2]] *weechat.key.meta-j,2,2*
+** description: pass:none[touche "meta-j,2,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *22"+`
+
+* [[option_weechat.key.meta-j_2_3]] *weechat.key.meta-j,2,3*
+** description: pass:none[touche "meta-j,2,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *23"+`
+
+* [[option_weechat.key.meta-j_2_4]] *weechat.key.meta-j,2,4*
+** description: pass:none[touche "meta-j,2,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *24"+`
+
+* [[option_weechat.key.meta-j_2_5]] *weechat.key.meta-j,2,5*
+** description: pass:none[touche "meta-j,2,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *25"+`
+
+* [[option_weechat.key.meta-j_2_6]] *weechat.key.meta-j,2,6*
+** description: pass:none[touche "meta-j,2,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *26"+`
+
+* [[option_weechat.key.meta-j_2_7]] *weechat.key.meta-j,2,7*
+** description: pass:none[touche "meta-j,2,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *27"+`
+
+* [[option_weechat.key.meta-j_2_8]] *weechat.key.meta-j,2,8*
+** description: pass:none[touche "meta-j,2,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *28"+`
+
+* [[option_weechat.key.meta-j_2_9]] *weechat.key.meta-j,2,9*
+** description: pass:none[touche "meta-j,2,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *29"+`
+
+* [[option_weechat.key.meta-j_3_0]] *weechat.key.meta-j,3,0*
+** description: pass:none[touche "meta-j,3,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *30"+`
+
+* [[option_weechat.key.meta-j_3_1]] *weechat.key.meta-j,3,1*
+** description: pass:none[touche "meta-j,3,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *31"+`
+
+* [[option_weechat.key.meta-j_3_2]] *weechat.key.meta-j,3,2*
+** description: pass:none[touche "meta-j,3,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *32"+`
+
+* [[option_weechat.key.meta-j_3_3]] *weechat.key.meta-j,3,3*
+** description: pass:none[touche "meta-j,3,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *33"+`
+
+* [[option_weechat.key.meta-j_3_4]] *weechat.key.meta-j,3,4*
+** description: pass:none[touche "meta-j,3,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *34"+`
+
+* [[option_weechat.key.meta-j_3_5]] *weechat.key.meta-j,3,5*
+** description: pass:none[touche "meta-j,3,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *35"+`
+
+* [[option_weechat.key.meta-j_3_6]] *weechat.key.meta-j,3,6*
+** description: pass:none[touche "meta-j,3,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *36"+`
+
+* [[option_weechat.key.meta-j_3_7]] *weechat.key.meta-j,3,7*
+** description: pass:none[touche "meta-j,3,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *37"+`
+
+* [[option_weechat.key.meta-j_3_8]] *weechat.key.meta-j,3,8*
+** description: pass:none[touche "meta-j,3,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *38"+`
+
+* [[option_weechat.key.meta-j_3_9]] *weechat.key.meta-j,3,9*
+** description: pass:none[touche "meta-j,3,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *39"+`
+
+* [[option_weechat.key.meta-j_4_0]] *weechat.key.meta-j,4,0*
+** description: pass:none[touche "meta-j,4,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *40"+`
+
+* [[option_weechat.key.meta-j_4_1]] *weechat.key.meta-j,4,1*
+** description: pass:none[touche "meta-j,4,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *41"+`
+
+* [[option_weechat.key.meta-j_4_2]] *weechat.key.meta-j,4,2*
+** description: pass:none[touche "meta-j,4,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *42"+`
+
+* [[option_weechat.key.meta-j_4_3]] *weechat.key.meta-j,4,3*
+** description: pass:none[touche "meta-j,4,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *43"+`
+
+* [[option_weechat.key.meta-j_4_4]] *weechat.key.meta-j,4,4*
+** description: pass:none[touche "meta-j,4,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *44"+`
+
+* [[option_weechat.key.meta-j_4_5]] *weechat.key.meta-j,4,5*
+** description: pass:none[touche "meta-j,4,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *45"+`
+
+* [[option_weechat.key.meta-j_4_6]] *weechat.key.meta-j,4,6*
+** description: pass:none[touche "meta-j,4,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *46"+`
+
+* [[option_weechat.key.meta-j_4_7]] *weechat.key.meta-j,4,7*
+** description: pass:none[touche "meta-j,4,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *47"+`
+
+* [[option_weechat.key.meta-j_4_8]] *weechat.key.meta-j,4,8*
+** description: pass:none[touche "meta-j,4,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *48"+`
+
+* [[option_weechat.key.meta-j_4_9]] *weechat.key.meta-j,4,9*
+** description: pass:none[touche "meta-j,4,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *49"+`
+
+* [[option_weechat.key.meta-j_5_0]] *weechat.key.meta-j,5,0*
+** description: pass:none[touche "meta-j,5,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *50"+`
+
+* [[option_weechat.key.meta-j_5_1]] *weechat.key.meta-j,5,1*
+** description: pass:none[touche "meta-j,5,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *51"+`
+
+* [[option_weechat.key.meta-j_5_2]] *weechat.key.meta-j,5,2*
+** description: pass:none[touche "meta-j,5,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *52"+`
+
+* [[option_weechat.key.meta-j_5_3]] *weechat.key.meta-j,5,3*
+** description: pass:none[touche "meta-j,5,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *53"+`
+
+* [[option_weechat.key.meta-j_5_4]] *weechat.key.meta-j,5,4*
+** description: pass:none[touche "meta-j,5,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *54"+`
+
+* [[option_weechat.key.meta-j_5_5]] *weechat.key.meta-j,5,5*
+** description: pass:none[touche "meta-j,5,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *55"+`
+
+* [[option_weechat.key.meta-j_5_6]] *weechat.key.meta-j,5,6*
+** description: pass:none[touche "meta-j,5,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *56"+`
+
+* [[option_weechat.key.meta-j_5_7]] *weechat.key.meta-j,5,7*
+** description: pass:none[touche "meta-j,5,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *57"+`
+
+* [[option_weechat.key.meta-j_5_8]] *weechat.key.meta-j,5,8*
+** description: pass:none[touche "meta-j,5,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *58"+`
+
+* [[option_weechat.key.meta-j_5_9]] *weechat.key.meta-j,5,9*
+** description: pass:none[touche "meta-j,5,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *59"+`
+
+* [[option_weechat.key.meta-j_6_0]] *weechat.key.meta-j,6,0*
+** description: pass:none[touche "meta-j,6,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *60"+`
+
+* [[option_weechat.key.meta-j_6_1]] *weechat.key.meta-j,6,1*
+** description: pass:none[touche "meta-j,6,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *61"+`
+
+* [[option_weechat.key.meta-j_6_2]] *weechat.key.meta-j,6,2*
+** description: pass:none[touche "meta-j,6,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *62"+`
+
+* [[option_weechat.key.meta-j_6_3]] *weechat.key.meta-j,6,3*
+** description: pass:none[touche "meta-j,6,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *63"+`
+
+* [[option_weechat.key.meta-j_6_4]] *weechat.key.meta-j,6,4*
+** description: pass:none[touche "meta-j,6,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *64"+`
+
+* [[option_weechat.key.meta-j_6_5]] *weechat.key.meta-j,6,5*
+** description: pass:none[touche "meta-j,6,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *65"+`
+
+* [[option_weechat.key.meta-j_6_6]] *weechat.key.meta-j,6,6*
+** description: pass:none[touche "meta-j,6,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *66"+`
+
+* [[option_weechat.key.meta-j_6_7]] *weechat.key.meta-j,6,7*
+** description: pass:none[touche "meta-j,6,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *67"+`
+
+* [[option_weechat.key.meta-j_6_8]] *weechat.key.meta-j,6,8*
+** description: pass:none[touche "meta-j,6,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *68"+`
+
+* [[option_weechat.key.meta-j_6_9]] *weechat.key.meta-j,6,9*
+** description: pass:none[touche "meta-j,6,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *69"+`
+
+* [[option_weechat.key.meta-j_7_0]] *weechat.key.meta-j,7,0*
+** description: pass:none[touche "meta-j,7,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *70"+`
+
+* [[option_weechat.key.meta-j_7_1]] *weechat.key.meta-j,7,1*
+** description: pass:none[touche "meta-j,7,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *71"+`
+
+* [[option_weechat.key.meta-j_7_2]] *weechat.key.meta-j,7,2*
+** description: pass:none[touche "meta-j,7,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *72"+`
+
+* [[option_weechat.key.meta-j_7_3]] *weechat.key.meta-j,7,3*
+** description: pass:none[touche "meta-j,7,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *73"+`
+
+* [[option_weechat.key.meta-j_7_4]] *weechat.key.meta-j,7,4*
+** description: pass:none[touche "meta-j,7,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *74"+`
+
+* [[option_weechat.key.meta-j_7_5]] *weechat.key.meta-j,7,5*
+** description: pass:none[touche "meta-j,7,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *75"+`
+
+* [[option_weechat.key.meta-j_7_6]] *weechat.key.meta-j,7,6*
+** description: pass:none[touche "meta-j,7,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *76"+`
+
+* [[option_weechat.key.meta-j_7_7]] *weechat.key.meta-j,7,7*
+** description: pass:none[touche "meta-j,7,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *77"+`
+
+* [[option_weechat.key.meta-j_7_8]] *weechat.key.meta-j,7,8*
+** description: pass:none[touche "meta-j,7,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *78"+`
+
+* [[option_weechat.key.meta-j_7_9]] *weechat.key.meta-j,7,9*
+** description: pass:none[touche "meta-j,7,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *79"+`
+
+* [[option_weechat.key.meta-j_8_0]] *weechat.key.meta-j,8,0*
+** description: pass:none[touche "meta-j,8,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *80"+`
+
+* [[option_weechat.key.meta-j_8_1]] *weechat.key.meta-j,8,1*
+** description: pass:none[touche "meta-j,8,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *81"+`
+
+* [[option_weechat.key.meta-j_8_2]] *weechat.key.meta-j,8,2*
+** description: pass:none[touche "meta-j,8,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *82"+`
+
+* [[option_weechat.key.meta-j_8_3]] *weechat.key.meta-j,8,3*
+** description: pass:none[touche "meta-j,8,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *83"+`
+
+* [[option_weechat.key.meta-j_8_4]] *weechat.key.meta-j,8,4*
+** description: pass:none[touche "meta-j,8,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *84"+`
+
+* [[option_weechat.key.meta-j_8_5]] *weechat.key.meta-j,8,5*
+** description: pass:none[touche "meta-j,8,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *85"+`
+
+* [[option_weechat.key.meta-j_8_6]] *weechat.key.meta-j,8,6*
+** description: pass:none[touche "meta-j,8,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *86"+`
+
+* [[option_weechat.key.meta-j_8_7]] *weechat.key.meta-j,8,7*
+** description: pass:none[touche "meta-j,8,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *87"+`
+
+* [[option_weechat.key.meta-j_8_8]] *weechat.key.meta-j,8,8*
+** description: pass:none[touche "meta-j,8,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *88"+`
+
+* [[option_weechat.key.meta-j_8_9]] *weechat.key.meta-j,8,9*
+** description: pass:none[touche "meta-j,8,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *89"+`
+
+* [[option_weechat.key.meta-j_9_0]] *weechat.key.meta-j,9,0*
+** description: pass:none[touche "meta-j,9,0" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *90"+`
+
+* [[option_weechat.key.meta-j_9_1]] *weechat.key.meta-j,9,1*
+** description: pass:none[touche "meta-j,9,1" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *91"+`
+
+* [[option_weechat.key.meta-j_9_2]] *weechat.key.meta-j,9,2*
+** description: pass:none[touche "meta-j,9,2" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *92"+`
+
+* [[option_weechat.key.meta-j_9_3]] *weechat.key.meta-j,9,3*
+** description: pass:none[touche "meta-j,9,3" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *93"+`
+
+* [[option_weechat.key.meta-j_9_4]] *weechat.key.meta-j,9,4*
+** description: pass:none[touche "meta-j,9,4" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *94"+`
+
+* [[option_weechat.key.meta-j_9_5]] *weechat.key.meta-j,9,5*
+** description: pass:none[touche "meta-j,9,5" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *95"+`
+
+* [[option_weechat.key.meta-j_9_6]] *weechat.key.meta-j,9,6*
+** description: pass:none[touche "meta-j,9,6" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *96"+`
+
+* [[option_weechat.key.meta-j_9_7]] *weechat.key.meta-j,9,7*
+** description: pass:none[touche "meta-j,9,7" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *97"+`
+
+* [[option_weechat.key.meta-j_9_8]] *weechat.key.meta-j,9,8*
+** description: pass:none[touche "meta-j,9,8" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *98"+`
+
+* [[option_weechat.key.meta-j_9_9]] *weechat.key.meta-j,9,9*
+** description: pass:none[touche "meta-j,9,9" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer *99"+`
+
+* [[option_weechat.key.meta-j_meta-f]] *weechat.key.meta-j,meta-f*
+** description: pass:none[touche "meta-j,meta-f" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer -"+`
+
+* [[option_weechat.key.meta-j_meta-l]] *weechat.key.meta-j,meta-l*
+** description: pass:none[touche "meta-j,meta-l" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer +"+`
+
+* [[option_weechat.key.meta-j_meta-r]] *weechat.key.meta-j,meta-r*
+** description: pass:none[touche "meta-j,meta-r" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/server raw"+`
+
+* [[option_weechat.key.meta-j_meta-s]] *weechat.key.meta-j,meta-s*
+** description: pass:none[touche "meta-j,meta-s" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/server jump"+`
+
+* [[option_weechat.key.meta-k]] *weechat.key.meta-k*
+** description: pass:none[touche "meta-k" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input grab_key_command"+`
+
+* [[option_weechat.key.meta-l]] *weechat.key.meta-l*
+** description: pass:none[touche "meta-l" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window bare"+`
+
+* [[option_weechat.key.meta-left]] *weechat.key.meta-left*
+** description: pass:none[touche "meta-left" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-m]] *weechat.key.meta-m*
+** description: pass:none[touche "meta-m" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/mute mouse toggle"+`
+
+* [[option_weechat.key.meta-n]] *weechat.key.meta-n*
+** description: pass:none[touche "meta-n" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_next_highlight"+`
+
+* [[option_weechat.key.meta-p]] *weechat.key.meta-p*
+** description: pass:none[touche "meta-p" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_previous_highlight"+`
+
+* [[option_weechat.key.meta-pgdn]] *weechat.key.meta-pgdn*
+** description: pass:none[touche "meta-pgdn" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_down"+`
+
+* [[option_weechat.key.meta-pgup]] *weechat.key.meta-pgup*
+** description: pass:none[touche "meta-pgup" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_up"+`
+
+* [[option_weechat.key.meta-r]] *weechat.key.meta-r*
+** description: pass:none[touche "meta-r" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input delete_line"+`
+
+* [[option_weechat.key.meta-return]] *weechat.key.meta-return*
+** description: pass:none[touche "meta-return" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input insert \n"+`
+
+* [[option_weechat.key.meta-right]] *weechat.key.meta-right*
+** description: pass:none[touche "meta-right" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-s]] *weechat.key.meta-s*
+** description: pass:none[touche "meta-s" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/mute spell toggle"+`
+
+* [[option_weechat.key.meta-u]] *weechat.key.meta-u*
+** description: pass:none[touche "meta-u" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_unread"+`
+
+* [[option_weechat.key.meta-up]] *weechat.key.meta-up*
+** description: pass:none[touche "meta-up" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-w_meta-b]] *weechat.key.meta-w,meta-b*
+** description: pass:none[touche "meta-w,meta-b" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window balance"+`
+
+* [[option_weechat.key.meta-w_meta-down]] *weechat.key.meta-w,meta-down*
+** description: pass:none[touche "meta-w,meta-down" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window down"+`
+
+* [[option_weechat.key.meta-w_meta-left]] *weechat.key.meta-w,meta-left*
+** description: pass:none[touche "meta-w,meta-left" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window left"+`
+
+* [[option_weechat.key.meta-w_meta-right]] *weechat.key.meta-w,meta-right*
+** description: pass:none[touche "meta-w,meta-right" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window right"+`
+
+* [[option_weechat.key.meta-w_meta-s]] *weechat.key.meta-w,meta-s*
+** description: pass:none[touche "meta-w,meta-s" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window swap"+`
+
+* [[option_weechat.key.meta-w_meta-up]] *weechat.key.meta-w,meta-up*
+** description: pass:none[touche "meta-w,meta-up" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window up"+`
+
+* [[option_weechat.key.meta-x]] *weechat.key.meta-x*
+** description: pass:none[touche "meta-x" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/buffer zoom"+`
+
+* [[option_weechat.key.meta-z]] *weechat.key.meta-z*
+** description: pass:none[touche "meta-z" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window zoom"+`
+
+* [[option_weechat.key.pgdn]] *weechat.key.pgdn*
+** description: pass:none[touche "pgdn" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window page_down"+`
+
+* [[option_weechat.key.pgup]] *weechat.key.pgup*
+** description: pass:none[touche "pgup" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window page_up"+`
+
+* [[option_weechat.key.return]] *weechat.key.return*
+** description: pass:none[touche "return" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input return"+`
+
+* [[option_weechat.key.right]] *weechat.key.right*
+** description: pass:none[touche "right" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input move_next_char"+`
+
+* [[option_weechat.key.shift-tab]] *weechat.key.shift-tab*
+** description: pass:none[touche "shift-tab" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input complete_previous"+`
+
+* [[option_weechat.key.tab]] *weechat.key.tab*
+** description: pass:none[touche "tab" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input complete_next"+`
+
+* [[option_weechat.key.up]] *weechat.key.up*
+** description: pass:none[touche "up" dans le contexte "default"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input history_previous"+`
+
+* [[option_weechat.key_cursor.@chat:Q]] *weechat.key_cursor.@chat:Q*
+** description: pass:none[touche "@chat:Q" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:chat_quote_time_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:m]] *weechat.key_cursor.@chat:m*
+** description: pass:none[touche "@chat:m" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:chat_quote_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:q]] *weechat.key_cursor.@chat:q*
+** description: pass:none[touche "@chat:q" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:chat_quote_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):K]] *weechat.key_cursor.@item(buffer_nicklist):K*
+** description: pass:none[touche "@item(buffer_nicklist):K" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):b]] *weechat.key_cursor.@item(buffer_nicklist):b*
+** description: pass:none[touche "@item(buffer_nicklist):b" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):k]] *weechat.key_cursor.@item(buffer_nicklist):k*
+** description: pass:none[touche "@item(buffer_nicklist):k" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):q]] *weechat.key_cursor.@item(buffer_nicklist):q*
+** description: pass:none[touche "@item(buffer_nicklist):q" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/query ${nick};/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):w]] *weechat.key_cursor.@item(buffer_nicklist):w*
+** description: pass:none[touche "@item(buffer_nicklist):w" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_cursor.down]] *weechat.key_cursor.down*
+** description: pass:none[touche "down" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move down"+`
+
+* [[option_weechat.key_cursor.left]] *weechat.key_cursor.left*
+** description: pass:none[touche "left" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move left"+`
+
+* [[option_weechat.key_cursor.meta-down]] *weechat.key_cursor.meta-down*
+** description: pass:none[touche "meta-down" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move area_down"+`
+
+* [[option_weechat.key_cursor.meta-left]] *weechat.key_cursor.meta-left*
+** description: pass:none[touche "meta-left" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move area_left"+`
+
+* [[option_weechat.key_cursor.meta-right]] *weechat.key_cursor.meta-right*
+** description: pass:none[touche "meta-right" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move area_right"+`
+
+* [[option_weechat.key_cursor.meta-up]] *weechat.key_cursor.meta-up*
+** description: pass:none[touche "meta-up" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move area_up"+`
+
+* [[option_weechat.key_cursor.return]] *weechat.key_cursor.return*
+** description: pass:none[touche "return" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor stop"+`
+
+* [[option_weechat.key_cursor.right]] *weechat.key_cursor.right*
+** description: pass:none[touche "right" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move right"+`
+
+* [[option_weechat.key_cursor.up]] *weechat.key_cursor.up*
+** description: pass:none[touche "up" dans le contexte "cursor"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor move up"+`
+
+* [[option_weechat.key_mouse.@*:button3]] *weechat.key_mouse.@*:button3*
+** description: pass:none[touche "@*:button3" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/cursor go ${_x},${_y}"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheeldown]] *weechat.key_mouse.@bar(buflist):ctrl-wheeldown*
+** description: pass:none[touche "@bar(buflist):ctrl-wheeldown" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheelup]] *weechat.key_mouse.@bar(buflist):ctrl-wheelup*
+** description: pass:none[touche "@bar(buflist):ctrl-wheelup" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(input):button2]] *weechat.key_mouse.@bar(input):button2*
+** description: pass:none[touche "@bar(input):button2" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input grab_mouse_area"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-down" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist ${_window_number} +100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down-long*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-down-long" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist ${_window_number} e"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-up" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist ${_window_number} -100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up-long*
+** description: pass:none[touche "@bar(nicklist):button1-gesture-up-long" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll nicklist ${_window_number} b"+`
+
+* [[option_weechat.key_mouse.@bar:wheeldown]] *weechat.key_mouse.@bar:wheeldown*
+** description: pass:none[touche "@bar:wheeldown" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll ${_bar_name} ${_window_number} +20%"+`
+
+* [[option_weechat.key_mouse.@bar:wheelup]] *weechat.key_mouse.@bar:wheelup*
+** description: pass:none[touche "@bar:wheelup" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/bar scroll ${_bar_name} ${_window_number} -20%"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button1]] *weechat.key_mouse.@chat(fset.fset):button1*
+** description: pass:none[touche "@chat(fset.fset):button1" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/fset -go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button2*]] *weechat.key_mouse.@chat(fset.fset):button2**
+** description: pass:none[touche "@chat(fset.fset):button2*" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:fset_mouse"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheeldown]] *weechat.key_mouse.@chat(fset.fset):wheeldown*
+** description: pass:none[touche "@chat(fset.fset):wheeldown" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/fset -down 5"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheelup]] *weechat.key_mouse.@chat(fset.fset):wheelup*
+** description: pass:none[touche "@chat(fset.fset):wheelup" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/fset -up 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button1]] *weechat.key_mouse.@chat(script.scripts):button1*
+** description: pass:none[touche "@chat(script.scripts):button1" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/script go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button2]] *weechat.key_mouse.@chat(script.scripts):button2*
+** description: pass:none[touche "@chat(script.scripts):button2" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheeldown]] *weechat.key_mouse.@chat(script.scripts):wheeldown*
+** description: pass:none[touche "@chat(script.scripts):wheeldown" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/script down 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheelup]] *weechat.key_mouse.@chat(script.scripts):wheelup*
+** description: pass:none[touche "@chat(script.scripts):wheelup" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/script up 5"+`
+
+* [[option_weechat.key_mouse.@chat:button1]] *weechat.key_mouse.@chat:button1*
+** description: pass:none[touche "@chat:button1" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left]] *weechat.key_mouse.@chat:button1-gesture-left*
+** description: pass:none[touche "@chat:button1-gesture-left" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/buffer -1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left-long]] *weechat.key_mouse.@chat:button1-gesture-left-long*
+** description: pass:none[touche "@chat:button1-gesture-left-long" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/buffer 1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right]] *weechat.key_mouse.@chat:button1-gesture-right*
+** description: pass:none[touche "@chat:button1-gesture-right" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/buffer +1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right-long]] *weechat.key_mouse.@chat:button1-gesture-right-long*
+** description: pass:none[touche "@chat:button1-gesture-right-long" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/buffer +"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheeldown]] *weechat.key_mouse.@chat:ctrl-wheeldown*
+** description: pass:none[touche "@chat:ctrl-wheeldown" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_horiz -window ${_window_number} +10%"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheelup]] *weechat.key_mouse.@chat:ctrl-wheelup*
+** description: pass:none[touche "@chat:ctrl-wheelup" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_horiz -window ${_window_number} -10%"+`
+
+* [[option_weechat.key_mouse.@chat:wheeldown]] *weechat.key_mouse.@chat:wheeldown*
+** description: pass:none[touche "@chat:wheeldown" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_down -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:wheelup]] *weechat.key_mouse.@chat:wheelup*
+** description: pass:none[touche "@chat:wheelup" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window scroll_up -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1]] *weechat.key_mouse.@item(buffer_nicklist):button1*
+** description: pass:none[touche "@item(buffer_nicklist):button1" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/query ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left*
+** description: pass:none[touche "@item(buffer_nicklist):button1-gesture-left" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long*
+** description: pass:none[touche "@item(buffer_nicklist):button1-gesture-left-long" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2]] *weechat.key_mouse.@item(buffer_nicklist):button2*
+** description: pass:none[touche "@item(buffer_nicklist):button2" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left*
+** description: pass:none[touche "@item(buffer_nicklist):button2-gesture-left" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button1*]] *weechat.key_mouse.@item(buflist):button1**
+** description: pass:none[touche "@item(buflist):button1*" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button2*]] *weechat.key_mouse.@item(buflist):button2**
+** description: pass:none[touche "@item(buflist):button2*" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button1*]] *weechat.key_mouse.@item(buflist2):button1**
+** description: pass:none[touche "@item(buflist2):button1*" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button2*]] *weechat.key_mouse.@item(buflist2):button2**
+** description: pass:none[touche "@item(buflist2):button2*" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button1*]] *weechat.key_mouse.@item(buflist3):button1**
+** description: pass:none[touche "@item(buflist3):button1*" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button2*]] *weechat.key_mouse.@item(buflist3):button2**
+** description: pass:none[touche "@item(buflist3):button2*" dans le contexte "mouse"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_search.ctrl-q]] *weechat.key_search.ctrl-q*
+** description: pass:none[touche "ctrl-q" dans le contexte "search"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_stop"+`
+
+* [[option_weechat.key_search.ctrl-r]] *weechat.key_search.ctrl-r*
+** description: pass:none[touche "ctrl-r" dans le contexte "search"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_switch_regex"+`
+
+* [[option_weechat.key_search.down]] *weechat.key_search.down*
+** description: pass:none[touche "down" dans le contexte "search"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_next"+`
+
+* [[option_weechat.key_search.meta-c]] *weechat.key_search.meta-c*
+** description: pass:none[touche "meta-c" dans le contexte "search"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_switch_case"+`
+
+* [[option_weechat.key_search.return]] *weechat.key_search.return*
+** description: pass:none[touche "return" dans le contexte "search"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_stop_here"+`
+
+* [[option_weechat.key_search.tab]] *weechat.key_search.tab*
+** description: pass:none[touche "tab" dans le contexte "search"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_switch_where"+`
+
+* [[option_weechat.key_search.up]] *weechat.key_search.up*
+** description: pass:none[touche "up" dans le contexte "search"]
+** type: chaîne
+** valeurs: toute chaîne
+** valeur par défaut: `+"/input search_previous"+`
+
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
** description: pass:none[alignement pour la fin des lignes (toutes les lignes après la première) : elles démarrent sous cette donnée (time, buffer, prefix, suffix, message (par défaut))]
** type: entier
diff --git a/doc/it/includes/autogen_api_hdata.it.adoc b/doc/it/includes/autogen_api_hdata.it.adoc
index d1133b798..f801cfa36 100644
--- a/doc/it/includes/autogen_api_hdata.it.adoc
+++ b/doc/it/includes/autogen_api_hdata.it.adoc
@@ -713,6 +713,7 @@ _priority_   (integer) +
_name_   (string) +
_filename_   (string) +
_file_   (pointer) +
+_version_   (integer) +
_callback_reload_   (pointer) +
_callback_reload_pointer_   (pointer) +
_callback_reload_data_   (pointer) +
diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc
index a87264f00..880960e89 100644
--- a/doc/it/includes/autogen_user_commands.it.adoc
+++ b/doc/it/includes/autogen_user_commands.it.adoc
@@ -1404,6 +1404,7 @@ Examples:
dirs: display directories
hdata: display infos about hdata (with free: remove all hdata in memory)
infolists: display infos about infolists
+ key: enable keyboard and mouse debug: display raw codes, expanded key name and associated command ('q' to quit this mode)
libs: display infos about external libraries used
memory: display infos about memory usage
mouse: toggle debug for mouse
@@ -1715,8 +1716,6 @@ list of actions:
grab_mouse_area: grab mouse event code with area
insert: insert text in command line (escaped chars are allowed, see /help print)
send: send text to the buffer
- paste_start: start paste (bracketed paste mode)
- paste_stop: stop paste (bracketed paste mode)
This command is used by key bindings or plugins.
----
@@ -1768,17 +1767,17 @@ Examples:
* `+key+`: associa/disassocia tasti
----
-/key list|listdefault|listdiff [<contesto>]
- bind <tasto> [<comando> [<arg>]]
- bindctxt <contesto> <tasto> [<comando> <arg>]]
- unbind <tasto>
- unbindctxt <contesto> <chiave>
- reset <tasto>
- resetctxt <contesto> <tasto>
- resetall -yes [<contesto>]
- missing [<contesto>]
+/key [list|listdefault|listdiff] [<context>]
+ bind <key> [<command> [<args>]]
+ bindctxt <context> <key> [<command> [<args>]]
+ unbind <key>
+ unbindctxt <context> <key>
+ reset <key>
+ resetctxt <context> <key>
+ resetall -yes [<context>]
+ missing [<context>]
- list: list all current keys (without argument, this list is displayed)
+ list: list all current keys
listdefault: list default keys
listdiff: list differences between current and default keys (keys added, redefined or deleted)
context: name of context ("default" or "search")
@@ -1792,7 +1791,16 @@ listdefault: list default keys
resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
missing: add missing keys (using default bindings), useful after installing new WeeChat version
-When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key code in command line.
+When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key name in command line.
+
+Modifiers allowed (in this order when multiple are used):
+ meta- (alt key)
+ ctrl- (control key)
+ shift- (shift key, can only be used with key names below)
+
+Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, pgdn, up, down, right, left, tab, return, comma, space.
+
+Combo of keys must be separated by a comma.
For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
*: any area on screen
@@ -1807,14 +1815,14 @@ A special value for command with format "hsignal:name" can be used for context m
Another special value "-" can be used to disable key (it will be ignored when looking for keys).
Examples:
- key alt-t to toggle nicklist bar:
- /key bind meta-t /bar toggle nicklist
key alt-r to jump to #weechat IRC channel:
/key bind meta-r /buffer #weechat
restore default binding for key alt-r:
/key reset meta-r
+ key meta-v then f1 to run /help:
+ /key bind meta-v,f1 /help
key "tab" to stop search in buffer:
- /key bindctxt search ctrl-i /input search_stop
+ /key bindctxt search tab /input search_stop
middle button of mouse on a nick to retrieve info on nick:
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
----
diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc
index 2ede7dd20..22cb1d5f7 100644
--- a/doc/it/includes/autogen_user_options.it.adoc
+++ b/doc/it/includes/autogen_user_options.it.adoc
@@ -3004,6 +3004,1662 @@
** valori: 0 .. 1000
** valore predefinito: `+50+`
+* [[option_weechat.key.backspace]] *weechat.key.backspace*
+** descrizione: pass:none[touche "backspace" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_previous_char"+`
+
+* [[option_weechat.key.ctrl-_]] *weechat.key.ctrl-_*
+** descrizione: pass:none[touche "ctrl-_" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input undo"+`
+
+* [[option_weechat.key.ctrl-a]] *weechat.key.ctrl-a*
+** descrizione: pass:none[touche "ctrl-a" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-b]] *weechat.key.ctrl-b*
+** descrizione: pass:none[touche "ctrl-b" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.ctrl-c__]] *weechat.key.ctrl-c,_*
+** descrizione: pass:none[touche "ctrl-c,_" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input insert \x1F"+`
+
+* [[option_weechat.key.ctrl-c_b]] *weechat.key.ctrl-c,b*
+** descrizione: pass:none[touche "ctrl-c,b" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input insert \x02"+`
+
+* [[option_weechat.key.ctrl-c_c]] *weechat.key.ctrl-c,c*
+** descrizione: pass:none[touche "ctrl-c,c" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input insert \x03"+`
+
+* [[option_weechat.key.ctrl-c_i]] *weechat.key.ctrl-c,i*
+** descrizione: pass:none[touche "ctrl-c,i" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input insert \x1D"+`
+
+* [[option_weechat.key.ctrl-c_o]] *weechat.key.ctrl-c,o*
+** descrizione: pass:none[touche "ctrl-c,o" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input insert \x0F"+`
+
+* [[option_weechat.key.ctrl-c_v]] *weechat.key.ctrl-c,v*
+** descrizione: pass:none[touche "ctrl-c,v" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input insert \x16"+`
+
+* [[option_weechat.key.ctrl-d]] *weechat.key.ctrl-d*
+** descrizione: pass:none[touche "ctrl-d" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.ctrl-down]] *weechat.key.ctrl-down*
+** descrizione: pass:none[touche "ctrl-down" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input history_global_next"+`
+
+* [[option_weechat.key.ctrl-e]] *weechat.key.ctrl-e*
+** descrizione: pass:none[touche "ctrl-e" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.ctrl-f]] *weechat.key.ctrl-f*
+** descrizione: pass:none[touche "ctrl-f" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_next_char"+`
+
+* [[option_weechat.key.ctrl-f1]] *weechat.key.ctrl-f1*
+** descrizione: pass:none[touche "ctrl-f1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.ctrl-f11]] *weechat.key.ctrl-f11*
+** descrizione: pass:none[touche "ctrl-f11" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.ctrl-f12]] *weechat.key.ctrl-f12*
+** descrizione: pass:none[touche "ctrl-f12" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.ctrl-f2]] *weechat.key.ctrl-f2*
+** descrizione: pass:none[touche "ctrl-f2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.ctrl-k]] *weechat.key.ctrl-k*
+** descrizione: pass:none[touche "ctrl-k" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_end_of_line"+`
+
+* [[option_weechat.key.ctrl-l]] *weechat.key.ctrl-l*
+** descrizione: pass:none[touche "ctrl-l" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window refresh"+`
+
+* [[option_weechat.key.ctrl-left]] *weechat.key.ctrl-left*
+** descrizione: pass:none[touche "ctrl-left" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.ctrl-n]] *weechat.key.ctrl-n*
+** descrizione: pass:none[touche "ctrl-n" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer +1"+`
+
+* [[option_weechat.key.ctrl-p]] *weechat.key.ctrl-p*
+** descrizione: pass:none[touche "ctrl-p" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer -1"+`
+
+* [[option_weechat.key.ctrl-r]] *weechat.key.ctrl-r*
+** descrizione: pass:none[touche "ctrl-r" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_text_here"+`
+
+* [[option_weechat.key.ctrl-right]] *weechat.key.ctrl-right*
+** descrizione: pass:none[touche "ctrl-right" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_next_word"+`
+
+* [[option_weechat.key.ctrl-s_ctrl-u]] *weechat.key.ctrl-s,ctrl-u*
+** descrizione: pass:none[touche "ctrl-s,ctrl-u" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/allbuf /buffer set unread"+`
+
+* [[option_weechat.key.ctrl-t]] *weechat.key.ctrl-t*
+** descrizione: pass:none[touche "ctrl-t" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input transpose_chars"+`
+
+* [[option_weechat.key.ctrl-u]] *weechat.key.ctrl-u*
+** descrizione: pass:none[touche "ctrl-u" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-up]] *weechat.key.ctrl-up*
+** descrizione: pass:none[touche "ctrl-up" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input history_global_previous"+`
+
+* [[option_weechat.key.ctrl-w]] *weechat.key.ctrl-w*
+** descrizione: pass:none[touche "ctrl-w" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_previous_word_whitespace"+`
+
+* [[option_weechat.key.ctrl-x]] *weechat.key.ctrl-x*
+** descrizione: pass:none[touche "ctrl-x" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer switch"+`
+
+* [[option_weechat.key.ctrl-y]] *weechat.key.ctrl-y*
+** descrizione: pass:none[touche "ctrl-y" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input clipboard_paste"+`
+
+* [[option_weechat.key.delete]] *weechat.key.delete*
+** descrizione: pass:none[touche "delete" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.down]] *weechat.key.down*
+** descrizione: pass:none[touche "down" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input history_next"+`
+
+* [[option_weechat.key.end]] *weechat.key.end*
+** descrizione: pass:none[touche "end" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.f1]] *weechat.key.f1*
+** descrizione: pass:none[touche "f1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.f10]] *weechat.key.f10*
+** descrizione: pass:none[touche "f10" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll title * +30%"+`
+
+* [[option_weechat.key.f11]] *weechat.key.f11*
+** descrizione: pass:none[touche "f11" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.f12]] *weechat.key.f12*
+** descrizione: pass:none[touche "f12" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.f2]] *weechat.key.f2*
+** descrizione: pass:none[touche "f2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.f5]] *weechat.key.f5*
+** descrizione: pass:none[touche "f5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer -1"+`
+
+* [[option_weechat.key.f6]] *weechat.key.f6*
+** descrizione: pass:none[touche "f6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer +1"+`
+
+* [[option_weechat.key.f7]] *weechat.key.f7*
+** descrizione: pass:none[touche "f7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window -1"+`
+
+* [[option_weechat.key.f8]] *weechat.key.f8*
+** descrizione: pass:none[touche "f8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window +1"+`
+
+* [[option_weechat.key.f9]] *weechat.key.f9*
+** descrizione: pass:none[touche "f9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll title * -30%"+`
+
+* [[option_weechat.key.home]] *weechat.key.home*
+** descrizione: pass:none[touche "home" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.left]] *weechat.key.left*
+** descrizione: pass:none[touche "left" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.meta--]] *weechat.key.meta--*
+** descrizione: pass:none[touche "meta--" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/filter toggle @"+`
+
+* [[option_weechat.key.meta-/]] *weechat.key.meta-/*
+** descrizione: pass:none[touche "meta-/" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer jump last_displayed"+`
+
+* [[option_weechat.key.meta-0]] *weechat.key.meta-0*
+** descrizione: pass:none[touche "meta-0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-1]] *weechat.key.meta-1*
+** descrizione: pass:none[touche "meta-1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-2]] *weechat.key.meta-2*
+** descrizione: pass:none[touche "meta-2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-3]] *weechat.key.meta-3*
+** descrizione: pass:none[touche "meta-3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-4]] *weechat.key.meta-4*
+** descrizione: pass:none[touche "meta-4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-5]] *weechat.key.meta-5*
+** descrizione: pass:none[touche "meta-5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-6]] *weechat.key.meta-6*
+** descrizione: pass:none[touche "meta-6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-7]] *weechat.key.meta-7*
+** descrizione: pass:none[touche "meta-7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-8]] *weechat.key.meta-8*
+** descrizione: pass:none[touche "meta-8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-9]] *weechat.key.meta-9*
+** descrizione: pass:none[touche "meta-9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-<]] *weechat.key.meta-<*
+** descrizione: pass:none[touche "meta-<" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer jump prev_visited"+`
+
+* [[option_weechat.key.meta-=]] *weechat.key.meta-=*
+** descrizione: pass:none[touche "meta-=" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/filter toggle"+`
+
+* [[option_weechat.key.meta->]] *weechat.key.meta->*
+** descrizione: pass:none[touche "meta->" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer jump next_visited"+`
+
+* [[option_weechat.key.meta-B]] *weechat.key.meta-B*
+** descrizione: pass:none[touche "meta-B" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buflist toggle"+`
+
+* [[option_weechat.key.meta-K]] *weechat.key.meta-K*
+** descrizione: pass:none[touche "meta-K" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input grab_raw_key_command"+`
+
+* [[option_weechat.key.meta-N]] *weechat.key.meta-N*
+** descrizione: pass:none[touche "meta-N" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar toggle nicklist"+`
+
+* [[option_weechat.key.meta-_]] *weechat.key.meta-_*
+** descrizione: pass:none[touche "meta-_" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input redo"+`
+
+* [[option_weechat.key.meta-a]] *weechat.key.meta-a*
+** descrizione: pass:none[touche "meta-a" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer jump smart"+`
+
+* [[option_weechat.key.meta-b]] *weechat.key.meta-b*
+** descrizione: pass:none[touche "meta-b" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.meta-backspace]] *weechat.key.meta-backspace*
+** descrizione: pass:none[touche "meta-backspace" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_previous_word"+`
+
+* [[option_weechat.key.meta-d]] *weechat.key.meta-d*
+** descrizione: pass:none[touche "meta-d" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_next_word"+`
+
+* [[option_weechat.key.meta-down]] *weechat.key.meta-down*
+** descrizione: pass:none[touche "meta-down" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-end]] *weechat.key.meta-end*
+** descrizione: pass:none[touche "meta-end" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_bottom"+`
+
+* [[option_weechat.key.meta-f]] *weechat.key.meta-f*
+** descrizione: pass:none[touche "meta-f" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_next_word"+`
+
+* [[option_weechat.key.meta-f1]] *weechat.key.meta-f1*
+** descrizione: pass:none[touche "meta-f1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll buflist * b"+`
+
+* [[option_weechat.key.meta-f11]] *weechat.key.meta-f11*
+** descrizione: pass:none[touche "meta-f11" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist * b"+`
+
+* [[option_weechat.key.meta-f12]] *weechat.key.meta-f12*
+** descrizione: pass:none[touche "meta-f12" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist * e"+`
+
+* [[option_weechat.key.meta-f2]] *weechat.key.meta-f2*
+** descrizione: pass:none[touche "meta-f2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll buflist * e"+`
+
+* [[option_weechat.key.meta-h_meta-R]] *weechat.key.meta-h,meta-R*
+** descrizione: pass:none[touche "meta-h,meta-R" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/hotlist restore -all"+`
+
+* [[option_weechat.key.meta-h_meta-c]] *weechat.key.meta-h,meta-c*
+** descrizione: pass:none[touche "meta-h,meta-c" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/hotlist clear"+`
+
+* [[option_weechat.key.meta-h_meta-m]] *weechat.key.meta-h,meta-m*
+** descrizione: pass:none[touche "meta-h,meta-m" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/hotlist remove"+`
+
+* [[option_weechat.key.meta-h_meta-r]] *weechat.key.meta-h,meta-r*
+** descrizione: pass:none[touche "meta-h,meta-r" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/hotlist restore"+`
+
+* [[option_weechat.key.meta-home]] *weechat.key.meta-home*
+** descrizione: pass:none[touche "meta-home" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_top"+`
+
+* [[option_weechat.key.meta-j_0_1]] *weechat.key.meta-j,0,1*
+** descrizione: pass:none[touche "meta-j,0,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-j_0_2]] *weechat.key.meta-j,0,2*
+** descrizione: pass:none[touche "meta-j,0,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-j_0_3]] *weechat.key.meta-j,0,3*
+** descrizione: pass:none[touche "meta-j,0,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-j_0_4]] *weechat.key.meta-j,0,4*
+** descrizione: pass:none[touche "meta-j,0,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-j_0_5]] *weechat.key.meta-j,0,5*
+** descrizione: pass:none[touche "meta-j,0,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-j_0_6]] *weechat.key.meta-j,0,6*
+** descrizione: pass:none[touche "meta-j,0,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-j_0_7]] *weechat.key.meta-j,0,7*
+** descrizione: pass:none[touche "meta-j,0,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-j_0_8]] *weechat.key.meta-j,0,8*
+** descrizione: pass:none[touche "meta-j,0,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-j_0_9]] *weechat.key.meta-j,0,9*
+** descrizione: pass:none[touche "meta-j,0,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-j_1_0]] *weechat.key.meta-j,1,0*
+** descrizione: pass:none[touche "meta-j,1,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-j_1_1]] *weechat.key.meta-j,1,1*
+** descrizione: pass:none[touche "meta-j,1,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *11"+`
+
+* [[option_weechat.key.meta-j_1_2]] *weechat.key.meta-j,1,2*
+** descrizione: pass:none[touche "meta-j,1,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *12"+`
+
+* [[option_weechat.key.meta-j_1_3]] *weechat.key.meta-j,1,3*
+** descrizione: pass:none[touche "meta-j,1,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *13"+`
+
+* [[option_weechat.key.meta-j_1_4]] *weechat.key.meta-j,1,4*
+** descrizione: pass:none[touche "meta-j,1,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *14"+`
+
+* [[option_weechat.key.meta-j_1_5]] *weechat.key.meta-j,1,5*
+** descrizione: pass:none[touche "meta-j,1,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *15"+`
+
+* [[option_weechat.key.meta-j_1_6]] *weechat.key.meta-j,1,6*
+** descrizione: pass:none[touche "meta-j,1,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *16"+`
+
+* [[option_weechat.key.meta-j_1_7]] *weechat.key.meta-j,1,7*
+** descrizione: pass:none[touche "meta-j,1,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *17"+`
+
+* [[option_weechat.key.meta-j_1_8]] *weechat.key.meta-j,1,8*
+** descrizione: pass:none[touche "meta-j,1,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *18"+`
+
+* [[option_weechat.key.meta-j_1_9]] *weechat.key.meta-j,1,9*
+** descrizione: pass:none[touche "meta-j,1,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *19"+`
+
+* [[option_weechat.key.meta-j_2_0]] *weechat.key.meta-j,2,0*
+** descrizione: pass:none[touche "meta-j,2,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *20"+`
+
+* [[option_weechat.key.meta-j_2_1]] *weechat.key.meta-j,2,1*
+** descrizione: pass:none[touche "meta-j,2,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *21"+`
+
+* [[option_weechat.key.meta-j_2_2]] *weechat.key.meta-j,2,2*
+** descrizione: pass:none[touche "meta-j,2,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *22"+`
+
+* [[option_weechat.key.meta-j_2_3]] *weechat.key.meta-j,2,3*
+** descrizione: pass:none[touche "meta-j,2,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *23"+`
+
+* [[option_weechat.key.meta-j_2_4]] *weechat.key.meta-j,2,4*
+** descrizione: pass:none[touche "meta-j,2,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *24"+`
+
+* [[option_weechat.key.meta-j_2_5]] *weechat.key.meta-j,2,5*
+** descrizione: pass:none[touche "meta-j,2,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *25"+`
+
+* [[option_weechat.key.meta-j_2_6]] *weechat.key.meta-j,2,6*
+** descrizione: pass:none[touche "meta-j,2,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *26"+`
+
+* [[option_weechat.key.meta-j_2_7]] *weechat.key.meta-j,2,7*
+** descrizione: pass:none[touche "meta-j,2,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *27"+`
+
+* [[option_weechat.key.meta-j_2_8]] *weechat.key.meta-j,2,8*
+** descrizione: pass:none[touche "meta-j,2,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *28"+`
+
+* [[option_weechat.key.meta-j_2_9]] *weechat.key.meta-j,2,9*
+** descrizione: pass:none[touche "meta-j,2,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *29"+`
+
+* [[option_weechat.key.meta-j_3_0]] *weechat.key.meta-j,3,0*
+** descrizione: pass:none[touche "meta-j,3,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *30"+`
+
+* [[option_weechat.key.meta-j_3_1]] *weechat.key.meta-j,3,1*
+** descrizione: pass:none[touche "meta-j,3,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *31"+`
+
+* [[option_weechat.key.meta-j_3_2]] *weechat.key.meta-j,3,2*
+** descrizione: pass:none[touche "meta-j,3,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *32"+`
+
+* [[option_weechat.key.meta-j_3_3]] *weechat.key.meta-j,3,3*
+** descrizione: pass:none[touche "meta-j,3,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *33"+`
+
+* [[option_weechat.key.meta-j_3_4]] *weechat.key.meta-j,3,4*
+** descrizione: pass:none[touche "meta-j,3,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *34"+`
+
+* [[option_weechat.key.meta-j_3_5]] *weechat.key.meta-j,3,5*
+** descrizione: pass:none[touche "meta-j,3,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *35"+`
+
+* [[option_weechat.key.meta-j_3_6]] *weechat.key.meta-j,3,6*
+** descrizione: pass:none[touche "meta-j,3,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *36"+`
+
+* [[option_weechat.key.meta-j_3_7]] *weechat.key.meta-j,3,7*
+** descrizione: pass:none[touche "meta-j,3,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *37"+`
+
+* [[option_weechat.key.meta-j_3_8]] *weechat.key.meta-j,3,8*
+** descrizione: pass:none[touche "meta-j,3,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *38"+`
+
+* [[option_weechat.key.meta-j_3_9]] *weechat.key.meta-j,3,9*
+** descrizione: pass:none[touche "meta-j,3,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *39"+`
+
+* [[option_weechat.key.meta-j_4_0]] *weechat.key.meta-j,4,0*
+** descrizione: pass:none[touche "meta-j,4,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *40"+`
+
+* [[option_weechat.key.meta-j_4_1]] *weechat.key.meta-j,4,1*
+** descrizione: pass:none[touche "meta-j,4,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *41"+`
+
+* [[option_weechat.key.meta-j_4_2]] *weechat.key.meta-j,4,2*
+** descrizione: pass:none[touche "meta-j,4,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *42"+`
+
+* [[option_weechat.key.meta-j_4_3]] *weechat.key.meta-j,4,3*
+** descrizione: pass:none[touche "meta-j,4,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *43"+`
+
+* [[option_weechat.key.meta-j_4_4]] *weechat.key.meta-j,4,4*
+** descrizione: pass:none[touche "meta-j,4,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *44"+`
+
+* [[option_weechat.key.meta-j_4_5]] *weechat.key.meta-j,4,5*
+** descrizione: pass:none[touche "meta-j,4,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *45"+`
+
+* [[option_weechat.key.meta-j_4_6]] *weechat.key.meta-j,4,6*
+** descrizione: pass:none[touche "meta-j,4,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *46"+`
+
+* [[option_weechat.key.meta-j_4_7]] *weechat.key.meta-j,4,7*
+** descrizione: pass:none[touche "meta-j,4,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *47"+`
+
+* [[option_weechat.key.meta-j_4_8]] *weechat.key.meta-j,4,8*
+** descrizione: pass:none[touche "meta-j,4,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *48"+`
+
+* [[option_weechat.key.meta-j_4_9]] *weechat.key.meta-j,4,9*
+** descrizione: pass:none[touche "meta-j,4,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *49"+`
+
+* [[option_weechat.key.meta-j_5_0]] *weechat.key.meta-j,5,0*
+** descrizione: pass:none[touche "meta-j,5,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *50"+`
+
+* [[option_weechat.key.meta-j_5_1]] *weechat.key.meta-j,5,1*
+** descrizione: pass:none[touche "meta-j,5,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *51"+`
+
+* [[option_weechat.key.meta-j_5_2]] *weechat.key.meta-j,5,2*
+** descrizione: pass:none[touche "meta-j,5,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *52"+`
+
+* [[option_weechat.key.meta-j_5_3]] *weechat.key.meta-j,5,3*
+** descrizione: pass:none[touche "meta-j,5,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *53"+`
+
+* [[option_weechat.key.meta-j_5_4]] *weechat.key.meta-j,5,4*
+** descrizione: pass:none[touche "meta-j,5,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *54"+`
+
+* [[option_weechat.key.meta-j_5_5]] *weechat.key.meta-j,5,5*
+** descrizione: pass:none[touche "meta-j,5,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *55"+`
+
+* [[option_weechat.key.meta-j_5_6]] *weechat.key.meta-j,5,6*
+** descrizione: pass:none[touche "meta-j,5,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *56"+`
+
+* [[option_weechat.key.meta-j_5_7]] *weechat.key.meta-j,5,7*
+** descrizione: pass:none[touche "meta-j,5,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *57"+`
+
+* [[option_weechat.key.meta-j_5_8]] *weechat.key.meta-j,5,8*
+** descrizione: pass:none[touche "meta-j,5,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *58"+`
+
+* [[option_weechat.key.meta-j_5_9]] *weechat.key.meta-j,5,9*
+** descrizione: pass:none[touche "meta-j,5,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *59"+`
+
+* [[option_weechat.key.meta-j_6_0]] *weechat.key.meta-j,6,0*
+** descrizione: pass:none[touche "meta-j,6,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *60"+`
+
+* [[option_weechat.key.meta-j_6_1]] *weechat.key.meta-j,6,1*
+** descrizione: pass:none[touche "meta-j,6,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *61"+`
+
+* [[option_weechat.key.meta-j_6_2]] *weechat.key.meta-j,6,2*
+** descrizione: pass:none[touche "meta-j,6,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *62"+`
+
+* [[option_weechat.key.meta-j_6_3]] *weechat.key.meta-j,6,3*
+** descrizione: pass:none[touche "meta-j,6,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *63"+`
+
+* [[option_weechat.key.meta-j_6_4]] *weechat.key.meta-j,6,4*
+** descrizione: pass:none[touche "meta-j,6,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *64"+`
+
+* [[option_weechat.key.meta-j_6_5]] *weechat.key.meta-j,6,5*
+** descrizione: pass:none[touche "meta-j,6,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *65"+`
+
+* [[option_weechat.key.meta-j_6_6]] *weechat.key.meta-j,6,6*
+** descrizione: pass:none[touche "meta-j,6,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *66"+`
+
+* [[option_weechat.key.meta-j_6_7]] *weechat.key.meta-j,6,7*
+** descrizione: pass:none[touche "meta-j,6,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *67"+`
+
+* [[option_weechat.key.meta-j_6_8]] *weechat.key.meta-j,6,8*
+** descrizione: pass:none[touche "meta-j,6,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *68"+`
+
+* [[option_weechat.key.meta-j_6_9]] *weechat.key.meta-j,6,9*
+** descrizione: pass:none[touche "meta-j,6,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *69"+`
+
+* [[option_weechat.key.meta-j_7_0]] *weechat.key.meta-j,7,0*
+** descrizione: pass:none[touche "meta-j,7,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *70"+`
+
+* [[option_weechat.key.meta-j_7_1]] *weechat.key.meta-j,7,1*
+** descrizione: pass:none[touche "meta-j,7,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *71"+`
+
+* [[option_weechat.key.meta-j_7_2]] *weechat.key.meta-j,7,2*
+** descrizione: pass:none[touche "meta-j,7,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *72"+`
+
+* [[option_weechat.key.meta-j_7_3]] *weechat.key.meta-j,7,3*
+** descrizione: pass:none[touche "meta-j,7,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *73"+`
+
+* [[option_weechat.key.meta-j_7_4]] *weechat.key.meta-j,7,4*
+** descrizione: pass:none[touche "meta-j,7,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *74"+`
+
+* [[option_weechat.key.meta-j_7_5]] *weechat.key.meta-j,7,5*
+** descrizione: pass:none[touche "meta-j,7,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *75"+`
+
+* [[option_weechat.key.meta-j_7_6]] *weechat.key.meta-j,7,6*
+** descrizione: pass:none[touche "meta-j,7,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *76"+`
+
+* [[option_weechat.key.meta-j_7_7]] *weechat.key.meta-j,7,7*
+** descrizione: pass:none[touche "meta-j,7,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *77"+`
+
+* [[option_weechat.key.meta-j_7_8]] *weechat.key.meta-j,7,8*
+** descrizione: pass:none[touche "meta-j,7,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *78"+`
+
+* [[option_weechat.key.meta-j_7_9]] *weechat.key.meta-j,7,9*
+** descrizione: pass:none[touche "meta-j,7,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *79"+`
+
+* [[option_weechat.key.meta-j_8_0]] *weechat.key.meta-j,8,0*
+** descrizione: pass:none[touche "meta-j,8,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *80"+`
+
+* [[option_weechat.key.meta-j_8_1]] *weechat.key.meta-j,8,1*
+** descrizione: pass:none[touche "meta-j,8,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *81"+`
+
+* [[option_weechat.key.meta-j_8_2]] *weechat.key.meta-j,8,2*
+** descrizione: pass:none[touche "meta-j,8,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *82"+`
+
+* [[option_weechat.key.meta-j_8_3]] *weechat.key.meta-j,8,3*
+** descrizione: pass:none[touche "meta-j,8,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *83"+`
+
+* [[option_weechat.key.meta-j_8_4]] *weechat.key.meta-j,8,4*
+** descrizione: pass:none[touche "meta-j,8,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *84"+`
+
+* [[option_weechat.key.meta-j_8_5]] *weechat.key.meta-j,8,5*
+** descrizione: pass:none[touche "meta-j,8,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *85"+`
+
+* [[option_weechat.key.meta-j_8_6]] *weechat.key.meta-j,8,6*
+** descrizione: pass:none[touche "meta-j,8,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *86"+`
+
+* [[option_weechat.key.meta-j_8_7]] *weechat.key.meta-j,8,7*
+** descrizione: pass:none[touche "meta-j,8,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *87"+`
+
+* [[option_weechat.key.meta-j_8_8]] *weechat.key.meta-j,8,8*
+** descrizione: pass:none[touche "meta-j,8,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *88"+`
+
+* [[option_weechat.key.meta-j_8_9]] *weechat.key.meta-j,8,9*
+** descrizione: pass:none[touche "meta-j,8,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *89"+`
+
+* [[option_weechat.key.meta-j_9_0]] *weechat.key.meta-j,9,0*
+** descrizione: pass:none[touche "meta-j,9,0" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *90"+`
+
+* [[option_weechat.key.meta-j_9_1]] *weechat.key.meta-j,9,1*
+** descrizione: pass:none[touche "meta-j,9,1" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *91"+`
+
+* [[option_weechat.key.meta-j_9_2]] *weechat.key.meta-j,9,2*
+** descrizione: pass:none[touche "meta-j,9,2" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *92"+`
+
+* [[option_weechat.key.meta-j_9_3]] *weechat.key.meta-j,9,3*
+** descrizione: pass:none[touche "meta-j,9,3" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *93"+`
+
+* [[option_weechat.key.meta-j_9_4]] *weechat.key.meta-j,9,4*
+** descrizione: pass:none[touche "meta-j,9,4" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *94"+`
+
+* [[option_weechat.key.meta-j_9_5]] *weechat.key.meta-j,9,5*
+** descrizione: pass:none[touche "meta-j,9,5" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *95"+`
+
+* [[option_weechat.key.meta-j_9_6]] *weechat.key.meta-j,9,6*
+** descrizione: pass:none[touche "meta-j,9,6" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *96"+`
+
+* [[option_weechat.key.meta-j_9_7]] *weechat.key.meta-j,9,7*
+** descrizione: pass:none[touche "meta-j,9,7" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *97"+`
+
+* [[option_weechat.key.meta-j_9_8]] *weechat.key.meta-j,9,8*
+** descrizione: pass:none[touche "meta-j,9,8" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *98"+`
+
+* [[option_weechat.key.meta-j_9_9]] *weechat.key.meta-j,9,9*
+** descrizione: pass:none[touche "meta-j,9,9" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer *99"+`
+
+* [[option_weechat.key.meta-j_meta-f]] *weechat.key.meta-j,meta-f*
+** descrizione: pass:none[touche "meta-j,meta-f" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer -"+`
+
+* [[option_weechat.key.meta-j_meta-l]] *weechat.key.meta-j,meta-l*
+** descrizione: pass:none[touche "meta-j,meta-l" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer +"+`
+
+* [[option_weechat.key.meta-j_meta-r]] *weechat.key.meta-j,meta-r*
+** descrizione: pass:none[touche "meta-j,meta-r" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/server raw"+`
+
+* [[option_weechat.key.meta-j_meta-s]] *weechat.key.meta-j,meta-s*
+** descrizione: pass:none[touche "meta-j,meta-s" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/server jump"+`
+
+* [[option_weechat.key.meta-k]] *weechat.key.meta-k*
+** descrizione: pass:none[touche "meta-k" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input grab_key_command"+`
+
+* [[option_weechat.key.meta-l]] *weechat.key.meta-l*
+** descrizione: pass:none[touche "meta-l" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window bare"+`
+
+* [[option_weechat.key.meta-left]] *weechat.key.meta-left*
+** descrizione: pass:none[touche "meta-left" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-m]] *weechat.key.meta-m*
+** descrizione: pass:none[touche "meta-m" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/mute mouse toggle"+`
+
+* [[option_weechat.key.meta-n]] *weechat.key.meta-n*
+** descrizione: pass:none[touche "meta-n" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_next_highlight"+`
+
+* [[option_weechat.key.meta-p]] *weechat.key.meta-p*
+** descrizione: pass:none[touche "meta-p" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_previous_highlight"+`
+
+* [[option_weechat.key.meta-pgdn]] *weechat.key.meta-pgdn*
+** descrizione: pass:none[touche "meta-pgdn" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_down"+`
+
+* [[option_weechat.key.meta-pgup]] *weechat.key.meta-pgup*
+** descrizione: pass:none[touche "meta-pgup" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_up"+`
+
+* [[option_weechat.key.meta-r]] *weechat.key.meta-r*
+** descrizione: pass:none[touche "meta-r" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input delete_line"+`
+
+* [[option_weechat.key.meta-return]] *weechat.key.meta-return*
+** descrizione: pass:none[touche "meta-return" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input insert \n"+`
+
+* [[option_weechat.key.meta-right]] *weechat.key.meta-right*
+** descrizione: pass:none[touche "meta-right" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-s]] *weechat.key.meta-s*
+** descrizione: pass:none[touche "meta-s" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/mute spell toggle"+`
+
+* [[option_weechat.key.meta-u]] *weechat.key.meta-u*
+** descrizione: pass:none[touche "meta-u" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_unread"+`
+
+* [[option_weechat.key.meta-up]] *weechat.key.meta-up*
+** descrizione: pass:none[touche "meta-up" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-w_meta-b]] *weechat.key.meta-w,meta-b*
+** descrizione: pass:none[touche "meta-w,meta-b" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window balance"+`
+
+* [[option_weechat.key.meta-w_meta-down]] *weechat.key.meta-w,meta-down*
+** descrizione: pass:none[touche "meta-w,meta-down" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window down"+`
+
+* [[option_weechat.key.meta-w_meta-left]] *weechat.key.meta-w,meta-left*
+** descrizione: pass:none[touche "meta-w,meta-left" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window left"+`
+
+* [[option_weechat.key.meta-w_meta-right]] *weechat.key.meta-w,meta-right*
+** descrizione: pass:none[touche "meta-w,meta-right" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window right"+`
+
+* [[option_weechat.key.meta-w_meta-s]] *weechat.key.meta-w,meta-s*
+** descrizione: pass:none[touche "meta-w,meta-s" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window swap"+`
+
+* [[option_weechat.key.meta-w_meta-up]] *weechat.key.meta-w,meta-up*
+** descrizione: pass:none[touche "meta-w,meta-up" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window up"+`
+
+* [[option_weechat.key.meta-x]] *weechat.key.meta-x*
+** descrizione: pass:none[touche "meta-x" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/buffer zoom"+`
+
+* [[option_weechat.key.meta-z]] *weechat.key.meta-z*
+** descrizione: pass:none[touche "meta-z" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window zoom"+`
+
+* [[option_weechat.key.pgdn]] *weechat.key.pgdn*
+** descrizione: pass:none[touche "pgdn" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window page_down"+`
+
+* [[option_weechat.key.pgup]] *weechat.key.pgup*
+** descrizione: pass:none[touche "pgup" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window page_up"+`
+
+* [[option_weechat.key.return]] *weechat.key.return*
+** descrizione: pass:none[touche "return" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input return"+`
+
+* [[option_weechat.key.right]] *weechat.key.right*
+** descrizione: pass:none[touche "right" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input move_next_char"+`
+
+* [[option_weechat.key.shift-tab]] *weechat.key.shift-tab*
+** descrizione: pass:none[touche "shift-tab" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input complete_previous"+`
+
+* [[option_weechat.key.tab]] *weechat.key.tab*
+** descrizione: pass:none[touche "tab" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input complete_next"+`
+
+* [[option_weechat.key.up]] *weechat.key.up*
+** descrizione: pass:none[touche "up" dans le contexte "default"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input history_previous"+`
+
+* [[option_weechat.key_cursor.@chat:Q]] *weechat.key_cursor.@chat:Q*
+** descrizione: pass:none[touche "@chat:Q" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:chat_quote_time_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:m]] *weechat.key_cursor.@chat:m*
+** descrizione: pass:none[touche "@chat:m" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:chat_quote_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:q]] *weechat.key_cursor.@chat:q*
+** descrizione: pass:none[touche "@chat:q" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:chat_quote_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):K]] *weechat.key_cursor.@item(buffer_nicklist):K*
+** descrizione: pass:none[touche "@item(buffer_nicklist):K" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):b]] *weechat.key_cursor.@item(buffer_nicklist):b*
+** descrizione: pass:none[touche "@item(buffer_nicklist):b" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):k]] *weechat.key_cursor.@item(buffer_nicklist):k*
+** descrizione: pass:none[touche "@item(buffer_nicklist):k" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):q]] *weechat.key_cursor.@item(buffer_nicklist):q*
+** descrizione: pass:none[touche "@item(buffer_nicklist):q" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/query ${nick};/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):w]] *weechat.key_cursor.@item(buffer_nicklist):w*
+** descrizione: pass:none[touche "@item(buffer_nicklist):w" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_cursor.down]] *weechat.key_cursor.down*
+** descrizione: pass:none[touche "down" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move down"+`
+
+* [[option_weechat.key_cursor.left]] *weechat.key_cursor.left*
+** descrizione: pass:none[touche "left" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move left"+`
+
+* [[option_weechat.key_cursor.meta-down]] *weechat.key_cursor.meta-down*
+** descrizione: pass:none[touche "meta-down" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move area_down"+`
+
+* [[option_weechat.key_cursor.meta-left]] *weechat.key_cursor.meta-left*
+** descrizione: pass:none[touche "meta-left" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move area_left"+`
+
+* [[option_weechat.key_cursor.meta-right]] *weechat.key_cursor.meta-right*
+** descrizione: pass:none[touche "meta-right" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move area_right"+`
+
+* [[option_weechat.key_cursor.meta-up]] *weechat.key_cursor.meta-up*
+** descrizione: pass:none[touche "meta-up" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move area_up"+`
+
+* [[option_weechat.key_cursor.return]] *weechat.key_cursor.return*
+** descrizione: pass:none[touche "return" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor stop"+`
+
+* [[option_weechat.key_cursor.right]] *weechat.key_cursor.right*
+** descrizione: pass:none[touche "right" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move right"+`
+
+* [[option_weechat.key_cursor.up]] *weechat.key_cursor.up*
+** descrizione: pass:none[touche "up" dans le contexte "cursor"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor move up"+`
+
+* [[option_weechat.key_mouse.@*:button3]] *weechat.key_mouse.@*:button3*
+** descrizione: pass:none[touche "@*:button3" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/cursor go ${_x},${_y}"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheeldown]] *weechat.key_mouse.@bar(buflist):ctrl-wheeldown*
+** descrizione: pass:none[touche "@bar(buflist):ctrl-wheeldown" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheelup]] *weechat.key_mouse.@bar(buflist):ctrl-wheelup*
+** descrizione: pass:none[touche "@bar(buflist):ctrl-wheelup" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(input):button2]] *weechat.key_mouse.@bar(input):button2*
+** descrizione: pass:none[touche "@bar(input):button2" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input grab_mouse_area"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down*
+** descrizione: pass:none[touche "@bar(nicklist):button1-gesture-down" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist ${_window_number} +100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down-long*
+** descrizione: pass:none[touche "@bar(nicklist):button1-gesture-down-long" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist ${_window_number} e"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up*
+** descrizione: pass:none[touche "@bar(nicklist):button1-gesture-up" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist ${_window_number} -100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up-long*
+** descrizione: pass:none[touche "@bar(nicklist):button1-gesture-up-long" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll nicklist ${_window_number} b"+`
+
+* [[option_weechat.key_mouse.@bar:wheeldown]] *weechat.key_mouse.@bar:wheeldown*
+** descrizione: pass:none[touche "@bar:wheeldown" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll ${_bar_name} ${_window_number} +20%"+`
+
+* [[option_weechat.key_mouse.@bar:wheelup]] *weechat.key_mouse.@bar:wheelup*
+** descrizione: pass:none[touche "@bar:wheelup" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/bar scroll ${_bar_name} ${_window_number} -20%"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button1]] *weechat.key_mouse.@chat(fset.fset):button1*
+** descrizione: pass:none[touche "@chat(fset.fset):button1" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/fset -go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button2*]] *weechat.key_mouse.@chat(fset.fset):button2**
+** descrizione: pass:none[touche "@chat(fset.fset):button2*" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:fset_mouse"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheeldown]] *weechat.key_mouse.@chat(fset.fset):wheeldown*
+** descrizione: pass:none[touche "@chat(fset.fset):wheeldown" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/fset -down 5"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheelup]] *weechat.key_mouse.@chat(fset.fset):wheelup*
+** descrizione: pass:none[touche "@chat(fset.fset):wheelup" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/fset -up 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button1]] *weechat.key_mouse.@chat(script.scripts):button1*
+** descrizione: pass:none[touche "@chat(script.scripts):button1" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/script go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button2]] *weechat.key_mouse.@chat(script.scripts):button2*
+** descrizione: pass:none[touche "@chat(script.scripts):button2" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheeldown]] *weechat.key_mouse.@chat(script.scripts):wheeldown*
+** descrizione: pass:none[touche "@chat(script.scripts):wheeldown" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/script down 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheelup]] *weechat.key_mouse.@chat(script.scripts):wheelup*
+** descrizione: pass:none[touche "@chat(script.scripts):wheelup" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/script up 5"+`
+
+* [[option_weechat.key_mouse.@chat:button1]] *weechat.key_mouse.@chat:button1*
+** descrizione: pass:none[touche "@chat:button1" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left]] *weechat.key_mouse.@chat:button1-gesture-left*
+** descrizione: pass:none[touche "@chat:button1-gesture-left" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/buffer -1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left-long]] *weechat.key_mouse.@chat:button1-gesture-left-long*
+** descrizione: pass:none[touche "@chat:button1-gesture-left-long" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/buffer 1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right]] *weechat.key_mouse.@chat:button1-gesture-right*
+** descrizione: pass:none[touche "@chat:button1-gesture-right" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/buffer +1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right-long]] *weechat.key_mouse.@chat:button1-gesture-right-long*
+** descrizione: pass:none[touche "@chat:button1-gesture-right-long" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/buffer +"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheeldown]] *weechat.key_mouse.@chat:ctrl-wheeldown*
+** descrizione: pass:none[touche "@chat:ctrl-wheeldown" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_horiz -window ${_window_number} +10%"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheelup]] *weechat.key_mouse.@chat:ctrl-wheelup*
+** descrizione: pass:none[touche "@chat:ctrl-wheelup" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_horiz -window ${_window_number} -10%"+`
+
+* [[option_weechat.key_mouse.@chat:wheeldown]] *weechat.key_mouse.@chat:wheeldown*
+** descrizione: pass:none[touche "@chat:wheeldown" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_down -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:wheelup]] *weechat.key_mouse.@chat:wheelup*
+** descrizione: pass:none[touche "@chat:wheelup" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window scroll_up -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1]] *weechat.key_mouse.@item(buffer_nicklist):button1*
+** descrizione: pass:none[touche "@item(buffer_nicklist):button1" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/query ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left*
+** descrizione: pass:none[touche "@item(buffer_nicklist):button1-gesture-left" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long*
+** descrizione: pass:none[touche "@item(buffer_nicklist):button1-gesture-left-long" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2]] *weechat.key_mouse.@item(buffer_nicklist):button2*
+** descrizione: pass:none[touche "@item(buffer_nicklist):button2" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left*
+** descrizione: pass:none[touche "@item(buffer_nicklist):button2-gesture-left" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button1*]] *weechat.key_mouse.@item(buflist):button1**
+** descrizione: pass:none[touche "@item(buflist):button1*" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button2*]] *weechat.key_mouse.@item(buflist):button2**
+** descrizione: pass:none[touche "@item(buflist):button2*" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button1*]] *weechat.key_mouse.@item(buflist2):button1**
+** descrizione: pass:none[touche "@item(buflist2):button1*" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button2*]] *weechat.key_mouse.@item(buflist2):button2**
+** descrizione: pass:none[touche "@item(buflist2):button2*" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button1*]] *weechat.key_mouse.@item(buflist3):button1**
+** descrizione: pass:none[touche "@item(buflist3):button1*" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button2*]] *weechat.key_mouse.@item(buflist3):button2**
+** descrizione: pass:none[touche "@item(buflist3):button2*" dans le contexte "mouse"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_search.ctrl-q]] *weechat.key_search.ctrl-q*
+** descrizione: pass:none[touche "ctrl-q" dans le contexte "search"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_stop"+`
+
+* [[option_weechat.key_search.ctrl-r]] *weechat.key_search.ctrl-r*
+** descrizione: pass:none[touche "ctrl-r" dans le contexte "search"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_switch_regex"+`
+
+* [[option_weechat.key_search.down]] *weechat.key_search.down*
+** descrizione: pass:none[touche "down" dans le contexte "search"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_next"+`
+
+* [[option_weechat.key_search.meta-c]] *weechat.key_search.meta-c*
+** descrizione: pass:none[touche "meta-c" dans le contexte "search"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_switch_case"+`
+
+* [[option_weechat.key_search.return]] *weechat.key_search.return*
+** descrizione: pass:none[touche "return" dans le contexte "search"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_stop_here"+`
+
+* [[option_weechat.key_search.tab]] *weechat.key_search.tab*
+** descrizione: pass:none[touche "tab" dans le contexte "search"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_switch_where"+`
+
+* [[option_weechat.key_search.up]] *weechat.key_search.up*
+** descrizione: pass:none[touche "up" dans le contexte "search"]
+** tipo: stringa
+** valori: qualsiasi stringa
+** valore predefinito: `+"/input search_previous"+`
+
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
** descrizione: pass:none[allineamento per la fine delle righe (tutte le righe tranne la prima): iniziano al di sotto di questi dati (data, buffer, prefissio, suffisso, messaggio (predefinito))]
** tipo: intero
diff --git a/doc/ja/includes/autogen_api_hdata.ja.adoc b/doc/ja/includes/autogen_api_hdata.ja.adoc
index 8ae00e190..3eaa73e52 100644
--- a/doc/ja/includes/autogen_api_hdata.ja.adoc
+++ b/doc/ja/includes/autogen_api_hdata.ja.adoc
@@ -713,6 +713,7 @@ _priority_   (integer) +
_name_   (string) +
_filename_   (string) +
_file_   (pointer) +
+_version_   (integer) +
_callback_reload_   (pointer) +
_callback_reload_pointer_   (pointer) +
_callback_reload_data_   (pointer) +
diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc
index f8e3924bc..309748d3a 100644
--- a/doc/ja/includes/autogen_user_commands.ja.adoc
+++ b/doc/ja/includes/autogen_user_commands.ja.adoc
@@ -1404,6 +1404,7 @@ Examples:
dirs: display directories
hdata: display infos about hdata (with free: remove all hdata in memory)
infolists: display infos about infolists
+ key: enable keyboard and mouse debug: display raw codes, expanded key name and associated command ('q' to quit this mode)
libs: display infos about external libraries used
memory: display infos about memory usage
mouse: toggle debug for mouse
@@ -1715,8 +1716,6 @@ list of actions:
grab_mouse_area: grab mouse event code with area
insert: insert text in command line (escaped chars are allowed, see /help print)
send: send text to the buffer
- paste_start: start paste (bracketed paste mode)
- paste_stop: stop paste (bracketed paste mode)
This command is used by key bindings or plugins.
----
@@ -1768,7 +1767,7 @@ Examples:
* `+key+`: キーの割り当てと割り当て解除
----
-/key list|listdefault|listdiff [<context>]
+/key [list|listdefault|listdiff] [<context>]
bind <key> [<command> [<args>]]
bindctxt <context> <key> [<command> [<args>]]
unbind <key>
@@ -1778,7 +1777,7 @@ Examples:
resetall -yes [<context>]
missing [<context>]
- list: list all current keys (without argument, this list is displayed)
+ list: list all current keys
listdefault: list default keys
listdiff: list differences between current and default keys (keys added, redefined or deleted)
context: name of context ("default" or "search")
@@ -1792,7 +1791,16 @@ listdefault: list default keys
resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
missing: add missing keys (using default bindings), useful after installing new WeeChat version
-When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key code in command line.
+When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key name in command line.
+
+Modifiers allowed (in this order when multiple are used):
+ meta- (alt key)
+ ctrl- (control key)
+ shift- (shift key, can only be used with key names below)
+
+Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, pgdn, up, down, right, left, tab, return, comma, space.
+
+Combo of keys must be separated by a comma.
For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
*: any area on screen
@@ -1807,14 +1815,14 @@ A special value for command with format "hsignal:name" can be used for context m
Another special value "-" can be used to disable key (it will be ignored when looking for keys).
Examples:
- key alt-t to toggle nicklist bar:
- /key bind meta-t /bar toggle nicklist
key alt-r to jump to #weechat IRC channel:
/key bind meta-r /buffer #weechat
restore default binding for key alt-r:
/key reset meta-r
+ key meta-v then f1 to run /help:
+ /key bind meta-v,f1 /help
key "tab" to stop search in buffer:
- /key bindctxt search ctrl-i /input search_stop
+ /key bindctxt search tab /input search_stop
middle button of mouse on a nick to retrieve info on nick:
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
----
diff --git a/doc/ja/includes/autogen_user_options.ja.adoc b/doc/ja/includes/autogen_user_options.ja.adoc
index 33faba755..0ebc28446 100644
--- a/doc/ja/includes/autogen_user_options.ja.adoc
+++ b/doc/ja/includes/autogen_user_options.ja.adoc
@@ -3004,6 +3004,1662 @@
** 値: 0 .. 1000
** デフォルト値: `+50+`
+* [[option_weechat.key.backspace]] *weechat.key.backspace*
+** 説明: pass:none[touche "backspace" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_previous_char"+`
+
+* [[option_weechat.key.ctrl-_]] *weechat.key.ctrl-_*
+** 説明: pass:none[touche "ctrl-_" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input undo"+`
+
+* [[option_weechat.key.ctrl-a]] *weechat.key.ctrl-a*
+** 説明: pass:none[touche "ctrl-a" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-b]] *weechat.key.ctrl-b*
+** 説明: pass:none[touche "ctrl-b" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.ctrl-c__]] *weechat.key.ctrl-c,_*
+** 説明: pass:none[touche "ctrl-c,_" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input insert \x1F"+`
+
+* [[option_weechat.key.ctrl-c_b]] *weechat.key.ctrl-c,b*
+** 説明: pass:none[touche "ctrl-c,b" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input insert \x02"+`
+
+* [[option_weechat.key.ctrl-c_c]] *weechat.key.ctrl-c,c*
+** 説明: pass:none[touche "ctrl-c,c" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input insert \x03"+`
+
+* [[option_weechat.key.ctrl-c_i]] *weechat.key.ctrl-c,i*
+** 説明: pass:none[touche "ctrl-c,i" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input insert \x1D"+`
+
+* [[option_weechat.key.ctrl-c_o]] *weechat.key.ctrl-c,o*
+** 説明: pass:none[touche "ctrl-c,o" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input insert \x0F"+`
+
+* [[option_weechat.key.ctrl-c_v]] *weechat.key.ctrl-c,v*
+** 説明: pass:none[touche "ctrl-c,v" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input insert \x16"+`
+
+* [[option_weechat.key.ctrl-d]] *weechat.key.ctrl-d*
+** 説明: pass:none[touche "ctrl-d" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.ctrl-down]] *weechat.key.ctrl-down*
+** 説明: pass:none[touche "ctrl-down" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input history_global_next"+`
+
+* [[option_weechat.key.ctrl-e]] *weechat.key.ctrl-e*
+** 説明: pass:none[touche "ctrl-e" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.ctrl-f]] *weechat.key.ctrl-f*
+** 説明: pass:none[touche "ctrl-f" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_next_char"+`
+
+* [[option_weechat.key.ctrl-f1]] *weechat.key.ctrl-f1*
+** 説明: pass:none[touche "ctrl-f1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.ctrl-f11]] *weechat.key.ctrl-f11*
+** 説明: pass:none[touche "ctrl-f11" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.ctrl-f12]] *weechat.key.ctrl-f12*
+** 説明: pass:none[touche "ctrl-f12" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.ctrl-f2]] *weechat.key.ctrl-f2*
+** 説明: pass:none[touche "ctrl-f2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.ctrl-k]] *weechat.key.ctrl-k*
+** 説明: pass:none[touche "ctrl-k" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_end_of_line"+`
+
+* [[option_weechat.key.ctrl-l]] *weechat.key.ctrl-l*
+** 説明: pass:none[touche "ctrl-l" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window refresh"+`
+
+* [[option_weechat.key.ctrl-left]] *weechat.key.ctrl-left*
+** 説明: pass:none[touche "ctrl-left" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.ctrl-n]] *weechat.key.ctrl-n*
+** 説明: pass:none[touche "ctrl-n" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer +1"+`
+
+* [[option_weechat.key.ctrl-p]] *weechat.key.ctrl-p*
+** 説明: pass:none[touche "ctrl-p" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer -1"+`
+
+* [[option_weechat.key.ctrl-r]] *weechat.key.ctrl-r*
+** 説明: pass:none[touche "ctrl-r" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_text_here"+`
+
+* [[option_weechat.key.ctrl-right]] *weechat.key.ctrl-right*
+** 説明: pass:none[touche "ctrl-right" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_next_word"+`
+
+* [[option_weechat.key.ctrl-s_ctrl-u]] *weechat.key.ctrl-s,ctrl-u*
+** 説明: pass:none[touche "ctrl-s,ctrl-u" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/allbuf /buffer set unread"+`
+
+* [[option_weechat.key.ctrl-t]] *weechat.key.ctrl-t*
+** 説明: pass:none[touche "ctrl-t" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input transpose_chars"+`
+
+* [[option_weechat.key.ctrl-u]] *weechat.key.ctrl-u*
+** 説明: pass:none[touche "ctrl-u" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-up]] *weechat.key.ctrl-up*
+** 説明: pass:none[touche "ctrl-up" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input history_global_previous"+`
+
+* [[option_weechat.key.ctrl-w]] *weechat.key.ctrl-w*
+** 説明: pass:none[touche "ctrl-w" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_previous_word_whitespace"+`
+
+* [[option_weechat.key.ctrl-x]] *weechat.key.ctrl-x*
+** 説明: pass:none[touche "ctrl-x" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer switch"+`
+
+* [[option_weechat.key.ctrl-y]] *weechat.key.ctrl-y*
+** 説明: pass:none[touche "ctrl-y" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input clipboard_paste"+`
+
+* [[option_weechat.key.delete]] *weechat.key.delete*
+** 説明: pass:none[touche "delete" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.down]] *weechat.key.down*
+** 説明: pass:none[touche "down" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input history_next"+`
+
+* [[option_weechat.key.end]] *weechat.key.end*
+** 説明: pass:none[touche "end" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.f1]] *weechat.key.f1*
+** 説明: pass:none[touche "f1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.f10]] *weechat.key.f10*
+** 説明: pass:none[touche "f10" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll title * +30%"+`
+
+* [[option_weechat.key.f11]] *weechat.key.f11*
+** 説明: pass:none[touche "f11" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.f12]] *weechat.key.f12*
+** 説明: pass:none[touche "f12" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.f2]] *weechat.key.f2*
+** 説明: pass:none[touche "f2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.f5]] *weechat.key.f5*
+** 説明: pass:none[touche "f5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer -1"+`
+
+* [[option_weechat.key.f6]] *weechat.key.f6*
+** 説明: pass:none[touche "f6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer +1"+`
+
+* [[option_weechat.key.f7]] *weechat.key.f7*
+** 説明: pass:none[touche "f7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window -1"+`
+
+* [[option_weechat.key.f8]] *weechat.key.f8*
+** 説明: pass:none[touche "f8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window +1"+`
+
+* [[option_weechat.key.f9]] *weechat.key.f9*
+** 説明: pass:none[touche "f9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll title * -30%"+`
+
+* [[option_weechat.key.home]] *weechat.key.home*
+** 説明: pass:none[touche "home" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.left]] *weechat.key.left*
+** 説明: pass:none[touche "left" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.meta--]] *weechat.key.meta--*
+** 説明: pass:none[touche "meta--" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/filter toggle @"+`
+
+* [[option_weechat.key.meta-/]] *weechat.key.meta-/*
+** 説明: pass:none[touche "meta-/" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer jump last_displayed"+`
+
+* [[option_weechat.key.meta-0]] *weechat.key.meta-0*
+** 説明: pass:none[touche "meta-0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-1]] *weechat.key.meta-1*
+** 説明: pass:none[touche "meta-1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-2]] *weechat.key.meta-2*
+** 説明: pass:none[touche "meta-2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-3]] *weechat.key.meta-3*
+** 説明: pass:none[touche "meta-3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-4]] *weechat.key.meta-4*
+** 説明: pass:none[touche "meta-4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-5]] *weechat.key.meta-5*
+** 説明: pass:none[touche "meta-5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-6]] *weechat.key.meta-6*
+** 説明: pass:none[touche "meta-6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-7]] *weechat.key.meta-7*
+** 説明: pass:none[touche "meta-7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-8]] *weechat.key.meta-8*
+** 説明: pass:none[touche "meta-8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-9]] *weechat.key.meta-9*
+** 説明: pass:none[touche "meta-9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-<]] *weechat.key.meta-<*
+** 説明: pass:none[touche "meta-<" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer jump prev_visited"+`
+
+* [[option_weechat.key.meta-=]] *weechat.key.meta-=*
+** 説明: pass:none[touche "meta-=" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/filter toggle"+`
+
+* [[option_weechat.key.meta->]] *weechat.key.meta->*
+** 説明: pass:none[touche "meta->" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer jump next_visited"+`
+
+* [[option_weechat.key.meta-B]] *weechat.key.meta-B*
+** 説明: pass:none[touche "meta-B" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buflist toggle"+`
+
+* [[option_weechat.key.meta-K]] *weechat.key.meta-K*
+** 説明: pass:none[touche "meta-K" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input grab_raw_key_command"+`
+
+* [[option_weechat.key.meta-N]] *weechat.key.meta-N*
+** 説明: pass:none[touche "meta-N" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar toggle nicklist"+`
+
+* [[option_weechat.key.meta-_]] *weechat.key.meta-_*
+** 説明: pass:none[touche "meta-_" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input redo"+`
+
+* [[option_weechat.key.meta-a]] *weechat.key.meta-a*
+** 説明: pass:none[touche "meta-a" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer jump smart"+`
+
+* [[option_weechat.key.meta-b]] *weechat.key.meta-b*
+** 説明: pass:none[touche "meta-b" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.meta-backspace]] *weechat.key.meta-backspace*
+** 説明: pass:none[touche "meta-backspace" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_previous_word"+`
+
+* [[option_weechat.key.meta-d]] *weechat.key.meta-d*
+** 説明: pass:none[touche "meta-d" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_next_word"+`
+
+* [[option_weechat.key.meta-down]] *weechat.key.meta-down*
+** 説明: pass:none[touche "meta-down" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-end]] *weechat.key.meta-end*
+** 説明: pass:none[touche "meta-end" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_bottom"+`
+
+* [[option_weechat.key.meta-f]] *weechat.key.meta-f*
+** 説明: pass:none[touche "meta-f" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_next_word"+`
+
+* [[option_weechat.key.meta-f1]] *weechat.key.meta-f1*
+** 説明: pass:none[touche "meta-f1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll buflist * b"+`
+
+* [[option_weechat.key.meta-f11]] *weechat.key.meta-f11*
+** 説明: pass:none[touche "meta-f11" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist * b"+`
+
+* [[option_weechat.key.meta-f12]] *weechat.key.meta-f12*
+** 説明: pass:none[touche "meta-f12" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist * e"+`
+
+* [[option_weechat.key.meta-f2]] *weechat.key.meta-f2*
+** 説明: pass:none[touche "meta-f2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll buflist * e"+`
+
+* [[option_weechat.key.meta-h_meta-R]] *weechat.key.meta-h,meta-R*
+** 説明: pass:none[touche "meta-h,meta-R" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/hotlist restore -all"+`
+
+* [[option_weechat.key.meta-h_meta-c]] *weechat.key.meta-h,meta-c*
+** 説明: pass:none[touche "meta-h,meta-c" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/hotlist clear"+`
+
+* [[option_weechat.key.meta-h_meta-m]] *weechat.key.meta-h,meta-m*
+** 説明: pass:none[touche "meta-h,meta-m" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/hotlist remove"+`
+
+* [[option_weechat.key.meta-h_meta-r]] *weechat.key.meta-h,meta-r*
+** 説明: pass:none[touche "meta-h,meta-r" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/hotlist restore"+`
+
+* [[option_weechat.key.meta-home]] *weechat.key.meta-home*
+** 説明: pass:none[touche "meta-home" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_top"+`
+
+* [[option_weechat.key.meta-j_0_1]] *weechat.key.meta-j,0,1*
+** 説明: pass:none[touche "meta-j,0,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-j_0_2]] *weechat.key.meta-j,0,2*
+** 説明: pass:none[touche "meta-j,0,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-j_0_3]] *weechat.key.meta-j,0,3*
+** 説明: pass:none[touche "meta-j,0,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-j_0_4]] *weechat.key.meta-j,0,4*
+** 説明: pass:none[touche "meta-j,0,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-j_0_5]] *weechat.key.meta-j,0,5*
+** 説明: pass:none[touche "meta-j,0,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-j_0_6]] *weechat.key.meta-j,0,6*
+** 説明: pass:none[touche "meta-j,0,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-j_0_7]] *weechat.key.meta-j,0,7*
+** 説明: pass:none[touche "meta-j,0,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-j_0_8]] *weechat.key.meta-j,0,8*
+** 説明: pass:none[touche "meta-j,0,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-j_0_9]] *weechat.key.meta-j,0,9*
+** 説明: pass:none[touche "meta-j,0,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-j_1_0]] *weechat.key.meta-j,1,0*
+** 説明: pass:none[touche "meta-j,1,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-j_1_1]] *weechat.key.meta-j,1,1*
+** 説明: pass:none[touche "meta-j,1,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *11"+`
+
+* [[option_weechat.key.meta-j_1_2]] *weechat.key.meta-j,1,2*
+** 説明: pass:none[touche "meta-j,1,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *12"+`
+
+* [[option_weechat.key.meta-j_1_3]] *weechat.key.meta-j,1,3*
+** 説明: pass:none[touche "meta-j,1,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *13"+`
+
+* [[option_weechat.key.meta-j_1_4]] *weechat.key.meta-j,1,4*
+** 説明: pass:none[touche "meta-j,1,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *14"+`
+
+* [[option_weechat.key.meta-j_1_5]] *weechat.key.meta-j,1,5*
+** 説明: pass:none[touche "meta-j,1,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *15"+`
+
+* [[option_weechat.key.meta-j_1_6]] *weechat.key.meta-j,1,6*
+** 説明: pass:none[touche "meta-j,1,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *16"+`
+
+* [[option_weechat.key.meta-j_1_7]] *weechat.key.meta-j,1,7*
+** 説明: pass:none[touche "meta-j,1,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *17"+`
+
+* [[option_weechat.key.meta-j_1_8]] *weechat.key.meta-j,1,8*
+** 説明: pass:none[touche "meta-j,1,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *18"+`
+
+* [[option_weechat.key.meta-j_1_9]] *weechat.key.meta-j,1,9*
+** 説明: pass:none[touche "meta-j,1,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *19"+`
+
+* [[option_weechat.key.meta-j_2_0]] *weechat.key.meta-j,2,0*
+** 説明: pass:none[touche "meta-j,2,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *20"+`
+
+* [[option_weechat.key.meta-j_2_1]] *weechat.key.meta-j,2,1*
+** 説明: pass:none[touche "meta-j,2,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *21"+`
+
+* [[option_weechat.key.meta-j_2_2]] *weechat.key.meta-j,2,2*
+** 説明: pass:none[touche "meta-j,2,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *22"+`
+
+* [[option_weechat.key.meta-j_2_3]] *weechat.key.meta-j,2,3*
+** 説明: pass:none[touche "meta-j,2,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *23"+`
+
+* [[option_weechat.key.meta-j_2_4]] *weechat.key.meta-j,2,4*
+** 説明: pass:none[touche "meta-j,2,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *24"+`
+
+* [[option_weechat.key.meta-j_2_5]] *weechat.key.meta-j,2,5*
+** 説明: pass:none[touche "meta-j,2,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *25"+`
+
+* [[option_weechat.key.meta-j_2_6]] *weechat.key.meta-j,2,6*
+** 説明: pass:none[touche "meta-j,2,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *26"+`
+
+* [[option_weechat.key.meta-j_2_7]] *weechat.key.meta-j,2,7*
+** 説明: pass:none[touche "meta-j,2,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *27"+`
+
+* [[option_weechat.key.meta-j_2_8]] *weechat.key.meta-j,2,8*
+** 説明: pass:none[touche "meta-j,2,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *28"+`
+
+* [[option_weechat.key.meta-j_2_9]] *weechat.key.meta-j,2,9*
+** 説明: pass:none[touche "meta-j,2,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *29"+`
+
+* [[option_weechat.key.meta-j_3_0]] *weechat.key.meta-j,3,0*
+** 説明: pass:none[touche "meta-j,3,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *30"+`
+
+* [[option_weechat.key.meta-j_3_1]] *weechat.key.meta-j,3,1*
+** 説明: pass:none[touche "meta-j,3,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *31"+`
+
+* [[option_weechat.key.meta-j_3_2]] *weechat.key.meta-j,3,2*
+** 説明: pass:none[touche "meta-j,3,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *32"+`
+
+* [[option_weechat.key.meta-j_3_3]] *weechat.key.meta-j,3,3*
+** 説明: pass:none[touche "meta-j,3,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *33"+`
+
+* [[option_weechat.key.meta-j_3_4]] *weechat.key.meta-j,3,4*
+** 説明: pass:none[touche "meta-j,3,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *34"+`
+
+* [[option_weechat.key.meta-j_3_5]] *weechat.key.meta-j,3,5*
+** 説明: pass:none[touche "meta-j,3,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *35"+`
+
+* [[option_weechat.key.meta-j_3_6]] *weechat.key.meta-j,3,6*
+** 説明: pass:none[touche "meta-j,3,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *36"+`
+
+* [[option_weechat.key.meta-j_3_7]] *weechat.key.meta-j,3,7*
+** 説明: pass:none[touche "meta-j,3,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *37"+`
+
+* [[option_weechat.key.meta-j_3_8]] *weechat.key.meta-j,3,8*
+** 説明: pass:none[touche "meta-j,3,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *38"+`
+
+* [[option_weechat.key.meta-j_3_9]] *weechat.key.meta-j,3,9*
+** 説明: pass:none[touche "meta-j,3,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *39"+`
+
+* [[option_weechat.key.meta-j_4_0]] *weechat.key.meta-j,4,0*
+** 説明: pass:none[touche "meta-j,4,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *40"+`
+
+* [[option_weechat.key.meta-j_4_1]] *weechat.key.meta-j,4,1*
+** 説明: pass:none[touche "meta-j,4,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *41"+`
+
+* [[option_weechat.key.meta-j_4_2]] *weechat.key.meta-j,4,2*
+** 説明: pass:none[touche "meta-j,4,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *42"+`
+
+* [[option_weechat.key.meta-j_4_3]] *weechat.key.meta-j,4,3*
+** 説明: pass:none[touche "meta-j,4,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *43"+`
+
+* [[option_weechat.key.meta-j_4_4]] *weechat.key.meta-j,4,4*
+** 説明: pass:none[touche "meta-j,4,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *44"+`
+
+* [[option_weechat.key.meta-j_4_5]] *weechat.key.meta-j,4,5*
+** 説明: pass:none[touche "meta-j,4,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *45"+`
+
+* [[option_weechat.key.meta-j_4_6]] *weechat.key.meta-j,4,6*
+** 説明: pass:none[touche "meta-j,4,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *46"+`
+
+* [[option_weechat.key.meta-j_4_7]] *weechat.key.meta-j,4,7*
+** 説明: pass:none[touche "meta-j,4,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *47"+`
+
+* [[option_weechat.key.meta-j_4_8]] *weechat.key.meta-j,4,8*
+** 説明: pass:none[touche "meta-j,4,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *48"+`
+
+* [[option_weechat.key.meta-j_4_9]] *weechat.key.meta-j,4,9*
+** 説明: pass:none[touche "meta-j,4,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *49"+`
+
+* [[option_weechat.key.meta-j_5_0]] *weechat.key.meta-j,5,0*
+** 説明: pass:none[touche "meta-j,5,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *50"+`
+
+* [[option_weechat.key.meta-j_5_1]] *weechat.key.meta-j,5,1*
+** 説明: pass:none[touche "meta-j,5,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *51"+`
+
+* [[option_weechat.key.meta-j_5_2]] *weechat.key.meta-j,5,2*
+** 説明: pass:none[touche "meta-j,5,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *52"+`
+
+* [[option_weechat.key.meta-j_5_3]] *weechat.key.meta-j,5,3*
+** 説明: pass:none[touche "meta-j,5,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *53"+`
+
+* [[option_weechat.key.meta-j_5_4]] *weechat.key.meta-j,5,4*
+** 説明: pass:none[touche "meta-j,5,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *54"+`
+
+* [[option_weechat.key.meta-j_5_5]] *weechat.key.meta-j,5,5*
+** 説明: pass:none[touche "meta-j,5,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *55"+`
+
+* [[option_weechat.key.meta-j_5_6]] *weechat.key.meta-j,5,6*
+** 説明: pass:none[touche "meta-j,5,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *56"+`
+
+* [[option_weechat.key.meta-j_5_7]] *weechat.key.meta-j,5,7*
+** 説明: pass:none[touche "meta-j,5,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *57"+`
+
+* [[option_weechat.key.meta-j_5_8]] *weechat.key.meta-j,5,8*
+** 説明: pass:none[touche "meta-j,5,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *58"+`
+
+* [[option_weechat.key.meta-j_5_9]] *weechat.key.meta-j,5,9*
+** 説明: pass:none[touche "meta-j,5,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *59"+`
+
+* [[option_weechat.key.meta-j_6_0]] *weechat.key.meta-j,6,0*
+** 説明: pass:none[touche "meta-j,6,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *60"+`
+
+* [[option_weechat.key.meta-j_6_1]] *weechat.key.meta-j,6,1*
+** 説明: pass:none[touche "meta-j,6,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *61"+`
+
+* [[option_weechat.key.meta-j_6_2]] *weechat.key.meta-j,6,2*
+** 説明: pass:none[touche "meta-j,6,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *62"+`
+
+* [[option_weechat.key.meta-j_6_3]] *weechat.key.meta-j,6,3*
+** 説明: pass:none[touche "meta-j,6,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *63"+`
+
+* [[option_weechat.key.meta-j_6_4]] *weechat.key.meta-j,6,4*
+** 説明: pass:none[touche "meta-j,6,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *64"+`
+
+* [[option_weechat.key.meta-j_6_5]] *weechat.key.meta-j,6,5*
+** 説明: pass:none[touche "meta-j,6,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *65"+`
+
+* [[option_weechat.key.meta-j_6_6]] *weechat.key.meta-j,6,6*
+** 説明: pass:none[touche "meta-j,6,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *66"+`
+
+* [[option_weechat.key.meta-j_6_7]] *weechat.key.meta-j,6,7*
+** 説明: pass:none[touche "meta-j,6,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *67"+`
+
+* [[option_weechat.key.meta-j_6_8]] *weechat.key.meta-j,6,8*
+** 説明: pass:none[touche "meta-j,6,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *68"+`
+
+* [[option_weechat.key.meta-j_6_9]] *weechat.key.meta-j,6,9*
+** 説明: pass:none[touche "meta-j,6,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *69"+`
+
+* [[option_weechat.key.meta-j_7_0]] *weechat.key.meta-j,7,0*
+** 説明: pass:none[touche "meta-j,7,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *70"+`
+
+* [[option_weechat.key.meta-j_7_1]] *weechat.key.meta-j,7,1*
+** 説明: pass:none[touche "meta-j,7,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *71"+`
+
+* [[option_weechat.key.meta-j_7_2]] *weechat.key.meta-j,7,2*
+** 説明: pass:none[touche "meta-j,7,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *72"+`
+
+* [[option_weechat.key.meta-j_7_3]] *weechat.key.meta-j,7,3*
+** 説明: pass:none[touche "meta-j,7,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *73"+`
+
+* [[option_weechat.key.meta-j_7_4]] *weechat.key.meta-j,7,4*
+** 説明: pass:none[touche "meta-j,7,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *74"+`
+
+* [[option_weechat.key.meta-j_7_5]] *weechat.key.meta-j,7,5*
+** 説明: pass:none[touche "meta-j,7,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *75"+`
+
+* [[option_weechat.key.meta-j_7_6]] *weechat.key.meta-j,7,6*
+** 説明: pass:none[touche "meta-j,7,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *76"+`
+
+* [[option_weechat.key.meta-j_7_7]] *weechat.key.meta-j,7,7*
+** 説明: pass:none[touche "meta-j,7,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *77"+`
+
+* [[option_weechat.key.meta-j_7_8]] *weechat.key.meta-j,7,8*
+** 説明: pass:none[touche "meta-j,7,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *78"+`
+
+* [[option_weechat.key.meta-j_7_9]] *weechat.key.meta-j,7,9*
+** 説明: pass:none[touche "meta-j,7,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *79"+`
+
+* [[option_weechat.key.meta-j_8_0]] *weechat.key.meta-j,8,0*
+** 説明: pass:none[touche "meta-j,8,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *80"+`
+
+* [[option_weechat.key.meta-j_8_1]] *weechat.key.meta-j,8,1*
+** 説明: pass:none[touche "meta-j,8,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *81"+`
+
+* [[option_weechat.key.meta-j_8_2]] *weechat.key.meta-j,8,2*
+** 説明: pass:none[touche "meta-j,8,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *82"+`
+
+* [[option_weechat.key.meta-j_8_3]] *weechat.key.meta-j,8,3*
+** 説明: pass:none[touche "meta-j,8,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *83"+`
+
+* [[option_weechat.key.meta-j_8_4]] *weechat.key.meta-j,8,4*
+** 説明: pass:none[touche "meta-j,8,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *84"+`
+
+* [[option_weechat.key.meta-j_8_5]] *weechat.key.meta-j,8,5*
+** 説明: pass:none[touche "meta-j,8,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *85"+`
+
+* [[option_weechat.key.meta-j_8_6]] *weechat.key.meta-j,8,6*
+** 説明: pass:none[touche "meta-j,8,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *86"+`
+
+* [[option_weechat.key.meta-j_8_7]] *weechat.key.meta-j,8,7*
+** 説明: pass:none[touche "meta-j,8,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *87"+`
+
+* [[option_weechat.key.meta-j_8_8]] *weechat.key.meta-j,8,8*
+** 説明: pass:none[touche "meta-j,8,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *88"+`
+
+* [[option_weechat.key.meta-j_8_9]] *weechat.key.meta-j,8,9*
+** 説明: pass:none[touche "meta-j,8,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *89"+`
+
+* [[option_weechat.key.meta-j_9_0]] *weechat.key.meta-j,9,0*
+** 説明: pass:none[touche "meta-j,9,0" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *90"+`
+
+* [[option_weechat.key.meta-j_9_1]] *weechat.key.meta-j,9,1*
+** 説明: pass:none[touche "meta-j,9,1" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *91"+`
+
+* [[option_weechat.key.meta-j_9_2]] *weechat.key.meta-j,9,2*
+** 説明: pass:none[touche "meta-j,9,2" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *92"+`
+
+* [[option_weechat.key.meta-j_9_3]] *weechat.key.meta-j,9,3*
+** 説明: pass:none[touche "meta-j,9,3" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *93"+`
+
+* [[option_weechat.key.meta-j_9_4]] *weechat.key.meta-j,9,4*
+** 説明: pass:none[touche "meta-j,9,4" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *94"+`
+
+* [[option_weechat.key.meta-j_9_5]] *weechat.key.meta-j,9,5*
+** 説明: pass:none[touche "meta-j,9,5" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *95"+`
+
+* [[option_weechat.key.meta-j_9_6]] *weechat.key.meta-j,9,6*
+** 説明: pass:none[touche "meta-j,9,6" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *96"+`
+
+* [[option_weechat.key.meta-j_9_7]] *weechat.key.meta-j,9,7*
+** 説明: pass:none[touche "meta-j,9,7" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *97"+`
+
+* [[option_weechat.key.meta-j_9_8]] *weechat.key.meta-j,9,8*
+** 説明: pass:none[touche "meta-j,9,8" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *98"+`
+
+* [[option_weechat.key.meta-j_9_9]] *weechat.key.meta-j,9,9*
+** 説明: pass:none[touche "meta-j,9,9" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer *99"+`
+
+* [[option_weechat.key.meta-j_meta-f]] *weechat.key.meta-j,meta-f*
+** 説明: pass:none[touche "meta-j,meta-f" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer -"+`
+
+* [[option_weechat.key.meta-j_meta-l]] *weechat.key.meta-j,meta-l*
+** 説明: pass:none[touche "meta-j,meta-l" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer +"+`
+
+* [[option_weechat.key.meta-j_meta-r]] *weechat.key.meta-j,meta-r*
+** 説明: pass:none[touche "meta-j,meta-r" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/server raw"+`
+
+* [[option_weechat.key.meta-j_meta-s]] *weechat.key.meta-j,meta-s*
+** 説明: pass:none[touche "meta-j,meta-s" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/server jump"+`
+
+* [[option_weechat.key.meta-k]] *weechat.key.meta-k*
+** 説明: pass:none[touche "meta-k" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input grab_key_command"+`
+
+* [[option_weechat.key.meta-l]] *weechat.key.meta-l*
+** 説明: pass:none[touche "meta-l" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window bare"+`
+
+* [[option_weechat.key.meta-left]] *weechat.key.meta-left*
+** 説明: pass:none[touche "meta-left" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-m]] *weechat.key.meta-m*
+** 説明: pass:none[touche "meta-m" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/mute mouse toggle"+`
+
+* [[option_weechat.key.meta-n]] *weechat.key.meta-n*
+** 説明: pass:none[touche "meta-n" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_next_highlight"+`
+
+* [[option_weechat.key.meta-p]] *weechat.key.meta-p*
+** 説明: pass:none[touche "meta-p" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_previous_highlight"+`
+
+* [[option_weechat.key.meta-pgdn]] *weechat.key.meta-pgdn*
+** 説明: pass:none[touche "meta-pgdn" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_down"+`
+
+* [[option_weechat.key.meta-pgup]] *weechat.key.meta-pgup*
+** 説明: pass:none[touche "meta-pgup" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_up"+`
+
+* [[option_weechat.key.meta-r]] *weechat.key.meta-r*
+** 説明: pass:none[touche "meta-r" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input delete_line"+`
+
+* [[option_weechat.key.meta-return]] *weechat.key.meta-return*
+** 説明: pass:none[touche "meta-return" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input insert \n"+`
+
+* [[option_weechat.key.meta-right]] *weechat.key.meta-right*
+** 説明: pass:none[touche "meta-right" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-s]] *weechat.key.meta-s*
+** 説明: pass:none[touche "meta-s" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/mute spell toggle"+`
+
+* [[option_weechat.key.meta-u]] *weechat.key.meta-u*
+** 説明: pass:none[touche "meta-u" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_unread"+`
+
+* [[option_weechat.key.meta-up]] *weechat.key.meta-up*
+** 説明: pass:none[touche "meta-up" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-w_meta-b]] *weechat.key.meta-w,meta-b*
+** 説明: pass:none[touche "meta-w,meta-b" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window balance"+`
+
+* [[option_weechat.key.meta-w_meta-down]] *weechat.key.meta-w,meta-down*
+** 説明: pass:none[touche "meta-w,meta-down" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window down"+`
+
+* [[option_weechat.key.meta-w_meta-left]] *weechat.key.meta-w,meta-left*
+** 説明: pass:none[touche "meta-w,meta-left" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window left"+`
+
+* [[option_weechat.key.meta-w_meta-right]] *weechat.key.meta-w,meta-right*
+** 説明: pass:none[touche "meta-w,meta-right" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window right"+`
+
+* [[option_weechat.key.meta-w_meta-s]] *weechat.key.meta-w,meta-s*
+** 説明: pass:none[touche "meta-w,meta-s" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window swap"+`
+
+* [[option_weechat.key.meta-w_meta-up]] *weechat.key.meta-w,meta-up*
+** 説明: pass:none[touche "meta-w,meta-up" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window up"+`
+
+* [[option_weechat.key.meta-x]] *weechat.key.meta-x*
+** 説明: pass:none[touche "meta-x" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/buffer zoom"+`
+
+* [[option_weechat.key.meta-z]] *weechat.key.meta-z*
+** 説明: pass:none[touche "meta-z" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window zoom"+`
+
+* [[option_weechat.key.pgdn]] *weechat.key.pgdn*
+** 説明: pass:none[touche "pgdn" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window page_down"+`
+
+* [[option_weechat.key.pgup]] *weechat.key.pgup*
+** 説明: pass:none[touche "pgup" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window page_up"+`
+
+* [[option_weechat.key.return]] *weechat.key.return*
+** 説明: pass:none[touche "return" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input return"+`
+
+* [[option_weechat.key.right]] *weechat.key.right*
+** 説明: pass:none[touche "right" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input move_next_char"+`
+
+* [[option_weechat.key.shift-tab]] *weechat.key.shift-tab*
+** 説明: pass:none[touche "shift-tab" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input complete_previous"+`
+
+* [[option_weechat.key.tab]] *weechat.key.tab*
+** 説明: pass:none[touche "tab" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input complete_next"+`
+
+* [[option_weechat.key.up]] *weechat.key.up*
+** 説明: pass:none[touche "up" dans le contexte "default"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input history_previous"+`
+
+* [[option_weechat.key_cursor.@chat:Q]] *weechat.key_cursor.@chat:Q*
+** 説明: pass:none[touche "@chat:Q" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:chat_quote_time_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:m]] *weechat.key_cursor.@chat:m*
+** 説明: pass:none[touche "@chat:m" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:chat_quote_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:q]] *weechat.key_cursor.@chat:q*
+** 説明: pass:none[touche "@chat:q" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:chat_quote_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):K]] *weechat.key_cursor.@item(buffer_nicklist):K*
+** 説明: pass:none[touche "@item(buffer_nicklist):K" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):b]] *weechat.key_cursor.@item(buffer_nicklist):b*
+** 説明: pass:none[touche "@item(buffer_nicklist):b" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):k]] *weechat.key_cursor.@item(buffer_nicklist):k*
+** 説明: pass:none[touche "@item(buffer_nicklist):k" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):q]] *weechat.key_cursor.@item(buffer_nicklist):q*
+** 説明: pass:none[touche "@item(buffer_nicklist):q" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/query ${nick};/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):w]] *weechat.key_cursor.@item(buffer_nicklist):w*
+** 説明: pass:none[touche "@item(buffer_nicklist):w" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_cursor.down]] *weechat.key_cursor.down*
+** 説明: pass:none[touche "down" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move down"+`
+
+* [[option_weechat.key_cursor.left]] *weechat.key_cursor.left*
+** 説明: pass:none[touche "left" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move left"+`
+
+* [[option_weechat.key_cursor.meta-down]] *weechat.key_cursor.meta-down*
+** 説明: pass:none[touche "meta-down" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move area_down"+`
+
+* [[option_weechat.key_cursor.meta-left]] *weechat.key_cursor.meta-left*
+** 説明: pass:none[touche "meta-left" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move area_left"+`
+
+* [[option_weechat.key_cursor.meta-right]] *weechat.key_cursor.meta-right*
+** 説明: pass:none[touche "meta-right" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move area_right"+`
+
+* [[option_weechat.key_cursor.meta-up]] *weechat.key_cursor.meta-up*
+** 説明: pass:none[touche "meta-up" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move area_up"+`
+
+* [[option_weechat.key_cursor.return]] *weechat.key_cursor.return*
+** 説明: pass:none[touche "return" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor stop"+`
+
+* [[option_weechat.key_cursor.right]] *weechat.key_cursor.right*
+** 説明: pass:none[touche "right" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move right"+`
+
+* [[option_weechat.key_cursor.up]] *weechat.key_cursor.up*
+** 説明: pass:none[touche "up" dans le contexte "cursor"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor move up"+`
+
+* [[option_weechat.key_mouse.@*:button3]] *weechat.key_mouse.@*:button3*
+** 説明: pass:none[touche "@*:button3" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/cursor go ${_x},${_y}"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheeldown]] *weechat.key_mouse.@bar(buflist):ctrl-wheeldown*
+** 説明: pass:none[touche "@bar(buflist):ctrl-wheeldown" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheelup]] *weechat.key_mouse.@bar(buflist):ctrl-wheelup*
+** 説明: pass:none[touche "@bar(buflist):ctrl-wheelup" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(input):button2]] *weechat.key_mouse.@bar(input):button2*
+** 説明: pass:none[touche "@bar(input):button2" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input grab_mouse_area"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down*
+** 説明: pass:none[touche "@bar(nicklist):button1-gesture-down" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist ${_window_number} +100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down-long*
+** 説明: pass:none[touche "@bar(nicklist):button1-gesture-down-long" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist ${_window_number} e"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up*
+** 説明: pass:none[touche "@bar(nicklist):button1-gesture-up" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist ${_window_number} -100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up-long*
+** 説明: pass:none[touche "@bar(nicklist):button1-gesture-up-long" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll nicklist ${_window_number} b"+`
+
+* [[option_weechat.key_mouse.@bar:wheeldown]] *weechat.key_mouse.@bar:wheeldown*
+** 説明: pass:none[touche "@bar:wheeldown" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll ${_bar_name} ${_window_number} +20%"+`
+
+* [[option_weechat.key_mouse.@bar:wheelup]] *weechat.key_mouse.@bar:wheelup*
+** 説明: pass:none[touche "@bar:wheelup" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/bar scroll ${_bar_name} ${_window_number} -20%"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button1]] *weechat.key_mouse.@chat(fset.fset):button1*
+** 説明: pass:none[touche "@chat(fset.fset):button1" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/fset -go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button2*]] *weechat.key_mouse.@chat(fset.fset):button2**
+** 説明: pass:none[touche "@chat(fset.fset):button2*" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:fset_mouse"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheeldown]] *weechat.key_mouse.@chat(fset.fset):wheeldown*
+** 説明: pass:none[touche "@chat(fset.fset):wheeldown" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/fset -down 5"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheelup]] *weechat.key_mouse.@chat(fset.fset):wheelup*
+** 説明: pass:none[touche "@chat(fset.fset):wheelup" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/fset -up 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button1]] *weechat.key_mouse.@chat(script.scripts):button1*
+** 説明: pass:none[touche "@chat(script.scripts):button1" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/script go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button2]] *weechat.key_mouse.@chat(script.scripts):button2*
+** 説明: pass:none[touche "@chat(script.scripts):button2" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheeldown]] *weechat.key_mouse.@chat(script.scripts):wheeldown*
+** 説明: pass:none[touche "@chat(script.scripts):wheeldown" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/script down 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheelup]] *weechat.key_mouse.@chat(script.scripts):wheelup*
+** 説明: pass:none[touche "@chat(script.scripts):wheelup" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/script up 5"+`
+
+* [[option_weechat.key_mouse.@chat:button1]] *weechat.key_mouse.@chat:button1*
+** 説明: pass:none[touche "@chat:button1" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left]] *weechat.key_mouse.@chat:button1-gesture-left*
+** 説明: pass:none[touche "@chat:button1-gesture-left" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/buffer -1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left-long]] *weechat.key_mouse.@chat:button1-gesture-left-long*
+** 説明: pass:none[touche "@chat:button1-gesture-left-long" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/buffer 1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right]] *weechat.key_mouse.@chat:button1-gesture-right*
+** 説明: pass:none[touche "@chat:button1-gesture-right" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/buffer +1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right-long]] *weechat.key_mouse.@chat:button1-gesture-right-long*
+** 説明: pass:none[touche "@chat:button1-gesture-right-long" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/buffer +"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheeldown]] *weechat.key_mouse.@chat:ctrl-wheeldown*
+** 説明: pass:none[touche "@chat:ctrl-wheeldown" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_horiz -window ${_window_number} +10%"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheelup]] *weechat.key_mouse.@chat:ctrl-wheelup*
+** 説明: pass:none[touche "@chat:ctrl-wheelup" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_horiz -window ${_window_number} -10%"+`
+
+* [[option_weechat.key_mouse.@chat:wheeldown]] *weechat.key_mouse.@chat:wheeldown*
+** 説明: pass:none[touche "@chat:wheeldown" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_down -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:wheelup]] *weechat.key_mouse.@chat:wheelup*
+** 説明: pass:none[touche "@chat:wheelup" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window scroll_up -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1]] *weechat.key_mouse.@item(buffer_nicklist):button1*
+** 説明: pass:none[touche "@item(buffer_nicklist):button1" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/query ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left*
+** 説明: pass:none[touche "@item(buffer_nicklist):button1-gesture-left" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long*
+** 説明: pass:none[touche "@item(buffer_nicklist):button1-gesture-left-long" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2]] *weechat.key_mouse.@item(buffer_nicklist):button2*
+** 説明: pass:none[touche "@item(buffer_nicklist):button2" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left*
+** 説明: pass:none[touche "@item(buffer_nicklist):button2-gesture-left" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button1*]] *weechat.key_mouse.@item(buflist):button1**
+** 説明: pass:none[touche "@item(buflist):button1*" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button2*]] *weechat.key_mouse.@item(buflist):button2**
+** 説明: pass:none[touche "@item(buflist):button2*" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button1*]] *weechat.key_mouse.@item(buflist2):button1**
+** 説明: pass:none[touche "@item(buflist2):button1*" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button2*]] *weechat.key_mouse.@item(buflist2):button2**
+** 説明: pass:none[touche "@item(buflist2):button2*" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button1*]] *weechat.key_mouse.@item(buflist3):button1**
+** 説明: pass:none[touche "@item(buflist3):button1*" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button2*]] *weechat.key_mouse.@item(buflist3):button2**
+** 説明: pass:none[touche "@item(buflist3):button2*" dans le contexte "mouse"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_search.ctrl-q]] *weechat.key_search.ctrl-q*
+** 説明: pass:none[touche "ctrl-q" dans le contexte "search"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_stop"+`
+
+* [[option_weechat.key_search.ctrl-r]] *weechat.key_search.ctrl-r*
+** 説明: pass:none[touche "ctrl-r" dans le contexte "search"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_switch_regex"+`
+
+* [[option_weechat.key_search.down]] *weechat.key_search.down*
+** 説明: pass:none[touche "down" dans le contexte "search"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_next"+`
+
+* [[option_weechat.key_search.meta-c]] *weechat.key_search.meta-c*
+** 説明: pass:none[touche "meta-c" dans le contexte "search"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_switch_case"+`
+
+* [[option_weechat.key_search.return]] *weechat.key_search.return*
+** 説明: pass:none[touche "return" dans le contexte "search"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_stop_here"+`
+
+* [[option_weechat.key_search.tab]] *weechat.key_search.tab*
+** 説明: pass:none[touche "tab" dans le contexte "search"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_switch_where"+`
+
+* [[option_weechat.key_search.up]] *weechat.key_search.up*
+** 説明: pass:none[touche "up" dans le contexte "search"]
+** タイプ: 文字列
+** 値: 未制約文字列
+** デフォルト値: `+"/input search_previous"+`
+
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
** 説明: pass:none[行末の調節 (2 行以上になる行): このデータ (time、buffer、prefix、suffix、message (デフォルト)) の下から始められる]
** タイプ: 整数
diff --git a/doc/pl/includes/autogen_api_hdata.pl.adoc b/doc/pl/includes/autogen_api_hdata.pl.adoc
index 443b94294..205b78029 100644
--- a/doc/pl/includes/autogen_api_hdata.pl.adoc
+++ b/doc/pl/includes/autogen_api_hdata.pl.adoc
@@ -713,6 +713,7 @@ _priority_   (integer) +
_name_   (string) +
_filename_   (string) +
_file_   (pointer) +
+_version_   (integer) +
_callback_reload_   (pointer) +
_callback_reload_pointer_   (pointer) +
_callback_reload_data_   (pointer) +
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc
index 2719de1c0..e9028139e 100644
--- a/doc/pl/includes/autogen_user_commands.pl.adoc
+++ b/doc/pl/includes/autogen_user_commands.pl.adoc
@@ -1390,29 +1390,30 @@ Przykłady:
time <komenda>
unicode <ciąg>
- list: wyświetla wtyczki z poziomem debugowania
- set: ustawia poziom debugowania dla wtyczki
- plugin: nazwa wtyczki ("core" dla rdzenia WeeChat)
- poziom: poziom debugowania wtyczki (0 = wyłączony)
- dump: zachowuje zrzut pamięci w pliku z logiem WeeChat (taki sam zrzut jest zapisywany podczas awarii WeeChat)
- hooks: wyświetla informacje o hookach (z wtyczką: wyświetla szczegółowe informacje o hookach stworzonych przez wtyczkę
- buffer: zrzuca zawartość bufora z wartościami heksadecymalnymi do pliku z logiem
- certs: wyświetla ilość załadowanych zaufanych centrów certyfikacyjnych
- color: wyświetla informacje na temat obecnych par kolorów
- cursor: przełącza debugowanie dla trybu kursora
- dirs: wyświetla katalogi
- hdata: wyświetla informacje o hdata (z free: usuwa wszystkie hdata z pamięci)
-infolists: wyświetla informacje o infolistach
- libs: wyświetla informacje o użytych zewnętrznych bibliotekach
- memory: wyświetla informacje o zużyciu pamięci
- mouse: przełącza debugowanie myszy
- tags: wyświetla tagi dla linii
- term: wyświetla informacje o terminalu
- windows: wyświetla drzewo okien
- time: mierzy czas do wykonania komendy lub wysłania tekstu do obecnego bufora
- unicode: wyświetla informacje o ciągach i znakach unicode (przetwarzane, zobacz /help eval)
+ list: list plugins with debug levels
+ set: set debug level for plugin
+ plugin: name of plugin ("core" for WeeChat core)
+ level: debug level for plugin (0 = disable debug)
+ dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)
+ hooks: display infos about hooks (with a plugin: display detailed info about hooks created by the plugin)
+ buffer: dump buffer content with hexadecimal values in log file
+ certs: display number of loaded trusted certificate authorities
+ color: display infos about current color pairs
+ cursor: toggle debug for cursor mode
+ dirs: display directories
+ hdata: display infos about hdata (with free: remove all hdata in memory)
+infolists: display infos about infolists
+ key: enable keyboard and mouse debug: display raw codes, expanded key name and associated command ('q' to quit this mode)
+ libs: display infos about external libraries used
+ memory: display infos about memory usage
+ mouse: toggle debug for mouse
+ tags: display tags for lines
+ term: display infos about terminal
+ windows: display windows tree
+ time: measure time to execute a command or to send text to the current buffer
+ unicode: display information about string and unicode chars (evaluated, see /help eval)
-Przykłady:
+Examples:
/debug set irc 1
/debug mouse verbose
/debug time /filter toggle
@@ -1673,51 +1674,49 @@ restore: przywraca ostatnią usuniętą hostlistę w obecnym buforze (albo wszys
----
/input <akcja> [<argumenty>]
-lista akcji:
- return: symuluje klawisz "enter"
- complete_next: dopełnia słowo następnym dopełnieniem
- complete_previous: dopełnia słowo poprzednim dopełnieniem
- search_text_here: szuka testu w obecnej pozycji w buforze
- search_text: szuka tekstu w buforze
- search_switch_case: przełącza na dokładne dopasowanie przy szukaniu
- search_switch_regex: przełącza typy wyszukiwania: ciąg/wyrażenie regularne
- search_switch_where: zmienia miejsce przeszukiwania na wiadomości/przedrostki
- search_previous: szuka poprzednich linii
- search_next: szuka następnych linii
- search_stop_here: zatrzymuje wyszukiwanie na obecnej pozycji
- search_stop: zatrzymuje wyszukiwanie
- delete_previous_char: usuwa poprzedni znak
- delete_next_char: usuwa następny znak
- delete_previous_word: usuwa poprzednie słowo
- delete_previous_word_whitespace: usuwa poprzednie słowo (do białego znaku)
- delete_next_word: usuwa następne słowo
- delete_beginning_of_line: usuwa od początku linii do kursora
- delete_end_of_line: usuwa od kursora do końca linii
- delete_line: usuwa cała linię
- clipboard_paste: wkleja ze schowka
- transpose_chars: zamienia dwa znaki
- undo: cofa ostatnia akcję w linii poleceń
- redo: ponownie wykonuje cofniętą akcję w linii poleceń
- move_beginning_of_line: przesuwa kursor na początek linii
- move_end_of_line: przesuwa kursor na koniec linii
- move_previous_char: przesuwa kursor do poprzedniego znaku
- move_next_char: przesuwa kursor do następnego znaku
- move_previous_word: przesuwa kursor do poprzedniego słowa
- move_next_word: przesuwa kursor do następnego słowa
- history_previous: przywołuje poprzednia komendę z historii obecnego bufora
- history_next: przywołuje następną komendę z historii obecnego bufora
- history_global_previous: przywołuje poprzednią komendę z globalnej historii
- history_global_next: przywołuje następną komendę z globalnej historii
- grab_key: przechwytuje klawisz (opcjonalny argument: opóźnienie końca przechwycenia, domyślnie jest to 500 milisekund)
- grab_key_command: przechwytuje klawisz z przypisaną komendą (opcjonalny argument: opóźnienie końca przechwycenia, domyślnie jest to 500 milisekund)
- grab_mouse: przechwytuje kod zdarzenia myszy
- grab_mouse_area: przechwytuje kod zdarzenia myszy z obszarem
- insert: wkleja tekst do linii poleceń (dozwolone są wyescapowane znaki, zobacz /help print)
- send: wysyła tekst do bufora
- paste_start: zaczyna wklejanie (tryb z rozpoznawaniem wklejanego tekstu)
- paste_stop: kończy wklejanie (tryb z rozpoznawaniem wklejanego tekstu)
-
-Ta komenda jest używana do przypisywania klawiszy lub przez wtyczki.
+list of actions:
+ return: simulate key "enter"
+ complete_next: complete word with next completion
+ complete_previous: complete word with previous completion
+ search_text_here: search text in buffer at current position
+ search_text: search text in buffer
+ search_switch_case: switch exact case for search
+ search_switch_regex: switch search type: string/regular expression
+ search_switch_where: switch search in messages/prefixes
+ search_previous: search previous line
+ search_next: search next line
+ search_stop_here: stop search at current position
+ search_stop: stop search
+ delete_previous_char: delete previous char
+ delete_next_char: delete next char
+ delete_previous_word: delete previous word
+ delete_previous_word_whitespace: delete previous word (until whitespace)
+ delete_next_word: delete next word
+ delete_beginning_of_line: delete from beginning of line until cursor
+ delete_end_of_line: delete from cursor until end of line
+ delete_line: delete entire line
+ clipboard_paste: paste from the internal clipboard
+ transpose_chars: transpose two chars
+ undo: undo last command line action
+ redo: redo last command line action
+ move_beginning_of_line: move cursor to beginning of line
+ move_end_of_line: move cursor to end of line
+ move_previous_char: move cursor to previous char
+ move_next_char: move cursor to next char
+ move_previous_word: move cursor to previous word
+ move_next_word: move cursor to next word
+ history_previous: recall previous command in current buffer history
+ history_next: recall next command in current buffer history
+ history_global_previous: recall previous command in global history
+ history_global_next: recall next command in global history
+ grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
+ grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
+ grab_mouse: grab mouse event code
+ grab_mouse_area: grab mouse event code with area
+ insert: insert text in command line (escaped chars are allowed, see /help print)
+ send: send text to the buffer
+
+This command is used by key bindings or plugins.
----
[[command_weechat_item]]
@@ -1767,17 +1766,17 @@ Przykłady:
* `+key+`: dodaj/usuń przypisanie klawiszy
----
-/key list|listdefault|listdiff [<kontekst>]
- bind <klawisz> [<komenda> [<argumenty>]]
- bindctxt <kontekst> <klawisz> [<komenda> [<argumenty>]]
- unbind <klawisz>
- unbindctxt <kontekst> <klawisz>
- reset <klawisz>
- resetctxt <kontekst> <klawisz>
- resetall -yes [<kontekst>]
- missing [<kontekst>]
+/key [list|listdefault|listdiff] [<context>]
+ bind <key> [<command> [<args>]]
+ bindctxt <context> <key> [<command> [<args>]]
+ unbind <key>
+ unbindctxt <context> <key>
+ reset <key>
+ resetctxt <context> <key>
+ resetall -yes [<context>]
+ missing [<context>]
- list: list all current keys (without argument, this list is displayed)
+ list: list all current keys
listdefault: list default keys
listdiff: list differences between current and default keys (keys added, redefined or deleted)
context: name of context ("default" or "search")
@@ -1791,7 +1790,16 @@ listdefault: list default keys
resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
missing: add missing keys (using default bindings), useful after installing new WeeChat version
-When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key code in command line.
+When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key name in command line.
+
+Modifiers allowed (in this order when multiple are used):
+ meta- (alt key)
+ ctrl- (control key)
+ shift- (shift key, can only be used with key names below)
+
+Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, pgdn, up, down, right, left, tab, return, comma, space.
+
+Combo of keys must be separated by a comma.
For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
*: any area on screen
@@ -1806,14 +1814,14 @@ A special value for command with format "hsignal:name" can be used for context m
Another special value "-" can be used to disable key (it will be ignored when looking for keys).
Examples:
- key alt-t to toggle nicklist bar:
- /key bind meta-t /bar toggle nicklist
key alt-r to jump to #weechat IRC channel:
/key bind meta-r /buffer #weechat
restore default binding for key alt-r:
/key reset meta-r
+ key meta-v then f1 to run /help:
+ /key bind meta-v,f1 /help
key "tab" to stop search in buffer:
- /key bindctxt search ctrl-i /input search_stop
+ /key bindctxt search tab /input search_stop
middle button of mouse on a nick to retrieve info on nick:
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
----
diff --git a/doc/pl/includes/autogen_user_options.pl.adoc b/doc/pl/includes/autogen_user_options.pl.adoc
index 9d48edf0d..953821abc 100644
--- a/doc/pl/includes/autogen_user_options.pl.adoc
+++ b/doc/pl/includes/autogen_user_options.pl.adoc
@@ -3004,6 +3004,1662 @@
** wartości: 0 .. 1000
** domyślna wartość: `+50+`
+* [[option_weechat.key.backspace]] *weechat.key.backspace*
+** opis: pass:none[touche "backspace" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_previous_char"+`
+
+* [[option_weechat.key.ctrl-_]] *weechat.key.ctrl-_*
+** opis: pass:none[touche "ctrl-_" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input undo"+`
+
+* [[option_weechat.key.ctrl-a]] *weechat.key.ctrl-a*
+** opis: pass:none[touche "ctrl-a" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-b]] *weechat.key.ctrl-b*
+** opis: pass:none[touche "ctrl-b" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.ctrl-c__]] *weechat.key.ctrl-c,_*
+** opis: pass:none[touche "ctrl-c,_" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input insert \x1F"+`
+
+* [[option_weechat.key.ctrl-c_b]] *weechat.key.ctrl-c,b*
+** opis: pass:none[touche "ctrl-c,b" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input insert \x02"+`
+
+* [[option_weechat.key.ctrl-c_c]] *weechat.key.ctrl-c,c*
+** opis: pass:none[touche "ctrl-c,c" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input insert \x03"+`
+
+* [[option_weechat.key.ctrl-c_i]] *weechat.key.ctrl-c,i*
+** opis: pass:none[touche "ctrl-c,i" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input insert \x1D"+`
+
+* [[option_weechat.key.ctrl-c_o]] *weechat.key.ctrl-c,o*
+** opis: pass:none[touche "ctrl-c,o" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input insert \x0F"+`
+
+* [[option_weechat.key.ctrl-c_v]] *weechat.key.ctrl-c,v*
+** opis: pass:none[touche "ctrl-c,v" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input insert \x16"+`
+
+* [[option_weechat.key.ctrl-d]] *weechat.key.ctrl-d*
+** opis: pass:none[touche "ctrl-d" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.ctrl-down]] *weechat.key.ctrl-down*
+** opis: pass:none[touche "ctrl-down" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input history_global_next"+`
+
+* [[option_weechat.key.ctrl-e]] *weechat.key.ctrl-e*
+** opis: pass:none[touche "ctrl-e" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.ctrl-f]] *weechat.key.ctrl-f*
+** opis: pass:none[touche "ctrl-f" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_next_char"+`
+
+* [[option_weechat.key.ctrl-f1]] *weechat.key.ctrl-f1*
+** opis: pass:none[touche "ctrl-f1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.ctrl-f11]] *weechat.key.ctrl-f11*
+** opis: pass:none[touche "ctrl-f11" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.ctrl-f12]] *weechat.key.ctrl-f12*
+** opis: pass:none[touche "ctrl-f12" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.ctrl-f2]] *weechat.key.ctrl-f2*
+** opis: pass:none[touche "ctrl-f2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.ctrl-k]] *weechat.key.ctrl-k*
+** opis: pass:none[touche "ctrl-k" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_end_of_line"+`
+
+* [[option_weechat.key.ctrl-l]] *weechat.key.ctrl-l*
+** opis: pass:none[touche "ctrl-l" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window refresh"+`
+
+* [[option_weechat.key.ctrl-left]] *weechat.key.ctrl-left*
+** opis: pass:none[touche "ctrl-left" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.ctrl-n]] *weechat.key.ctrl-n*
+** opis: pass:none[touche "ctrl-n" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer +1"+`
+
+* [[option_weechat.key.ctrl-p]] *weechat.key.ctrl-p*
+** opis: pass:none[touche "ctrl-p" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer -1"+`
+
+* [[option_weechat.key.ctrl-r]] *weechat.key.ctrl-r*
+** opis: pass:none[touche "ctrl-r" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_text_here"+`
+
+* [[option_weechat.key.ctrl-right]] *weechat.key.ctrl-right*
+** opis: pass:none[touche "ctrl-right" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_next_word"+`
+
+* [[option_weechat.key.ctrl-s_ctrl-u]] *weechat.key.ctrl-s,ctrl-u*
+** opis: pass:none[touche "ctrl-s,ctrl-u" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/allbuf /buffer set unread"+`
+
+* [[option_weechat.key.ctrl-t]] *weechat.key.ctrl-t*
+** opis: pass:none[touche "ctrl-t" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input transpose_chars"+`
+
+* [[option_weechat.key.ctrl-u]] *weechat.key.ctrl-u*
+** opis: pass:none[touche "ctrl-u" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-up]] *weechat.key.ctrl-up*
+** opis: pass:none[touche "ctrl-up" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input history_global_previous"+`
+
+* [[option_weechat.key.ctrl-w]] *weechat.key.ctrl-w*
+** opis: pass:none[touche "ctrl-w" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_previous_word_whitespace"+`
+
+* [[option_weechat.key.ctrl-x]] *weechat.key.ctrl-x*
+** opis: pass:none[touche "ctrl-x" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer switch"+`
+
+* [[option_weechat.key.ctrl-y]] *weechat.key.ctrl-y*
+** opis: pass:none[touche "ctrl-y" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input clipboard_paste"+`
+
+* [[option_weechat.key.delete]] *weechat.key.delete*
+** opis: pass:none[touche "delete" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.down]] *weechat.key.down*
+** opis: pass:none[touche "down" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input history_next"+`
+
+* [[option_weechat.key.end]] *weechat.key.end*
+** opis: pass:none[touche "end" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.f1]] *weechat.key.f1*
+** opis: pass:none[touche "f1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.f10]] *weechat.key.f10*
+** opis: pass:none[touche "f10" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll title * +30%"+`
+
+* [[option_weechat.key.f11]] *weechat.key.f11*
+** opis: pass:none[touche "f11" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.f12]] *weechat.key.f12*
+** opis: pass:none[touche "f12" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.f2]] *weechat.key.f2*
+** opis: pass:none[touche "f2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.f5]] *weechat.key.f5*
+** opis: pass:none[touche "f5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer -1"+`
+
+* [[option_weechat.key.f6]] *weechat.key.f6*
+** opis: pass:none[touche "f6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer +1"+`
+
+* [[option_weechat.key.f7]] *weechat.key.f7*
+** opis: pass:none[touche "f7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window -1"+`
+
+* [[option_weechat.key.f8]] *weechat.key.f8*
+** opis: pass:none[touche "f8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window +1"+`
+
+* [[option_weechat.key.f9]] *weechat.key.f9*
+** opis: pass:none[touche "f9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll title * -30%"+`
+
+* [[option_weechat.key.home]] *weechat.key.home*
+** opis: pass:none[touche "home" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.left]] *weechat.key.left*
+** opis: pass:none[touche "left" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.meta--]] *weechat.key.meta--*
+** opis: pass:none[touche "meta--" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/filter toggle @"+`
+
+* [[option_weechat.key.meta-/]] *weechat.key.meta-/*
+** opis: pass:none[touche "meta-/" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer jump last_displayed"+`
+
+* [[option_weechat.key.meta-0]] *weechat.key.meta-0*
+** opis: pass:none[touche "meta-0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-1]] *weechat.key.meta-1*
+** opis: pass:none[touche "meta-1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-2]] *weechat.key.meta-2*
+** opis: pass:none[touche "meta-2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-3]] *weechat.key.meta-3*
+** opis: pass:none[touche "meta-3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-4]] *weechat.key.meta-4*
+** opis: pass:none[touche "meta-4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-5]] *weechat.key.meta-5*
+** opis: pass:none[touche "meta-5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-6]] *weechat.key.meta-6*
+** opis: pass:none[touche "meta-6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-7]] *weechat.key.meta-7*
+** opis: pass:none[touche "meta-7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-8]] *weechat.key.meta-8*
+** opis: pass:none[touche "meta-8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-9]] *weechat.key.meta-9*
+** opis: pass:none[touche "meta-9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-<]] *weechat.key.meta-<*
+** opis: pass:none[touche "meta-<" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer jump prev_visited"+`
+
+* [[option_weechat.key.meta-=]] *weechat.key.meta-=*
+** opis: pass:none[touche "meta-=" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/filter toggle"+`
+
+* [[option_weechat.key.meta->]] *weechat.key.meta->*
+** opis: pass:none[touche "meta->" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer jump next_visited"+`
+
+* [[option_weechat.key.meta-B]] *weechat.key.meta-B*
+** opis: pass:none[touche "meta-B" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buflist toggle"+`
+
+* [[option_weechat.key.meta-K]] *weechat.key.meta-K*
+** opis: pass:none[touche "meta-K" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input grab_raw_key_command"+`
+
+* [[option_weechat.key.meta-N]] *weechat.key.meta-N*
+** opis: pass:none[touche "meta-N" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar toggle nicklist"+`
+
+* [[option_weechat.key.meta-_]] *weechat.key.meta-_*
+** opis: pass:none[touche "meta-_" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input redo"+`
+
+* [[option_weechat.key.meta-a]] *weechat.key.meta-a*
+** opis: pass:none[touche "meta-a" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer jump smart"+`
+
+* [[option_weechat.key.meta-b]] *weechat.key.meta-b*
+** opis: pass:none[touche "meta-b" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.meta-backspace]] *weechat.key.meta-backspace*
+** opis: pass:none[touche "meta-backspace" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_previous_word"+`
+
+* [[option_weechat.key.meta-d]] *weechat.key.meta-d*
+** opis: pass:none[touche "meta-d" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_next_word"+`
+
+* [[option_weechat.key.meta-down]] *weechat.key.meta-down*
+** opis: pass:none[touche "meta-down" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-end]] *weechat.key.meta-end*
+** opis: pass:none[touche "meta-end" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_bottom"+`
+
+* [[option_weechat.key.meta-f]] *weechat.key.meta-f*
+** opis: pass:none[touche "meta-f" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_next_word"+`
+
+* [[option_weechat.key.meta-f1]] *weechat.key.meta-f1*
+** opis: pass:none[touche "meta-f1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll buflist * b"+`
+
+* [[option_weechat.key.meta-f11]] *weechat.key.meta-f11*
+** opis: pass:none[touche "meta-f11" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist * b"+`
+
+* [[option_weechat.key.meta-f12]] *weechat.key.meta-f12*
+** opis: pass:none[touche "meta-f12" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist * e"+`
+
+* [[option_weechat.key.meta-f2]] *weechat.key.meta-f2*
+** opis: pass:none[touche "meta-f2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll buflist * e"+`
+
+* [[option_weechat.key.meta-h_meta-R]] *weechat.key.meta-h,meta-R*
+** opis: pass:none[touche "meta-h,meta-R" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/hotlist restore -all"+`
+
+* [[option_weechat.key.meta-h_meta-c]] *weechat.key.meta-h,meta-c*
+** opis: pass:none[touche "meta-h,meta-c" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/hotlist clear"+`
+
+* [[option_weechat.key.meta-h_meta-m]] *weechat.key.meta-h,meta-m*
+** opis: pass:none[touche "meta-h,meta-m" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/hotlist remove"+`
+
+* [[option_weechat.key.meta-h_meta-r]] *weechat.key.meta-h,meta-r*
+** opis: pass:none[touche "meta-h,meta-r" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/hotlist restore"+`
+
+* [[option_weechat.key.meta-home]] *weechat.key.meta-home*
+** opis: pass:none[touche "meta-home" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_top"+`
+
+* [[option_weechat.key.meta-j_0_1]] *weechat.key.meta-j,0,1*
+** opis: pass:none[touche "meta-j,0,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-j_0_2]] *weechat.key.meta-j,0,2*
+** opis: pass:none[touche "meta-j,0,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-j_0_3]] *weechat.key.meta-j,0,3*
+** opis: pass:none[touche "meta-j,0,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-j_0_4]] *weechat.key.meta-j,0,4*
+** opis: pass:none[touche "meta-j,0,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-j_0_5]] *weechat.key.meta-j,0,5*
+** opis: pass:none[touche "meta-j,0,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-j_0_6]] *weechat.key.meta-j,0,6*
+** opis: pass:none[touche "meta-j,0,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-j_0_7]] *weechat.key.meta-j,0,7*
+** opis: pass:none[touche "meta-j,0,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-j_0_8]] *weechat.key.meta-j,0,8*
+** opis: pass:none[touche "meta-j,0,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-j_0_9]] *weechat.key.meta-j,0,9*
+** opis: pass:none[touche "meta-j,0,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-j_1_0]] *weechat.key.meta-j,1,0*
+** opis: pass:none[touche "meta-j,1,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-j_1_1]] *weechat.key.meta-j,1,1*
+** opis: pass:none[touche "meta-j,1,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *11"+`
+
+* [[option_weechat.key.meta-j_1_2]] *weechat.key.meta-j,1,2*
+** opis: pass:none[touche "meta-j,1,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *12"+`
+
+* [[option_weechat.key.meta-j_1_3]] *weechat.key.meta-j,1,3*
+** opis: pass:none[touche "meta-j,1,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *13"+`
+
+* [[option_weechat.key.meta-j_1_4]] *weechat.key.meta-j,1,4*
+** opis: pass:none[touche "meta-j,1,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *14"+`
+
+* [[option_weechat.key.meta-j_1_5]] *weechat.key.meta-j,1,5*
+** opis: pass:none[touche "meta-j,1,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *15"+`
+
+* [[option_weechat.key.meta-j_1_6]] *weechat.key.meta-j,1,6*
+** opis: pass:none[touche "meta-j,1,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *16"+`
+
+* [[option_weechat.key.meta-j_1_7]] *weechat.key.meta-j,1,7*
+** opis: pass:none[touche "meta-j,1,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *17"+`
+
+* [[option_weechat.key.meta-j_1_8]] *weechat.key.meta-j,1,8*
+** opis: pass:none[touche "meta-j,1,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *18"+`
+
+* [[option_weechat.key.meta-j_1_9]] *weechat.key.meta-j,1,9*
+** opis: pass:none[touche "meta-j,1,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *19"+`
+
+* [[option_weechat.key.meta-j_2_0]] *weechat.key.meta-j,2,0*
+** opis: pass:none[touche "meta-j,2,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *20"+`
+
+* [[option_weechat.key.meta-j_2_1]] *weechat.key.meta-j,2,1*
+** opis: pass:none[touche "meta-j,2,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *21"+`
+
+* [[option_weechat.key.meta-j_2_2]] *weechat.key.meta-j,2,2*
+** opis: pass:none[touche "meta-j,2,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *22"+`
+
+* [[option_weechat.key.meta-j_2_3]] *weechat.key.meta-j,2,3*
+** opis: pass:none[touche "meta-j,2,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *23"+`
+
+* [[option_weechat.key.meta-j_2_4]] *weechat.key.meta-j,2,4*
+** opis: pass:none[touche "meta-j,2,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *24"+`
+
+* [[option_weechat.key.meta-j_2_5]] *weechat.key.meta-j,2,5*
+** opis: pass:none[touche "meta-j,2,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *25"+`
+
+* [[option_weechat.key.meta-j_2_6]] *weechat.key.meta-j,2,6*
+** opis: pass:none[touche "meta-j,2,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *26"+`
+
+* [[option_weechat.key.meta-j_2_7]] *weechat.key.meta-j,2,7*
+** opis: pass:none[touche "meta-j,2,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *27"+`
+
+* [[option_weechat.key.meta-j_2_8]] *weechat.key.meta-j,2,8*
+** opis: pass:none[touche "meta-j,2,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *28"+`
+
+* [[option_weechat.key.meta-j_2_9]] *weechat.key.meta-j,2,9*
+** opis: pass:none[touche "meta-j,2,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *29"+`
+
+* [[option_weechat.key.meta-j_3_0]] *weechat.key.meta-j,3,0*
+** opis: pass:none[touche "meta-j,3,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *30"+`
+
+* [[option_weechat.key.meta-j_3_1]] *weechat.key.meta-j,3,1*
+** opis: pass:none[touche "meta-j,3,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *31"+`
+
+* [[option_weechat.key.meta-j_3_2]] *weechat.key.meta-j,3,2*
+** opis: pass:none[touche "meta-j,3,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *32"+`
+
+* [[option_weechat.key.meta-j_3_3]] *weechat.key.meta-j,3,3*
+** opis: pass:none[touche "meta-j,3,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *33"+`
+
+* [[option_weechat.key.meta-j_3_4]] *weechat.key.meta-j,3,4*
+** opis: pass:none[touche "meta-j,3,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *34"+`
+
+* [[option_weechat.key.meta-j_3_5]] *weechat.key.meta-j,3,5*
+** opis: pass:none[touche "meta-j,3,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *35"+`
+
+* [[option_weechat.key.meta-j_3_6]] *weechat.key.meta-j,3,6*
+** opis: pass:none[touche "meta-j,3,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *36"+`
+
+* [[option_weechat.key.meta-j_3_7]] *weechat.key.meta-j,3,7*
+** opis: pass:none[touche "meta-j,3,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *37"+`
+
+* [[option_weechat.key.meta-j_3_8]] *weechat.key.meta-j,3,8*
+** opis: pass:none[touche "meta-j,3,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *38"+`
+
+* [[option_weechat.key.meta-j_3_9]] *weechat.key.meta-j,3,9*
+** opis: pass:none[touche "meta-j,3,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *39"+`
+
+* [[option_weechat.key.meta-j_4_0]] *weechat.key.meta-j,4,0*
+** opis: pass:none[touche "meta-j,4,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *40"+`
+
+* [[option_weechat.key.meta-j_4_1]] *weechat.key.meta-j,4,1*
+** opis: pass:none[touche "meta-j,4,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *41"+`
+
+* [[option_weechat.key.meta-j_4_2]] *weechat.key.meta-j,4,2*
+** opis: pass:none[touche "meta-j,4,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *42"+`
+
+* [[option_weechat.key.meta-j_4_3]] *weechat.key.meta-j,4,3*
+** opis: pass:none[touche "meta-j,4,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *43"+`
+
+* [[option_weechat.key.meta-j_4_4]] *weechat.key.meta-j,4,4*
+** opis: pass:none[touche "meta-j,4,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *44"+`
+
+* [[option_weechat.key.meta-j_4_5]] *weechat.key.meta-j,4,5*
+** opis: pass:none[touche "meta-j,4,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *45"+`
+
+* [[option_weechat.key.meta-j_4_6]] *weechat.key.meta-j,4,6*
+** opis: pass:none[touche "meta-j,4,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *46"+`
+
+* [[option_weechat.key.meta-j_4_7]] *weechat.key.meta-j,4,7*
+** opis: pass:none[touche "meta-j,4,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *47"+`
+
+* [[option_weechat.key.meta-j_4_8]] *weechat.key.meta-j,4,8*
+** opis: pass:none[touche "meta-j,4,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *48"+`
+
+* [[option_weechat.key.meta-j_4_9]] *weechat.key.meta-j,4,9*
+** opis: pass:none[touche "meta-j,4,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *49"+`
+
+* [[option_weechat.key.meta-j_5_0]] *weechat.key.meta-j,5,0*
+** opis: pass:none[touche "meta-j,5,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *50"+`
+
+* [[option_weechat.key.meta-j_5_1]] *weechat.key.meta-j,5,1*
+** opis: pass:none[touche "meta-j,5,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *51"+`
+
+* [[option_weechat.key.meta-j_5_2]] *weechat.key.meta-j,5,2*
+** opis: pass:none[touche "meta-j,5,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *52"+`
+
+* [[option_weechat.key.meta-j_5_3]] *weechat.key.meta-j,5,3*
+** opis: pass:none[touche "meta-j,5,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *53"+`
+
+* [[option_weechat.key.meta-j_5_4]] *weechat.key.meta-j,5,4*
+** opis: pass:none[touche "meta-j,5,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *54"+`
+
+* [[option_weechat.key.meta-j_5_5]] *weechat.key.meta-j,5,5*
+** opis: pass:none[touche "meta-j,5,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *55"+`
+
+* [[option_weechat.key.meta-j_5_6]] *weechat.key.meta-j,5,6*
+** opis: pass:none[touche "meta-j,5,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *56"+`
+
+* [[option_weechat.key.meta-j_5_7]] *weechat.key.meta-j,5,7*
+** opis: pass:none[touche "meta-j,5,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *57"+`
+
+* [[option_weechat.key.meta-j_5_8]] *weechat.key.meta-j,5,8*
+** opis: pass:none[touche "meta-j,5,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *58"+`
+
+* [[option_weechat.key.meta-j_5_9]] *weechat.key.meta-j,5,9*
+** opis: pass:none[touche "meta-j,5,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *59"+`
+
+* [[option_weechat.key.meta-j_6_0]] *weechat.key.meta-j,6,0*
+** opis: pass:none[touche "meta-j,6,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *60"+`
+
+* [[option_weechat.key.meta-j_6_1]] *weechat.key.meta-j,6,1*
+** opis: pass:none[touche "meta-j,6,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *61"+`
+
+* [[option_weechat.key.meta-j_6_2]] *weechat.key.meta-j,6,2*
+** opis: pass:none[touche "meta-j,6,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *62"+`
+
+* [[option_weechat.key.meta-j_6_3]] *weechat.key.meta-j,6,3*
+** opis: pass:none[touche "meta-j,6,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *63"+`
+
+* [[option_weechat.key.meta-j_6_4]] *weechat.key.meta-j,6,4*
+** opis: pass:none[touche "meta-j,6,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *64"+`
+
+* [[option_weechat.key.meta-j_6_5]] *weechat.key.meta-j,6,5*
+** opis: pass:none[touche "meta-j,6,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *65"+`
+
+* [[option_weechat.key.meta-j_6_6]] *weechat.key.meta-j,6,6*
+** opis: pass:none[touche "meta-j,6,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *66"+`
+
+* [[option_weechat.key.meta-j_6_7]] *weechat.key.meta-j,6,7*
+** opis: pass:none[touche "meta-j,6,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *67"+`
+
+* [[option_weechat.key.meta-j_6_8]] *weechat.key.meta-j,6,8*
+** opis: pass:none[touche "meta-j,6,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *68"+`
+
+* [[option_weechat.key.meta-j_6_9]] *weechat.key.meta-j,6,9*
+** opis: pass:none[touche "meta-j,6,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *69"+`
+
+* [[option_weechat.key.meta-j_7_0]] *weechat.key.meta-j,7,0*
+** opis: pass:none[touche "meta-j,7,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *70"+`
+
+* [[option_weechat.key.meta-j_7_1]] *weechat.key.meta-j,7,1*
+** opis: pass:none[touche "meta-j,7,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *71"+`
+
+* [[option_weechat.key.meta-j_7_2]] *weechat.key.meta-j,7,2*
+** opis: pass:none[touche "meta-j,7,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *72"+`
+
+* [[option_weechat.key.meta-j_7_3]] *weechat.key.meta-j,7,3*
+** opis: pass:none[touche "meta-j,7,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *73"+`
+
+* [[option_weechat.key.meta-j_7_4]] *weechat.key.meta-j,7,4*
+** opis: pass:none[touche "meta-j,7,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *74"+`
+
+* [[option_weechat.key.meta-j_7_5]] *weechat.key.meta-j,7,5*
+** opis: pass:none[touche "meta-j,7,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *75"+`
+
+* [[option_weechat.key.meta-j_7_6]] *weechat.key.meta-j,7,6*
+** opis: pass:none[touche "meta-j,7,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *76"+`
+
+* [[option_weechat.key.meta-j_7_7]] *weechat.key.meta-j,7,7*
+** opis: pass:none[touche "meta-j,7,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *77"+`
+
+* [[option_weechat.key.meta-j_7_8]] *weechat.key.meta-j,7,8*
+** opis: pass:none[touche "meta-j,7,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *78"+`
+
+* [[option_weechat.key.meta-j_7_9]] *weechat.key.meta-j,7,9*
+** opis: pass:none[touche "meta-j,7,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *79"+`
+
+* [[option_weechat.key.meta-j_8_0]] *weechat.key.meta-j,8,0*
+** opis: pass:none[touche "meta-j,8,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *80"+`
+
+* [[option_weechat.key.meta-j_8_1]] *weechat.key.meta-j,8,1*
+** opis: pass:none[touche "meta-j,8,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *81"+`
+
+* [[option_weechat.key.meta-j_8_2]] *weechat.key.meta-j,8,2*
+** opis: pass:none[touche "meta-j,8,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *82"+`
+
+* [[option_weechat.key.meta-j_8_3]] *weechat.key.meta-j,8,3*
+** opis: pass:none[touche "meta-j,8,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *83"+`
+
+* [[option_weechat.key.meta-j_8_4]] *weechat.key.meta-j,8,4*
+** opis: pass:none[touche "meta-j,8,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *84"+`
+
+* [[option_weechat.key.meta-j_8_5]] *weechat.key.meta-j,8,5*
+** opis: pass:none[touche "meta-j,8,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *85"+`
+
+* [[option_weechat.key.meta-j_8_6]] *weechat.key.meta-j,8,6*
+** opis: pass:none[touche "meta-j,8,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *86"+`
+
+* [[option_weechat.key.meta-j_8_7]] *weechat.key.meta-j,8,7*
+** opis: pass:none[touche "meta-j,8,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *87"+`
+
+* [[option_weechat.key.meta-j_8_8]] *weechat.key.meta-j,8,8*
+** opis: pass:none[touche "meta-j,8,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *88"+`
+
+* [[option_weechat.key.meta-j_8_9]] *weechat.key.meta-j,8,9*
+** opis: pass:none[touche "meta-j,8,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *89"+`
+
+* [[option_weechat.key.meta-j_9_0]] *weechat.key.meta-j,9,0*
+** opis: pass:none[touche "meta-j,9,0" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *90"+`
+
+* [[option_weechat.key.meta-j_9_1]] *weechat.key.meta-j,9,1*
+** opis: pass:none[touche "meta-j,9,1" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *91"+`
+
+* [[option_weechat.key.meta-j_9_2]] *weechat.key.meta-j,9,2*
+** opis: pass:none[touche "meta-j,9,2" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *92"+`
+
+* [[option_weechat.key.meta-j_9_3]] *weechat.key.meta-j,9,3*
+** opis: pass:none[touche "meta-j,9,3" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *93"+`
+
+* [[option_weechat.key.meta-j_9_4]] *weechat.key.meta-j,9,4*
+** opis: pass:none[touche "meta-j,9,4" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *94"+`
+
+* [[option_weechat.key.meta-j_9_5]] *weechat.key.meta-j,9,5*
+** opis: pass:none[touche "meta-j,9,5" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *95"+`
+
+* [[option_weechat.key.meta-j_9_6]] *weechat.key.meta-j,9,6*
+** opis: pass:none[touche "meta-j,9,6" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *96"+`
+
+* [[option_weechat.key.meta-j_9_7]] *weechat.key.meta-j,9,7*
+** opis: pass:none[touche "meta-j,9,7" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *97"+`
+
+* [[option_weechat.key.meta-j_9_8]] *weechat.key.meta-j,9,8*
+** opis: pass:none[touche "meta-j,9,8" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *98"+`
+
+* [[option_weechat.key.meta-j_9_9]] *weechat.key.meta-j,9,9*
+** opis: pass:none[touche "meta-j,9,9" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer *99"+`
+
+* [[option_weechat.key.meta-j_meta-f]] *weechat.key.meta-j,meta-f*
+** opis: pass:none[touche "meta-j,meta-f" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer -"+`
+
+* [[option_weechat.key.meta-j_meta-l]] *weechat.key.meta-j,meta-l*
+** opis: pass:none[touche "meta-j,meta-l" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer +"+`
+
+* [[option_weechat.key.meta-j_meta-r]] *weechat.key.meta-j,meta-r*
+** opis: pass:none[touche "meta-j,meta-r" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/server raw"+`
+
+* [[option_weechat.key.meta-j_meta-s]] *weechat.key.meta-j,meta-s*
+** opis: pass:none[touche "meta-j,meta-s" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/server jump"+`
+
+* [[option_weechat.key.meta-k]] *weechat.key.meta-k*
+** opis: pass:none[touche "meta-k" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input grab_key_command"+`
+
+* [[option_weechat.key.meta-l]] *weechat.key.meta-l*
+** opis: pass:none[touche "meta-l" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window bare"+`
+
+* [[option_weechat.key.meta-left]] *weechat.key.meta-left*
+** opis: pass:none[touche "meta-left" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-m]] *weechat.key.meta-m*
+** opis: pass:none[touche "meta-m" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/mute mouse toggle"+`
+
+* [[option_weechat.key.meta-n]] *weechat.key.meta-n*
+** opis: pass:none[touche "meta-n" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_next_highlight"+`
+
+* [[option_weechat.key.meta-p]] *weechat.key.meta-p*
+** opis: pass:none[touche "meta-p" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_previous_highlight"+`
+
+* [[option_weechat.key.meta-pgdn]] *weechat.key.meta-pgdn*
+** opis: pass:none[touche "meta-pgdn" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_down"+`
+
+* [[option_weechat.key.meta-pgup]] *weechat.key.meta-pgup*
+** opis: pass:none[touche "meta-pgup" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_up"+`
+
+* [[option_weechat.key.meta-r]] *weechat.key.meta-r*
+** opis: pass:none[touche "meta-r" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input delete_line"+`
+
+* [[option_weechat.key.meta-return]] *weechat.key.meta-return*
+** opis: pass:none[touche "meta-return" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input insert \n"+`
+
+* [[option_weechat.key.meta-right]] *weechat.key.meta-right*
+** opis: pass:none[touche "meta-right" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-s]] *weechat.key.meta-s*
+** opis: pass:none[touche "meta-s" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/mute spell toggle"+`
+
+* [[option_weechat.key.meta-u]] *weechat.key.meta-u*
+** opis: pass:none[touche "meta-u" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_unread"+`
+
+* [[option_weechat.key.meta-up]] *weechat.key.meta-up*
+** opis: pass:none[touche "meta-up" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-w_meta-b]] *weechat.key.meta-w,meta-b*
+** opis: pass:none[touche "meta-w,meta-b" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window balance"+`
+
+* [[option_weechat.key.meta-w_meta-down]] *weechat.key.meta-w,meta-down*
+** opis: pass:none[touche "meta-w,meta-down" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window down"+`
+
+* [[option_weechat.key.meta-w_meta-left]] *weechat.key.meta-w,meta-left*
+** opis: pass:none[touche "meta-w,meta-left" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window left"+`
+
+* [[option_weechat.key.meta-w_meta-right]] *weechat.key.meta-w,meta-right*
+** opis: pass:none[touche "meta-w,meta-right" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window right"+`
+
+* [[option_weechat.key.meta-w_meta-s]] *weechat.key.meta-w,meta-s*
+** opis: pass:none[touche "meta-w,meta-s" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window swap"+`
+
+* [[option_weechat.key.meta-w_meta-up]] *weechat.key.meta-w,meta-up*
+** opis: pass:none[touche "meta-w,meta-up" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window up"+`
+
+* [[option_weechat.key.meta-x]] *weechat.key.meta-x*
+** opis: pass:none[touche "meta-x" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/buffer zoom"+`
+
+* [[option_weechat.key.meta-z]] *weechat.key.meta-z*
+** opis: pass:none[touche "meta-z" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window zoom"+`
+
+* [[option_weechat.key.pgdn]] *weechat.key.pgdn*
+** opis: pass:none[touche "pgdn" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window page_down"+`
+
+* [[option_weechat.key.pgup]] *weechat.key.pgup*
+** opis: pass:none[touche "pgup" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window page_up"+`
+
+* [[option_weechat.key.return]] *weechat.key.return*
+** opis: pass:none[touche "return" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input return"+`
+
+* [[option_weechat.key.right]] *weechat.key.right*
+** opis: pass:none[touche "right" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input move_next_char"+`
+
+* [[option_weechat.key.shift-tab]] *weechat.key.shift-tab*
+** opis: pass:none[touche "shift-tab" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input complete_previous"+`
+
+* [[option_weechat.key.tab]] *weechat.key.tab*
+** opis: pass:none[touche "tab" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input complete_next"+`
+
+* [[option_weechat.key.up]] *weechat.key.up*
+** opis: pass:none[touche "up" dans le contexte "default"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input history_previous"+`
+
+* [[option_weechat.key_cursor.@chat:Q]] *weechat.key_cursor.@chat:Q*
+** opis: pass:none[touche "@chat:Q" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:chat_quote_time_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:m]] *weechat.key_cursor.@chat:m*
+** opis: pass:none[touche "@chat:m" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:chat_quote_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:q]] *weechat.key_cursor.@chat:q*
+** opis: pass:none[touche "@chat:q" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:chat_quote_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):K]] *weechat.key_cursor.@item(buffer_nicklist):K*
+** opis: pass:none[touche "@item(buffer_nicklist):K" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):b]] *weechat.key_cursor.@item(buffer_nicklist):b*
+** opis: pass:none[touche "@item(buffer_nicklist):b" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):k]] *weechat.key_cursor.@item(buffer_nicklist):k*
+** opis: pass:none[touche "@item(buffer_nicklist):k" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):q]] *weechat.key_cursor.@item(buffer_nicklist):q*
+** opis: pass:none[touche "@item(buffer_nicklist):q" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/query ${nick};/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):w]] *weechat.key_cursor.@item(buffer_nicklist):w*
+** opis: pass:none[touche "@item(buffer_nicklist):w" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_cursor.down]] *weechat.key_cursor.down*
+** opis: pass:none[touche "down" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move down"+`
+
+* [[option_weechat.key_cursor.left]] *weechat.key_cursor.left*
+** opis: pass:none[touche "left" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move left"+`
+
+* [[option_weechat.key_cursor.meta-down]] *weechat.key_cursor.meta-down*
+** opis: pass:none[touche "meta-down" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move area_down"+`
+
+* [[option_weechat.key_cursor.meta-left]] *weechat.key_cursor.meta-left*
+** opis: pass:none[touche "meta-left" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move area_left"+`
+
+* [[option_weechat.key_cursor.meta-right]] *weechat.key_cursor.meta-right*
+** opis: pass:none[touche "meta-right" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move area_right"+`
+
+* [[option_weechat.key_cursor.meta-up]] *weechat.key_cursor.meta-up*
+** opis: pass:none[touche "meta-up" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move area_up"+`
+
+* [[option_weechat.key_cursor.return]] *weechat.key_cursor.return*
+** opis: pass:none[touche "return" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor stop"+`
+
+* [[option_weechat.key_cursor.right]] *weechat.key_cursor.right*
+** opis: pass:none[touche "right" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move right"+`
+
+* [[option_weechat.key_cursor.up]] *weechat.key_cursor.up*
+** opis: pass:none[touche "up" dans le contexte "cursor"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor move up"+`
+
+* [[option_weechat.key_mouse.@*:button3]] *weechat.key_mouse.@*:button3*
+** opis: pass:none[touche "@*:button3" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/cursor go ${_x},${_y}"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheeldown]] *weechat.key_mouse.@bar(buflist):ctrl-wheeldown*
+** opis: pass:none[touche "@bar(buflist):ctrl-wheeldown" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheelup]] *weechat.key_mouse.@bar(buflist):ctrl-wheelup*
+** opis: pass:none[touche "@bar(buflist):ctrl-wheelup" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(input):button2]] *weechat.key_mouse.@bar(input):button2*
+** opis: pass:none[touche "@bar(input):button2" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input grab_mouse_area"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down*
+** opis: pass:none[touche "@bar(nicklist):button1-gesture-down" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist ${_window_number} +100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down-long*
+** opis: pass:none[touche "@bar(nicklist):button1-gesture-down-long" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist ${_window_number} e"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up*
+** opis: pass:none[touche "@bar(nicklist):button1-gesture-up" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist ${_window_number} -100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up-long*
+** opis: pass:none[touche "@bar(nicklist):button1-gesture-up-long" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll nicklist ${_window_number} b"+`
+
+* [[option_weechat.key_mouse.@bar:wheeldown]] *weechat.key_mouse.@bar:wheeldown*
+** opis: pass:none[touche "@bar:wheeldown" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll ${_bar_name} ${_window_number} +20%"+`
+
+* [[option_weechat.key_mouse.@bar:wheelup]] *weechat.key_mouse.@bar:wheelup*
+** opis: pass:none[touche "@bar:wheelup" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/bar scroll ${_bar_name} ${_window_number} -20%"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button1]] *weechat.key_mouse.@chat(fset.fset):button1*
+** opis: pass:none[touche "@chat(fset.fset):button1" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/fset -go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button2*]] *weechat.key_mouse.@chat(fset.fset):button2**
+** opis: pass:none[touche "@chat(fset.fset):button2*" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:fset_mouse"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheeldown]] *weechat.key_mouse.@chat(fset.fset):wheeldown*
+** opis: pass:none[touche "@chat(fset.fset):wheeldown" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/fset -down 5"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheelup]] *weechat.key_mouse.@chat(fset.fset):wheelup*
+** opis: pass:none[touche "@chat(fset.fset):wheelup" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/fset -up 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button1]] *weechat.key_mouse.@chat(script.scripts):button1*
+** opis: pass:none[touche "@chat(script.scripts):button1" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/script go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button2]] *weechat.key_mouse.@chat(script.scripts):button2*
+** opis: pass:none[touche "@chat(script.scripts):button2" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheeldown]] *weechat.key_mouse.@chat(script.scripts):wheeldown*
+** opis: pass:none[touche "@chat(script.scripts):wheeldown" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/script down 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheelup]] *weechat.key_mouse.@chat(script.scripts):wheelup*
+** opis: pass:none[touche "@chat(script.scripts):wheelup" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/script up 5"+`
+
+* [[option_weechat.key_mouse.@chat:button1]] *weechat.key_mouse.@chat:button1*
+** opis: pass:none[touche "@chat:button1" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left]] *weechat.key_mouse.@chat:button1-gesture-left*
+** opis: pass:none[touche "@chat:button1-gesture-left" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/buffer -1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left-long]] *weechat.key_mouse.@chat:button1-gesture-left-long*
+** opis: pass:none[touche "@chat:button1-gesture-left-long" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/buffer 1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right]] *weechat.key_mouse.@chat:button1-gesture-right*
+** opis: pass:none[touche "@chat:button1-gesture-right" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/buffer +1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right-long]] *weechat.key_mouse.@chat:button1-gesture-right-long*
+** opis: pass:none[touche "@chat:button1-gesture-right-long" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/buffer +"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheeldown]] *weechat.key_mouse.@chat:ctrl-wheeldown*
+** opis: pass:none[touche "@chat:ctrl-wheeldown" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_horiz -window ${_window_number} +10%"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheelup]] *weechat.key_mouse.@chat:ctrl-wheelup*
+** opis: pass:none[touche "@chat:ctrl-wheelup" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_horiz -window ${_window_number} -10%"+`
+
+* [[option_weechat.key_mouse.@chat:wheeldown]] *weechat.key_mouse.@chat:wheeldown*
+** opis: pass:none[touche "@chat:wheeldown" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_down -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:wheelup]] *weechat.key_mouse.@chat:wheelup*
+** opis: pass:none[touche "@chat:wheelup" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window scroll_up -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1]] *weechat.key_mouse.@item(buffer_nicklist):button1*
+** opis: pass:none[touche "@item(buffer_nicklist):button1" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/query ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left*
+** opis: pass:none[touche "@item(buffer_nicklist):button1-gesture-left" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long*
+** opis: pass:none[touche "@item(buffer_nicklist):button1-gesture-left-long" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2]] *weechat.key_mouse.@item(buffer_nicklist):button2*
+** opis: pass:none[touche "@item(buffer_nicklist):button2" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left*
+** opis: pass:none[touche "@item(buffer_nicklist):button2-gesture-left" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button1*]] *weechat.key_mouse.@item(buflist):button1**
+** opis: pass:none[touche "@item(buflist):button1*" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button2*]] *weechat.key_mouse.@item(buflist):button2**
+** opis: pass:none[touche "@item(buflist):button2*" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button1*]] *weechat.key_mouse.@item(buflist2):button1**
+** opis: pass:none[touche "@item(buflist2):button1*" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button2*]] *weechat.key_mouse.@item(buflist2):button2**
+** opis: pass:none[touche "@item(buflist2):button2*" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button1*]] *weechat.key_mouse.@item(buflist3):button1**
+** opis: pass:none[touche "@item(buflist3):button1*" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button2*]] *weechat.key_mouse.@item(buflist3):button2**
+** opis: pass:none[touche "@item(buflist3):button2*" dans le contexte "mouse"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_search.ctrl-q]] *weechat.key_search.ctrl-q*
+** opis: pass:none[touche "ctrl-q" dans le contexte "search"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_stop"+`
+
+* [[option_weechat.key_search.ctrl-r]] *weechat.key_search.ctrl-r*
+** opis: pass:none[touche "ctrl-r" dans le contexte "search"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_switch_regex"+`
+
+* [[option_weechat.key_search.down]] *weechat.key_search.down*
+** opis: pass:none[touche "down" dans le contexte "search"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_next"+`
+
+* [[option_weechat.key_search.meta-c]] *weechat.key_search.meta-c*
+** opis: pass:none[touche "meta-c" dans le contexte "search"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_switch_case"+`
+
+* [[option_weechat.key_search.return]] *weechat.key_search.return*
+** opis: pass:none[touche "return" dans le contexte "search"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_stop_here"+`
+
+* [[option_weechat.key_search.tab]] *weechat.key_search.tab*
+** opis: pass:none[touche "tab" dans le contexte "search"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_switch_where"+`
+
+* [[option_weechat.key_search.up]] *weechat.key_search.up*
+** opis: pass:none[touche "up" dans le contexte "search"]
+** typ: ciąg
+** wartości: dowolny ciąg
+** domyślna wartość: `+"/input search_previous"+`
+
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
** opis: pass:none[wyrównanie dla końca linii (wszystkie po pierwszej): zaczynają się od tego (time, buffer, prefix, suffix, message (domyślnie))]
** typ: liczba
diff --git a/doc/sr/includes/autogen_api_hdata.sr.adoc b/doc/sr/includes/autogen_api_hdata.sr.adoc
index ea25bdeba..219fbef01 100644
--- a/doc/sr/includes/autogen_api_hdata.sr.adoc
+++ b/doc/sr/includes/autogen_api_hdata.sr.adoc
@@ -713,6 +713,7 @@ _priority_   (integer) +
_name_   (string) +
_filename_   (string) +
_file_   (pointer) +
+_version_   (integer) +
_callback_reload_   (pointer) +
_callback_reload_pointer_   (pointer) +
_callback_reload_data_   (pointer) +
diff --git a/doc/sr/includes/autogen_user_commands.sr.adoc b/doc/sr/includes/autogen_user_commands.sr.adoc
index fe1f764e0..d31866ef5 100644
--- a/doc/sr/includes/autogen_user_commands.sr.adoc
+++ b/doc/sr/includes/autogen_user_commands.sr.adoc
@@ -1391,29 +1391,30 @@ stop: зауставља режим померања курсора
time <команда>
unicode <стринг>
- list: исписује додатке са дибаг нивоима
- set: поставља дибаг ниво за додатак
- додатак: име додатка („core” за WeeChat језгро)
- ниво: дибаг ниво за додатак (0 = искључује дибаг)
- dump: чува садржај меморије у WeeChat лог фајл (исти садржај се записује када се програм WeeChat сруши)
- hooks: исписује инфо о кукама (са додатком: приказује детаљне информације о кукама које креира додатак)
- buffer: уписује у лог фајл садржај бафера као хексадецималне вредности
- certs: приказује број учитаних ауторитета сертификата којима се верује
- color: приказује инфо о тренутним паровима боја
- cursor: пребацује дибаг за режим померања курсора
- dirs: исписује директоријуме
- hdata: исписује инфо о hdata (са free: уклања све hdata из меморије)
-infolists: исписује инфо о инфолистама
- libs: исписује инфо о коришћеним спољним библиотекама
- memory: исписује инфо о употреби меморије
- mouse: пребацује дибаг за миша
- tags: исписује ознаке за линије
- term: исписује инфо о терминалу
- windows: исписује стабло прозора
- time: мери време извршавања команде или слања текста текућем баферу
- unicode: приказује информације о стрингу и уникод карактерима (израчунато, погледајте/help eval)
-
-Примери:
+ list: list plugins with debug levels
+ set: set debug level for plugin
+ plugin: name of plugin ("core" for WeeChat core)
+ level: debug level for plugin (0 = disable debug)
+ dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes)
+ hooks: display infos about hooks (with a plugin: display detailed info about hooks created by the plugin)
+ buffer: dump buffer content with hexadecimal values in log file
+ certs: display number of loaded trusted certificate authorities
+ color: display infos about current color pairs
+ cursor: toggle debug for cursor mode
+ dirs: display directories
+ hdata: display infos about hdata (with free: remove all hdata in memory)
+infolists: display infos about infolists
+ key: enable keyboard and mouse debug: display raw codes, expanded key name and associated command ('q' to quit this mode)
+ libs: display infos about external libraries used
+ memory: display infos about memory usage
+ mouse: toggle debug for mouse
+ tags: display tags for lines
+ term: display infos about terminal
+ windows: display windows tree
+ time: measure time to execute a command or to send text to the current buffer
+ unicode: display information about string and unicode chars (evaluated, see /help eval)
+
+Examples:
/debug set irc 1
/debug mouse verbose
/debug time /filter toggle
@@ -1674,51 +1675,49 @@ restore: restore latest hotlist removed in the current buffer (or all buffers wi
----
/input <акција> [<аргументи>]
-листа акција:
- return: симулира притисак на тастер „ентер”
- complete_next: довршава реч са наредним довршавањем
- complete_previous: довршава реч са претходним довршавањем
- search_text_here: претражује текст у баферу почевши од текуће позиције
- search_text: претражује текст у баферу
- search_switch_case: укључује употребу тачне величине слова код претраге
- search_switch_regex: мења тип претраге: стринг/регуларни израз
- search_switch_where: укључује претрагу у порукама/префиксима
- search_previous: претрага у претходној линији
- search_next: претрага у наредној линији
- search_stop_here: зауставља претрагу на текућој позицији
- search_stop: зауставља претрагу
- delete_previous_char: брише претходни карактер
- delete_next_char: брише наредни карактер
- delete_previous_word: брише претходну реч
- delete_previous_word_whitespace: брише претходну реч (до празног простора)
- delete_next_word: брише наредну реч
- delete_beginning_of_line: брише од почетка линије до позиције курсора
- delete_end_of_line: брише од позиције курсора до краја линије
- delete_line: брише комплетну линију
- clipboard_paste: налепљује из интерног клипборда
- transpose_chars: транспонује два карактера (замењују места)
- undo: поништава последњу акцију командне линије
- redo: обнавља последње поништену акцију команде линије
- move_beginning_of_line: помера курсор на почетак линије
- move_end_of_line: помера курсор на крај линије
- move_previous_char: помера курсор на претходни карактер
- move_next_char: помера курсор на наредни карактер
- move_previous_word: помера курсор на претходну реч
- move_next_word: помера курсор на наредну реч
- history_previous: позива претходну команду из историје команди текућег бафера
- history_next: позива наредну команду из историје команди текућег бафера
- history_global_previous: позива претходну команду из глобалне историје команди
- history_global_next: позива наредну команду из глобалне историје команди
- grab_key: преузима тастер (необавезни аргумент: кашњење за крај преузимања, подразумевано је 500 милисекунди)
- grab_key_command: преузима тастер са својом придруженом командом (необавезни аргумент: кашњење за крај преузимања, подразумевано је 500 милисекунди)
- grab_mouse: преузима кôд догађаја миша
- grab_mouse_area: преузима кôд догађаја миша заједно са површином
- insert: умеће текст у командну линију (дозвољени су означени карактери, погледајте /help print)
- send: шаље текст баферу
- paste_start: започиње налепљивање (режим ограђеног налепљивања)
- paste_stop: зауставља налепљивање (режим ограђеног налепљивања)
-
-Ову команду користе тастерске пречице или додаци.
+list of actions:
+ return: simulate key "enter"
+ complete_next: complete word with next completion
+ complete_previous: complete word with previous completion
+ search_text_here: search text in buffer at current position
+ search_text: search text in buffer
+ search_switch_case: switch exact case for search
+ search_switch_regex: switch search type: string/regular expression
+ search_switch_where: switch search in messages/prefixes
+ search_previous: search previous line
+ search_next: search next line
+ search_stop_here: stop search at current position
+ search_stop: stop search
+ delete_previous_char: delete previous char
+ delete_next_char: delete next char
+ delete_previous_word: delete previous word
+ delete_previous_word_whitespace: delete previous word (until whitespace)
+ delete_next_word: delete next word
+ delete_beginning_of_line: delete from beginning of line until cursor
+ delete_end_of_line: delete from cursor until end of line
+ delete_line: delete entire line
+ clipboard_paste: paste from the internal clipboard
+ transpose_chars: transpose two chars
+ undo: undo last command line action
+ redo: redo last command line action
+ move_beginning_of_line: move cursor to beginning of line
+ move_end_of_line: move cursor to end of line
+ move_previous_char: move cursor to previous char
+ move_next_char: move cursor to next char
+ move_previous_word: move cursor to previous word
+ move_next_word: move cursor to next word
+ history_previous: recall previous command in current buffer history
+ history_next: recall next command in current buffer history
+ history_global_previous: recall previous command in global history
+ history_global_next: recall next command in global history
+ grab_key: grab a key (optional argument: delay for end of grab, default is 500 milliseconds)
+ grab_key_command: grab a key with its associated command (optional argument: delay for end of grab, default is 500 milliseconds)
+ grab_mouse: grab mouse event code
+ grab_mouse_area: grab mouse event code with area
+ insert: insert text in command line (escaped chars are allowed, see /help print)
+ send: send text to the buffer
+
+This command is used by key bindings or plugins.
----
[[command_weechat_item]]
@@ -1768,54 +1767,63 @@ addreplace: додаје или мења постојећу прилагођен
* `+key+`: везивање/развезивање тастера
----
-/key list|listdefault|listdiff [<контекст>]
- bind <тастер> [<команда> [<арг>]]
- bindctxt <контекст> <тастер> [<команда> [<арг>]]
- unbind <тастер>
- unbindctxt <контекст> <тастер>
- reset <тастер>
- resetctxt <контекст> <тастер>
- resetall -yes [<контекст>]
- missing [<контекст>]
-
- list: исписује све текуће тастере (без аргумената, приказује се ова листа)
-listdefault: исписује подразумеване тастере
- listdiff: исписује разлике између тренутних и подразумеваних тастера (додати, редефинисани или обрисани тастери)
- контекст: име контекста („default” или „search”)
- bind: везује команду за тастер или приказује команду која је везана за тастер (за контекст „default”)
- bindctxt: везује команду за тастер или приказује команду која је везана за тастер, за дати контекст
- команда: команда (више команди може да се раздвоји са тачка зарезима)
- unbind: уклања везивање тастера (за контекст „default”)
- unbindctxt: уклања везивање тастера за дати контекст
- reset: ресетује тастер на подразумевано везивање (за контекст „default”)
- resetctxt: ресетује тастер на подразумевано везивање, за дати контекст
- resetall: обнавља везивања на подразумеване вредности и брише СВА лична везивања (употребљавајте опрезно!)
- missing: додаје недостајуће тастере (користећи подразумевана везивања), корисно након инсталације нове верзије програма WeeChat
-
-Када се команда везује за тастер, препоручује се да се користи тастер alt+k (или Esc па онда k), па да се онда притисне тастер који желите да вежете: ово ће у командну линију да убаци кôд тастера.
-
-За контекст „mouse” (такође могуће и у контексту „cursor”), тастер има следећи формат: „@површина:тастер” или „@површина1>површина2:тастер” где површина може бити:
- *: било која површина на екрану
- chat: простор за разговор (било који бафер)
- chat(xxx): простор за разговор у баферу под именом „xxx” (пуно име укључујући и додатак)
- bar(*): било која трака
- bar(xxx): трака „xxx”
- item(*): било која ставка траке
- item(xxx): ставка траке „xxx”
-У тастеру се дозвољава употреба џокера „*” који се подудара са више догађаја миша.
-У контексту миша може да се користи специјална вредност за команду у формату „hsignal:име”, она ће послати hsignal „име” са фокус хеш табелом као аргументом.
-Још једна специјална вредност је „-” и она може да се користи за искључивање тастера (тастер ће се игнорисати приликом претраге тастера).
-
-Примери:
- тастер alt-t за преклапање видљивости траке са надимцима:
- /key bind meta-t /bar toggle nicklist
- тастер alt-r за скок на #weechat IRC канал:
+/key [list|listdefault|listdiff] [<context>]
+ bind <key> [<command> [<args>]]
+ bindctxt <context> <key> [<command> [<args>]]
+ unbind <key>
+ unbindctxt <context> <key>
+ reset <key>
+ resetctxt <context> <key>
+ resetall -yes [<context>]
+ missing [<context>]
+
+ list: list all current keys
+listdefault: list default keys
+ listdiff: list differences between current and default keys (keys added, redefined or deleted)
+ context: name of context ("default" or "search")
+ bind: bind a command to a key or display command bound to key (for context "default")
+ bindctxt: bind a command to a key or display command bound to key, for given context
+ command: command (many commands can be separated by semicolons)
+ unbind: remove a key binding (for context "default")
+ unbindctxt: remove a key binding for given context
+ reset: reset a key to default binding (for context "default")
+ resetctxt: reset a key to default binding, for given context
+ resetall: restore bindings to the default values and delete ALL personal bindings (use carefully!)
+ missing: add missing keys (using default bindings), useful after installing new WeeChat version
+
+When binding a command to a key, it is recommended to use key alt+k (or Esc then k), and then press the key to bind: this will insert key name in command line.
+
+Modifiers allowed (in this order when multiple are used):
+ meta- (alt key)
+ ctrl- (control key)
+ shift- (shift key, can only be used with key names below)
+
+Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, pgdn, up, down, right, left, tab, return, comma, space.
+
+Combo of keys must be separated by a comma.
+
+For context "mouse" (possible in context "cursor" too), key has format: "@area:key" or "@area1>area2:key" where area can be:
+ *: any area on screen
+ chat: chat area (any buffer)
+ chat(xxx): chat area for buffer with name "xxx" (full name including plugin)
+ bar(*): any bar
+ bar(xxx): bar "xxx"
+ item(*): any bar item
+ item(xxx): bar item "xxx"
+Wildcard "*" is allowed in key to match many mouse events.
+A special value for command with format "hsignal:name" can be used for context mouse, this will send the hsignal "name" with the focus hashtable as argument.
+Another special value "-" can be used to disable key (it will be ignored when looking for keys).
+
+Examples:
+ key alt-r to jump to #weechat IRC channel:
/key bind meta-r /buffer #weechat
- обнављање подразумеваног везивања за тастер alt-r:
+ restore default binding for key alt-r:
/key reset meta-r
- тастер „tab” за заустављање претраге у баферу:
- /key bindctxt search ctrl-i /input search_stop
- средњи тастер миша над надимком приказује информације о надимку:
+ key meta-v then f1 to run /help:
+ /key bind meta-v,f1 /help
+ key "tab" to stop search in buffer:
+ /key bindctxt search tab /input search_stop
+ middle button of mouse on a nick to retrieve info on nick:
/key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info ${nick}
----
diff --git a/doc/sr/includes/autogen_user_options.sr.adoc b/doc/sr/includes/autogen_user_options.sr.adoc
index 08688c7b8..277abed3f 100644
--- a/doc/sr/includes/autogen_user_options.sr.adoc
+++ b/doc/sr/includes/autogen_user_options.sr.adoc
@@ -3004,6 +3004,1662 @@
** вредности: 0 .. 1000
** подразумевана вредност: `+50+`
+* [[option_weechat.key.backspace]] *weechat.key.backspace*
+** опис: pass:none[touche "backspace" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_previous_char"+`
+
+* [[option_weechat.key.ctrl-_]] *weechat.key.ctrl-_*
+** опис: pass:none[touche "ctrl-_" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input undo"+`
+
+* [[option_weechat.key.ctrl-a]] *weechat.key.ctrl-a*
+** опис: pass:none[touche "ctrl-a" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-b]] *weechat.key.ctrl-b*
+** опис: pass:none[touche "ctrl-b" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.ctrl-c__]] *weechat.key.ctrl-c,_*
+** опис: pass:none[touche "ctrl-c,_" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input insert \x1F"+`
+
+* [[option_weechat.key.ctrl-c_b]] *weechat.key.ctrl-c,b*
+** опис: pass:none[touche "ctrl-c,b" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input insert \x02"+`
+
+* [[option_weechat.key.ctrl-c_c]] *weechat.key.ctrl-c,c*
+** опис: pass:none[touche "ctrl-c,c" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input insert \x03"+`
+
+* [[option_weechat.key.ctrl-c_i]] *weechat.key.ctrl-c,i*
+** опис: pass:none[touche "ctrl-c,i" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input insert \x1D"+`
+
+* [[option_weechat.key.ctrl-c_o]] *weechat.key.ctrl-c,o*
+** опис: pass:none[touche "ctrl-c,o" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input insert \x0F"+`
+
+* [[option_weechat.key.ctrl-c_v]] *weechat.key.ctrl-c,v*
+** опис: pass:none[touche "ctrl-c,v" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input insert \x16"+`
+
+* [[option_weechat.key.ctrl-d]] *weechat.key.ctrl-d*
+** опис: pass:none[touche "ctrl-d" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.ctrl-down]] *weechat.key.ctrl-down*
+** опис: pass:none[touche "ctrl-down" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input history_global_next"+`
+
+* [[option_weechat.key.ctrl-e]] *weechat.key.ctrl-e*
+** опис: pass:none[touche "ctrl-e" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.ctrl-f]] *weechat.key.ctrl-f*
+** опис: pass:none[touche "ctrl-f" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_next_char"+`
+
+* [[option_weechat.key.ctrl-f1]] *weechat.key.ctrl-f1*
+** опис: pass:none[touche "ctrl-f1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.ctrl-f11]] *weechat.key.ctrl-f11*
+** опис: pass:none[touche "ctrl-f11" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.ctrl-f12]] *weechat.key.ctrl-f12*
+** опис: pass:none[touche "ctrl-f12" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.ctrl-f2]] *weechat.key.ctrl-f2*
+** опис: pass:none[touche "ctrl-f2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.ctrl-k]] *weechat.key.ctrl-k*
+** опис: pass:none[touche "ctrl-k" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_end_of_line"+`
+
+* [[option_weechat.key.ctrl-l]] *weechat.key.ctrl-l*
+** опис: pass:none[touche "ctrl-l" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window refresh"+`
+
+* [[option_weechat.key.ctrl-left]] *weechat.key.ctrl-left*
+** опис: pass:none[touche "ctrl-left" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.ctrl-n]] *weechat.key.ctrl-n*
+** опис: pass:none[touche "ctrl-n" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer +1"+`
+
+* [[option_weechat.key.ctrl-p]] *weechat.key.ctrl-p*
+** опис: pass:none[touche "ctrl-p" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer -1"+`
+
+* [[option_weechat.key.ctrl-r]] *weechat.key.ctrl-r*
+** опис: pass:none[touche "ctrl-r" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_text_here"+`
+
+* [[option_weechat.key.ctrl-right]] *weechat.key.ctrl-right*
+** опис: pass:none[touche "ctrl-right" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_next_word"+`
+
+* [[option_weechat.key.ctrl-s_ctrl-u]] *weechat.key.ctrl-s,ctrl-u*
+** опис: pass:none[touche "ctrl-s,ctrl-u" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/allbuf /buffer set unread"+`
+
+* [[option_weechat.key.ctrl-t]] *weechat.key.ctrl-t*
+** опис: pass:none[touche "ctrl-t" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input transpose_chars"+`
+
+* [[option_weechat.key.ctrl-u]] *weechat.key.ctrl-u*
+** опис: pass:none[touche "ctrl-u" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_beginning_of_line"+`
+
+* [[option_weechat.key.ctrl-up]] *weechat.key.ctrl-up*
+** опис: pass:none[touche "ctrl-up" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input history_global_previous"+`
+
+* [[option_weechat.key.ctrl-w]] *weechat.key.ctrl-w*
+** опис: pass:none[touche "ctrl-w" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_previous_word_whitespace"+`
+
+* [[option_weechat.key.ctrl-x]] *weechat.key.ctrl-x*
+** опис: pass:none[touche "ctrl-x" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer switch"+`
+
+* [[option_weechat.key.ctrl-y]] *weechat.key.ctrl-y*
+** опис: pass:none[touche "ctrl-y" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input clipboard_paste"+`
+
+* [[option_weechat.key.delete]] *weechat.key.delete*
+** опис: pass:none[touche "delete" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_next_char"+`
+
+* [[option_weechat.key.down]] *weechat.key.down*
+** опис: pass:none[touche "down" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input history_next"+`
+
+* [[option_weechat.key.end]] *weechat.key.end*
+** опис: pass:none[touche "end" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_end_of_line"+`
+
+* [[option_weechat.key.f1]] *weechat.key.f1*
+** опис: pass:none[touche "f1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll buflist * -100%"+`
+
+* [[option_weechat.key.f10]] *weechat.key.f10*
+** опис: pass:none[touche "f10" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll title * +30%"+`
+
+* [[option_weechat.key.f11]] *weechat.key.f11*
+** опис: pass:none[touche "f11" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist * -100%"+`
+
+* [[option_weechat.key.f12]] *weechat.key.f12*
+** опис: pass:none[touche "f12" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist * +100%"+`
+
+* [[option_weechat.key.f2]] *weechat.key.f2*
+** опис: pass:none[touche "f2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll buflist * +100%"+`
+
+* [[option_weechat.key.f5]] *weechat.key.f5*
+** опис: pass:none[touche "f5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer -1"+`
+
+* [[option_weechat.key.f6]] *weechat.key.f6*
+** опис: pass:none[touche "f6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer +1"+`
+
+* [[option_weechat.key.f7]] *weechat.key.f7*
+** опис: pass:none[touche "f7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window -1"+`
+
+* [[option_weechat.key.f8]] *weechat.key.f8*
+** опис: pass:none[touche "f8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window +1"+`
+
+* [[option_weechat.key.f9]] *weechat.key.f9*
+** опис: pass:none[touche "f9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll title * -30%"+`
+
+* [[option_weechat.key.home]] *weechat.key.home*
+** опис: pass:none[touche "home" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_beginning_of_line"+`
+
+* [[option_weechat.key.left]] *weechat.key.left*
+** опис: pass:none[touche "left" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_previous_char"+`
+
+* [[option_weechat.key.meta--]] *weechat.key.meta--*
+** опис: pass:none[touche "meta--" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/filter toggle @"+`
+
+* [[option_weechat.key.meta-/]] *weechat.key.meta-/*
+** опис: pass:none[touche "meta-/" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer jump last_displayed"+`
+
+* [[option_weechat.key.meta-0]] *weechat.key.meta-0*
+** опис: pass:none[touche "meta-0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-1]] *weechat.key.meta-1*
+** опис: pass:none[touche "meta-1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-2]] *weechat.key.meta-2*
+** опис: pass:none[touche "meta-2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-3]] *weechat.key.meta-3*
+** опис: pass:none[touche "meta-3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-4]] *weechat.key.meta-4*
+** опис: pass:none[touche "meta-4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-5]] *weechat.key.meta-5*
+** опис: pass:none[touche "meta-5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-6]] *weechat.key.meta-6*
+** опис: pass:none[touche "meta-6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-7]] *weechat.key.meta-7*
+** опис: pass:none[touche "meta-7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-8]] *weechat.key.meta-8*
+** опис: pass:none[touche "meta-8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-9]] *weechat.key.meta-9*
+** опис: pass:none[touche "meta-9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-<]] *weechat.key.meta-<*
+** опис: pass:none[touche "meta-<" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer jump prev_visited"+`
+
+* [[option_weechat.key.meta-=]] *weechat.key.meta-=*
+** опис: pass:none[touche "meta-=" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/filter toggle"+`
+
+* [[option_weechat.key.meta->]] *weechat.key.meta->*
+** опис: pass:none[touche "meta->" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer jump next_visited"+`
+
+* [[option_weechat.key.meta-B]] *weechat.key.meta-B*
+** опис: pass:none[touche "meta-B" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buflist toggle"+`
+
+* [[option_weechat.key.meta-K]] *weechat.key.meta-K*
+** опис: pass:none[touche "meta-K" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input grab_raw_key_command"+`
+
+* [[option_weechat.key.meta-N]] *weechat.key.meta-N*
+** опис: pass:none[touche "meta-N" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar toggle nicklist"+`
+
+* [[option_weechat.key.meta-_]] *weechat.key.meta-_*
+** опис: pass:none[touche "meta-_" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input redo"+`
+
+* [[option_weechat.key.meta-a]] *weechat.key.meta-a*
+** опис: pass:none[touche "meta-a" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer jump smart"+`
+
+* [[option_weechat.key.meta-b]] *weechat.key.meta-b*
+** опис: pass:none[touche "meta-b" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_previous_word"+`
+
+* [[option_weechat.key.meta-backspace]] *weechat.key.meta-backspace*
+** опис: pass:none[touche "meta-backspace" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_previous_word"+`
+
+* [[option_weechat.key.meta-d]] *weechat.key.meta-d*
+** опис: pass:none[touche "meta-d" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_next_word"+`
+
+* [[option_weechat.key.meta-down]] *weechat.key.meta-down*
+** опис: pass:none[touche "meta-down" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-end]] *weechat.key.meta-end*
+** опис: pass:none[touche "meta-end" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_bottom"+`
+
+* [[option_weechat.key.meta-f]] *weechat.key.meta-f*
+** опис: pass:none[touche "meta-f" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_next_word"+`
+
+* [[option_weechat.key.meta-f1]] *weechat.key.meta-f1*
+** опис: pass:none[touche "meta-f1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll buflist * b"+`
+
+* [[option_weechat.key.meta-f11]] *weechat.key.meta-f11*
+** опис: pass:none[touche "meta-f11" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist * b"+`
+
+* [[option_weechat.key.meta-f12]] *weechat.key.meta-f12*
+** опис: pass:none[touche "meta-f12" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist * e"+`
+
+* [[option_weechat.key.meta-f2]] *weechat.key.meta-f2*
+** опис: pass:none[touche "meta-f2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll buflist * e"+`
+
+* [[option_weechat.key.meta-h_meta-R]] *weechat.key.meta-h,meta-R*
+** опис: pass:none[touche "meta-h,meta-R" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/hotlist restore -all"+`
+
+* [[option_weechat.key.meta-h_meta-c]] *weechat.key.meta-h,meta-c*
+** опис: pass:none[touche "meta-h,meta-c" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/hotlist clear"+`
+
+* [[option_weechat.key.meta-h_meta-m]] *weechat.key.meta-h,meta-m*
+** опис: pass:none[touche "meta-h,meta-m" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/hotlist remove"+`
+
+* [[option_weechat.key.meta-h_meta-r]] *weechat.key.meta-h,meta-r*
+** опис: pass:none[touche "meta-h,meta-r" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/hotlist restore"+`
+
+* [[option_weechat.key.meta-home]] *weechat.key.meta-home*
+** опис: pass:none[touche "meta-home" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_top"+`
+
+* [[option_weechat.key.meta-j_0_1]] *weechat.key.meta-j,0,1*
+** опис: pass:none[touche "meta-j,0,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *1"+`
+
+* [[option_weechat.key.meta-j_0_2]] *weechat.key.meta-j,0,2*
+** опис: pass:none[touche "meta-j,0,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *2"+`
+
+* [[option_weechat.key.meta-j_0_3]] *weechat.key.meta-j,0,3*
+** опис: pass:none[touche "meta-j,0,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *3"+`
+
+* [[option_weechat.key.meta-j_0_4]] *weechat.key.meta-j,0,4*
+** опис: pass:none[touche "meta-j,0,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *4"+`
+
+* [[option_weechat.key.meta-j_0_5]] *weechat.key.meta-j,0,5*
+** опис: pass:none[touche "meta-j,0,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *5"+`
+
+* [[option_weechat.key.meta-j_0_6]] *weechat.key.meta-j,0,6*
+** опис: pass:none[touche "meta-j,0,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *6"+`
+
+* [[option_weechat.key.meta-j_0_7]] *weechat.key.meta-j,0,7*
+** опис: pass:none[touche "meta-j,0,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *7"+`
+
+* [[option_weechat.key.meta-j_0_8]] *weechat.key.meta-j,0,8*
+** опис: pass:none[touche "meta-j,0,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *8"+`
+
+* [[option_weechat.key.meta-j_0_9]] *weechat.key.meta-j,0,9*
+** опис: pass:none[touche "meta-j,0,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *9"+`
+
+* [[option_weechat.key.meta-j_1_0]] *weechat.key.meta-j,1,0*
+** опис: pass:none[touche "meta-j,1,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *10"+`
+
+* [[option_weechat.key.meta-j_1_1]] *weechat.key.meta-j,1,1*
+** опис: pass:none[touche "meta-j,1,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *11"+`
+
+* [[option_weechat.key.meta-j_1_2]] *weechat.key.meta-j,1,2*
+** опис: pass:none[touche "meta-j,1,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *12"+`
+
+* [[option_weechat.key.meta-j_1_3]] *weechat.key.meta-j,1,3*
+** опис: pass:none[touche "meta-j,1,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *13"+`
+
+* [[option_weechat.key.meta-j_1_4]] *weechat.key.meta-j,1,4*
+** опис: pass:none[touche "meta-j,1,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *14"+`
+
+* [[option_weechat.key.meta-j_1_5]] *weechat.key.meta-j,1,5*
+** опис: pass:none[touche "meta-j,1,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *15"+`
+
+* [[option_weechat.key.meta-j_1_6]] *weechat.key.meta-j,1,6*
+** опис: pass:none[touche "meta-j,1,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *16"+`
+
+* [[option_weechat.key.meta-j_1_7]] *weechat.key.meta-j,1,7*
+** опис: pass:none[touche "meta-j,1,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *17"+`
+
+* [[option_weechat.key.meta-j_1_8]] *weechat.key.meta-j,1,8*
+** опис: pass:none[touche "meta-j,1,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *18"+`
+
+* [[option_weechat.key.meta-j_1_9]] *weechat.key.meta-j,1,9*
+** опис: pass:none[touche "meta-j,1,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *19"+`
+
+* [[option_weechat.key.meta-j_2_0]] *weechat.key.meta-j,2,0*
+** опис: pass:none[touche "meta-j,2,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *20"+`
+
+* [[option_weechat.key.meta-j_2_1]] *weechat.key.meta-j,2,1*
+** опис: pass:none[touche "meta-j,2,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *21"+`
+
+* [[option_weechat.key.meta-j_2_2]] *weechat.key.meta-j,2,2*
+** опис: pass:none[touche "meta-j,2,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *22"+`
+
+* [[option_weechat.key.meta-j_2_3]] *weechat.key.meta-j,2,3*
+** опис: pass:none[touche "meta-j,2,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *23"+`
+
+* [[option_weechat.key.meta-j_2_4]] *weechat.key.meta-j,2,4*
+** опис: pass:none[touche "meta-j,2,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *24"+`
+
+* [[option_weechat.key.meta-j_2_5]] *weechat.key.meta-j,2,5*
+** опис: pass:none[touche "meta-j,2,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *25"+`
+
+* [[option_weechat.key.meta-j_2_6]] *weechat.key.meta-j,2,6*
+** опис: pass:none[touche "meta-j,2,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *26"+`
+
+* [[option_weechat.key.meta-j_2_7]] *weechat.key.meta-j,2,7*
+** опис: pass:none[touche "meta-j,2,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *27"+`
+
+* [[option_weechat.key.meta-j_2_8]] *weechat.key.meta-j,2,8*
+** опис: pass:none[touche "meta-j,2,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *28"+`
+
+* [[option_weechat.key.meta-j_2_9]] *weechat.key.meta-j,2,9*
+** опис: pass:none[touche "meta-j,2,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *29"+`
+
+* [[option_weechat.key.meta-j_3_0]] *weechat.key.meta-j,3,0*
+** опис: pass:none[touche "meta-j,3,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *30"+`
+
+* [[option_weechat.key.meta-j_3_1]] *weechat.key.meta-j,3,1*
+** опис: pass:none[touche "meta-j,3,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *31"+`
+
+* [[option_weechat.key.meta-j_3_2]] *weechat.key.meta-j,3,2*
+** опис: pass:none[touche "meta-j,3,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *32"+`
+
+* [[option_weechat.key.meta-j_3_3]] *weechat.key.meta-j,3,3*
+** опис: pass:none[touche "meta-j,3,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *33"+`
+
+* [[option_weechat.key.meta-j_3_4]] *weechat.key.meta-j,3,4*
+** опис: pass:none[touche "meta-j,3,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *34"+`
+
+* [[option_weechat.key.meta-j_3_5]] *weechat.key.meta-j,3,5*
+** опис: pass:none[touche "meta-j,3,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *35"+`
+
+* [[option_weechat.key.meta-j_3_6]] *weechat.key.meta-j,3,6*
+** опис: pass:none[touche "meta-j,3,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *36"+`
+
+* [[option_weechat.key.meta-j_3_7]] *weechat.key.meta-j,3,7*
+** опис: pass:none[touche "meta-j,3,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *37"+`
+
+* [[option_weechat.key.meta-j_3_8]] *weechat.key.meta-j,3,8*
+** опис: pass:none[touche "meta-j,3,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *38"+`
+
+* [[option_weechat.key.meta-j_3_9]] *weechat.key.meta-j,3,9*
+** опис: pass:none[touche "meta-j,3,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *39"+`
+
+* [[option_weechat.key.meta-j_4_0]] *weechat.key.meta-j,4,0*
+** опис: pass:none[touche "meta-j,4,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *40"+`
+
+* [[option_weechat.key.meta-j_4_1]] *weechat.key.meta-j,4,1*
+** опис: pass:none[touche "meta-j,4,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *41"+`
+
+* [[option_weechat.key.meta-j_4_2]] *weechat.key.meta-j,4,2*
+** опис: pass:none[touche "meta-j,4,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *42"+`
+
+* [[option_weechat.key.meta-j_4_3]] *weechat.key.meta-j,4,3*
+** опис: pass:none[touche "meta-j,4,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *43"+`
+
+* [[option_weechat.key.meta-j_4_4]] *weechat.key.meta-j,4,4*
+** опис: pass:none[touche "meta-j,4,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *44"+`
+
+* [[option_weechat.key.meta-j_4_5]] *weechat.key.meta-j,4,5*
+** опис: pass:none[touche "meta-j,4,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *45"+`
+
+* [[option_weechat.key.meta-j_4_6]] *weechat.key.meta-j,4,6*
+** опис: pass:none[touche "meta-j,4,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *46"+`
+
+* [[option_weechat.key.meta-j_4_7]] *weechat.key.meta-j,4,7*
+** опис: pass:none[touche "meta-j,4,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *47"+`
+
+* [[option_weechat.key.meta-j_4_8]] *weechat.key.meta-j,4,8*
+** опис: pass:none[touche "meta-j,4,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *48"+`
+
+* [[option_weechat.key.meta-j_4_9]] *weechat.key.meta-j,4,9*
+** опис: pass:none[touche "meta-j,4,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *49"+`
+
+* [[option_weechat.key.meta-j_5_0]] *weechat.key.meta-j,5,0*
+** опис: pass:none[touche "meta-j,5,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *50"+`
+
+* [[option_weechat.key.meta-j_5_1]] *weechat.key.meta-j,5,1*
+** опис: pass:none[touche "meta-j,5,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *51"+`
+
+* [[option_weechat.key.meta-j_5_2]] *weechat.key.meta-j,5,2*
+** опис: pass:none[touche "meta-j,5,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *52"+`
+
+* [[option_weechat.key.meta-j_5_3]] *weechat.key.meta-j,5,3*
+** опис: pass:none[touche "meta-j,5,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *53"+`
+
+* [[option_weechat.key.meta-j_5_4]] *weechat.key.meta-j,5,4*
+** опис: pass:none[touche "meta-j,5,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *54"+`
+
+* [[option_weechat.key.meta-j_5_5]] *weechat.key.meta-j,5,5*
+** опис: pass:none[touche "meta-j,5,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *55"+`
+
+* [[option_weechat.key.meta-j_5_6]] *weechat.key.meta-j,5,6*
+** опис: pass:none[touche "meta-j,5,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *56"+`
+
+* [[option_weechat.key.meta-j_5_7]] *weechat.key.meta-j,5,7*
+** опис: pass:none[touche "meta-j,5,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *57"+`
+
+* [[option_weechat.key.meta-j_5_8]] *weechat.key.meta-j,5,8*
+** опис: pass:none[touche "meta-j,5,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *58"+`
+
+* [[option_weechat.key.meta-j_5_9]] *weechat.key.meta-j,5,9*
+** опис: pass:none[touche "meta-j,5,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *59"+`
+
+* [[option_weechat.key.meta-j_6_0]] *weechat.key.meta-j,6,0*
+** опис: pass:none[touche "meta-j,6,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *60"+`
+
+* [[option_weechat.key.meta-j_6_1]] *weechat.key.meta-j,6,1*
+** опис: pass:none[touche "meta-j,6,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *61"+`
+
+* [[option_weechat.key.meta-j_6_2]] *weechat.key.meta-j,6,2*
+** опис: pass:none[touche "meta-j,6,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *62"+`
+
+* [[option_weechat.key.meta-j_6_3]] *weechat.key.meta-j,6,3*
+** опис: pass:none[touche "meta-j,6,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *63"+`
+
+* [[option_weechat.key.meta-j_6_4]] *weechat.key.meta-j,6,4*
+** опис: pass:none[touche "meta-j,6,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *64"+`
+
+* [[option_weechat.key.meta-j_6_5]] *weechat.key.meta-j,6,5*
+** опис: pass:none[touche "meta-j,6,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *65"+`
+
+* [[option_weechat.key.meta-j_6_6]] *weechat.key.meta-j,6,6*
+** опис: pass:none[touche "meta-j,6,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *66"+`
+
+* [[option_weechat.key.meta-j_6_7]] *weechat.key.meta-j,6,7*
+** опис: pass:none[touche "meta-j,6,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *67"+`
+
+* [[option_weechat.key.meta-j_6_8]] *weechat.key.meta-j,6,8*
+** опис: pass:none[touche "meta-j,6,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *68"+`
+
+* [[option_weechat.key.meta-j_6_9]] *weechat.key.meta-j,6,9*
+** опис: pass:none[touche "meta-j,6,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *69"+`
+
+* [[option_weechat.key.meta-j_7_0]] *weechat.key.meta-j,7,0*
+** опис: pass:none[touche "meta-j,7,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *70"+`
+
+* [[option_weechat.key.meta-j_7_1]] *weechat.key.meta-j,7,1*
+** опис: pass:none[touche "meta-j,7,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *71"+`
+
+* [[option_weechat.key.meta-j_7_2]] *weechat.key.meta-j,7,2*
+** опис: pass:none[touche "meta-j,7,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *72"+`
+
+* [[option_weechat.key.meta-j_7_3]] *weechat.key.meta-j,7,3*
+** опис: pass:none[touche "meta-j,7,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *73"+`
+
+* [[option_weechat.key.meta-j_7_4]] *weechat.key.meta-j,7,4*
+** опис: pass:none[touche "meta-j,7,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *74"+`
+
+* [[option_weechat.key.meta-j_7_5]] *weechat.key.meta-j,7,5*
+** опис: pass:none[touche "meta-j,7,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *75"+`
+
+* [[option_weechat.key.meta-j_7_6]] *weechat.key.meta-j,7,6*
+** опис: pass:none[touche "meta-j,7,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *76"+`
+
+* [[option_weechat.key.meta-j_7_7]] *weechat.key.meta-j,7,7*
+** опис: pass:none[touche "meta-j,7,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *77"+`
+
+* [[option_weechat.key.meta-j_7_8]] *weechat.key.meta-j,7,8*
+** опис: pass:none[touche "meta-j,7,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *78"+`
+
+* [[option_weechat.key.meta-j_7_9]] *weechat.key.meta-j,7,9*
+** опис: pass:none[touche "meta-j,7,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *79"+`
+
+* [[option_weechat.key.meta-j_8_0]] *weechat.key.meta-j,8,0*
+** опис: pass:none[touche "meta-j,8,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *80"+`
+
+* [[option_weechat.key.meta-j_8_1]] *weechat.key.meta-j,8,1*
+** опис: pass:none[touche "meta-j,8,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *81"+`
+
+* [[option_weechat.key.meta-j_8_2]] *weechat.key.meta-j,8,2*
+** опис: pass:none[touche "meta-j,8,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *82"+`
+
+* [[option_weechat.key.meta-j_8_3]] *weechat.key.meta-j,8,3*
+** опис: pass:none[touche "meta-j,8,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *83"+`
+
+* [[option_weechat.key.meta-j_8_4]] *weechat.key.meta-j,8,4*
+** опис: pass:none[touche "meta-j,8,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *84"+`
+
+* [[option_weechat.key.meta-j_8_5]] *weechat.key.meta-j,8,5*
+** опис: pass:none[touche "meta-j,8,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *85"+`
+
+* [[option_weechat.key.meta-j_8_6]] *weechat.key.meta-j,8,6*
+** опис: pass:none[touche "meta-j,8,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *86"+`
+
+* [[option_weechat.key.meta-j_8_7]] *weechat.key.meta-j,8,7*
+** опис: pass:none[touche "meta-j,8,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *87"+`
+
+* [[option_weechat.key.meta-j_8_8]] *weechat.key.meta-j,8,8*
+** опис: pass:none[touche "meta-j,8,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *88"+`
+
+* [[option_weechat.key.meta-j_8_9]] *weechat.key.meta-j,8,9*
+** опис: pass:none[touche "meta-j,8,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *89"+`
+
+* [[option_weechat.key.meta-j_9_0]] *weechat.key.meta-j,9,0*
+** опис: pass:none[touche "meta-j,9,0" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *90"+`
+
+* [[option_weechat.key.meta-j_9_1]] *weechat.key.meta-j,9,1*
+** опис: pass:none[touche "meta-j,9,1" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *91"+`
+
+* [[option_weechat.key.meta-j_9_2]] *weechat.key.meta-j,9,2*
+** опис: pass:none[touche "meta-j,9,2" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *92"+`
+
+* [[option_weechat.key.meta-j_9_3]] *weechat.key.meta-j,9,3*
+** опис: pass:none[touche "meta-j,9,3" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *93"+`
+
+* [[option_weechat.key.meta-j_9_4]] *weechat.key.meta-j,9,4*
+** опис: pass:none[touche "meta-j,9,4" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *94"+`
+
+* [[option_weechat.key.meta-j_9_5]] *weechat.key.meta-j,9,5*
+** опис: pass:none[touche "meta-j,9,5" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *95"+`
+
+* [[option_weechat.key.meta-j_9_6]] *weechat.key.meta-j,9,6*
+** опис: pass:none[touche "meta-j,9,6" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *96"+`
+
+* [[option_weechat.key.meta-j_9_7]] *weechat.key.meta-j,9,7*
+** опис: pass:none[touche "meta-j,9,7" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *97"+`
+
+* [[option_weechat.key.meta-j_9_8]] *weechat.key.meta-j,9,8*
+** опис: pass:none[touche "meta-j,9,8" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *98"+`
+
+* [[option_weechat.key.meta-j_9_9]] *weechat.key.meta-j,9,9*
+** опис: pass:none[touche "meta-j,9,9" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer *99"+`
+
+* [[option_weechat.key.meta-j_meta-f]] *weechat.key.meta-j,meta-f*
+** опис: pass:none[touche "meta-j,meta-f" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer -"+`
+
+* [[option_weechat.key.meta-j_meta-l]] *weechat.key.meta-j,meta-l*
+** опис: pass:none[touche "meta-j,meta-l" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer +"+`
+
+* [[option_weechat.key.meta-j_meta-r]] *weechat.key.meta-j,meta-r*
+** опис: pass:none[touche "meta-j,meta-r" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/server raw"+`
+
+* [[option_weechat.key.meta-j_meta-s]] *weechat.key.meta-j,meta-s*
+** опис: pass:none[touche "meta-j,meta-s" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/server jump"+`
+
+* [[option_weechat.key.meta-k]] *weechat.key.meta-k*
+** опис: pass:none[touche "meta-k" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input grab_key_command"+`
+
+* [[option_weechat.key.meta-l]] *weechat.key.meta-l*
+** опис: pass:none[touche "meta-l" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window bare"+`
+
+* [[option_weechat.key.meta-left]] *weechat.key.meta-left*
+** опис: pass:none[touche "meta-left" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-m]] *weechat.key.meta-m*
+** опис: pass:none[touche "meta-m" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/mute mouse toggle"+`
+
+* [[option_weechat.key.meta-n]] *weechat.key.meta-n*
+** опис: pass:none[touche "meta-n" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_next_highlight"+`
+
+* [[option_weechat.key.meta-p]] *weechat.key.meta-p*
+** опис: pass:none[touche "meta-p" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_previous_highlight"+`
+
+* [[option_weechat.key.meta-pgdn]] *weechat.key.meta-pgdn*
+** опис: pass:none[touche "meta-pgdn" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_down"+`
+
+* [[option_weechat.key.meta-pgup]] *weechat.key.meta-pgup*
+** опис: pass:none[touche "meta-pgup" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_up"+`
+
+* [[option_weechat.key.meta-r]] *weechat.key.meta-r*
+** опис: pass:none[touche "meta-r" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input delete_line"+`
+
+* [[option_weechat.key.meta-return]] *weechat.key.meta-return*
+** опис: pass:none[touche "meta-return" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input insert \n"+`
+
+* [[option_weechat.key.meta-right]] *weechat.key.meta-right*
+** опис: pass:none[touche "meta-right" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer +1"+`
+
+* [[option_weechat.key.meta-s]] *weechat.key.meta-s*
+** опис: pass:none[touche "meta-s" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/mute spell toggle"+`
+
+* [[option_weechat.key.meta-u]] *weechat.key.meta-u*
+** опис: pass:none[touche "meta-u" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_unread"+`
+
+* [[option_weechat.key.meta-up]] *weechat.key.meta-up*
+** опис: pass:none[touche "meta-up" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer -1"+`
+
+* [[option_weechat.key.meta-w_meta-b]] *weechat.key.meta-w,meta-b*
+** опис: pass:none[touche "meta-w,meta-b" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window balance"+`
+
+* [[option_weechat.key.meta-w_meta-down]] *weechat.key.meta-w,meta-down*
+** опис: pass:none[touche "meta-w,meta-down" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window down"+`
+
+* [[option_weechat.key.meta-w_meta-left]] *weechat.key.meta-w,meta-left*
+** опис: pass:none[touche "meta-w,meta-left" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window left"+`
+
+* [[option_weechat.key.meta-w_meta-right]] *weechat.key.meta-w,meta-right*
+** опис: pass:none[touche "meta-w,meta-right" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window right"+`
+
+* [[option_weechat.key.meta-w_meta-s]] *weechat.key.meta-w,meta-s*
+** опис: pass:none[touche "meta-w,meta-s" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window swap"+`
+
+* [[option_weechat.key.meta-w_meta-up]] *weechat.key.meta-w,meta-up*
+** опис: pass:none[touche "meta-w,meta-up" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window up"+`
+
+* [[option_weechat.key.meta-x]] *weechat.key.meta-x*
+** опис: pass:none[touche "meta-x" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/buffer zoom"+`
+
+* [[option_weechat.key.meta-z]] *weechat.key.meta-z*
+** опис: pass:none[touche "meta-z" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window zoom"+`
+
+* [[option_weechat.key.pgdn]] *weechat.key.pgdn*
+** опис: pass:none[touche "pgdn" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window page_down"+`
+
+* [[option_weechat.key.pgup]] *weechat.key.pgup*
+** опис: pass:none[touche "pgup" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window page_up"+`
+
+* [[option_weechat.key.return]] *weechat.key.return*
+** опис: pass:none[touche "return" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input return"+`
+
+* [[option_weechat.key.right]] *weechat.key.right*
+** опис: pass:none[touche "right" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input move_next_char"+`
+
+* [[option_weechat.key.shift-tab]] *weechat.key.shift-tab*
+** опис: pass:none[touche "shift-tab" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input complete_previous"+`
+
+* [[option_weechat.key.tab]] *weechat.key.tab*
+** опис: pass:none[touche "tab" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input complete_next"+`
+
+* [[option_weechat.key.up]] *weechat.key.up*
+** опис: pass:none[touche "up" dans le contexte "default"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input history_previous"+`
+
+* [[option_weechat.key_cursor.@chat:Q]] *weechat.key_cursor.@chat:Q*
+** опис: pass:none[touche "@chat:Q" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:chat_quote_time_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:m]] *weechat.key_cursor.@chat:m*
+** опис: pass:none[touche "@chat:m" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:chat_quote_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@chat:q]] *weechat.key_cursor.@chat:q*
+** опис: pass:none[touche "@chat:q" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:chat_quote_prefix_message;/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):K]] *weechat.key_cursor.@item(buffer_nicklist):K*
+** опис: pass:none[touche "@item(buffer_nicklist):K" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):b]] *weechat.key_cursor.@item(buffer_nicklist):b*
+** опис: pass:none[touche "@item(buffer_nicklist):b" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):k]] *weechat.key_cursor.@item(buffer_nicklist):k*
+** опис: pass:none[touche "@item(buffer_nicklist):k" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):q]] *weechat.key_cursor.@item(buffer_nicklist):q*
+** опис: pass:none[touche "@item(buffer_nicklist):q" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/query ${nick};/cursor stop"+`
+
+* [[option_weechat.key_cursor.@item(buffer_nicklist):w]] *weechat.key_cursor.@item(buffer_nicklist):w*
+** опис: pass:none[touche "@item(buffer_nicklist):w" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_cursor.down]] *weechat.key_cursor.down*
+** опис: pass:none[touche "down" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move down"+`
+
+* [[option_weechat.key_cursor.left]] *weechat.key_cursor.left*
+** опис: pass:none[touche "left" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move left"+`
+
+* [[option_weechat.key_cursor.meta-down]] *weechat.key_cursor.meta-down*
+** опис: pass:none[touche "meta-down" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move area_down"+`
+
+* [[option_weechat.key_cursor.meta-left]] *weechat.key_cursor.meta-left*
+** опис: pass:none[touche "meta-left" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move area_left"+`
+
+* [[option_weechat.key_cursor.meta-right]] *weechat.key_cursor.meta-right*
+** опис: pass:none[touche "meta-right" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move area_right"+`
+
+* [[option_weechat.key_cursor.meta-up]] *weechat.key_cursor.meta-up*
+** опис: pass:none[touche "meta-up" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move area_up"+`
+
+* [[option_weechat.key_cursor.return]] *weechat.key_cursor.return*
+** опис: pass:none[touche "return" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor stop"+`
+
+* [[option_weechat.key_cursor.right]] *weechat.key_cursor.right*
+** опис: pass:none[touche "right" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move right"+`
+
+* [[option_weechat.key_cursor.up]] *weechat.key_cursor.up*
+** опис: pass:none[touche "up" dans le contexte "cursor"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor move up"+`
+
+* [[option_weechat.key_mouse.@*:button3]] *weechat.key_mouse.@*:button3*
+** опис: pass:none[touche "@*:button3" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/cursor go ${_x},${_y}"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheeldown]] *weechat.key_mouse.@bar(buflist):ctrl-wheeldown*
+** опис: pass:none[touche "@bar(buflist):ctrl-wheeldown" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(buflist):ctrl-wheelup]] *weechat.key_mouse.@bar(buflist):ctrl-wheelup*
+** опис: pass:none[touche "@bar(buflist):ctrl-wheelup" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@bar(input):button2]] *weechat.key_mouse.@bar(input):button2*
+** опис: pass:none[touche "@bar(input):button2" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input grab_mouse_area"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down*
+** опис: pass:none[touche "@bar(nicklist):button1-gesture-down" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist ${_window_number} +100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-down-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-down-long*
+** опис: pass:none[touche "@bar(nicklist):button1-gesture-down-long" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist ${_window_number} e"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up*
+** опис: pass:none[touche "@bar(nicklist):button1-gesture-up" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist ${_window_number} -100%"+`
+
+* [[option_weechat.key_mouse.@bar(nicklist):button1-gesture-up-long]] *weechat.key_mouse.@bar(nicklist):button1-gesture-up-long*
+** опис: pass:none[touche "@bar(nicklist):button1-gesture-up-long" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll nicklist ${_window_number} b"+`
+
+* [[option_weechat.key_mouse.@bar:wheeldown]] *weechat.key_mouse.@bar:wheeldown*
+** опис: pass:none[touche "@bar:wheeldown" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll ${_bar_name} ${_window_number} +20%"+`
+
+* [[option_weechat.key_mouse.@bar:wheelup]] *weechat.key_mouse.@bar:wheelup*
+** опис: pass:none[touche "@bar:wheelup" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/bar scroll ${_bar_name} ${_window_number} -20%"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button1]] *weechat.key_mouse.@chat(fset.fset):button1*
+** опис: pass:none[touche "@chat(fset.fset):button1" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/fset -go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):button2*]] *weechat.key_mouse.@chat(fset.fset):button2**
+** опис: pass:none[touche "@chat(fset.fset):button2*" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:fset_mouse"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheeldown]] *weechat.key_mouse.@chat(fset.fset):wheeldown*
+** опис: pass:none[touche "@chat(fset.fset):wheeldown" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/fset -down 5"+`
+
+* [[option_weechat.key_mouse.@chat(fset.fset):wheelup]] *weechat.key_mouse.@chat(fset.fset):wheelup*
+** опис: pass:none[touche "@chat(fset.fset):wheelup" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/fset -up 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button1]] *weechat.key_mouse.@chat(script.scripts):button1*
+** опис: pass:none[touche "@chat(script.scripts):button1" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/script go ${_chat_line_y}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):button2]] *weechat.key_mouse.@chat(script.scripts):button2*
+** опис: pass:none[touche "@chat(script.scripts):button2" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/script go ${_chat_line_y};/script installremove -q ${script_name_with_extension}"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheeldown]] *weechat.key_mouse.@chat(script.scripts):wheeldown*
+** опис: pass:none[touche "@chat(script.scripts):wheeldown" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/script down 5"+`
+
+* [[option_weechat.key_mouse.@chat(script.scripts):wheelup]] *weechat.key_mouse.@chat(script.scripts):wheelup*
+** опис: pass:none[touche "@chat(script.scripts):wheelup" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/script up 5"+`
+
+* [[option_weechat.key_mouse.@chat:button1]] *weechat.key_mouse.@chat:button1*
+** опис: pass:none[touche "@chat:button1" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left]] *weechat.key_mouse.@chat:button1-gesture-left*
+** опис: pass:none[touche "@chat:button1-gesture-left" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/buffer -1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-left-long]] *weechat.key_mouse.@chat:button1-gesture-left-long*
+** опис: pass:none[touche "@chat:button1-gesture-left-long" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/buffer 1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right]] *weechat.key_mouse.@chat:button1-gesture-right*
+** опис: pass:none[touche "@chat:button1-gesture-right" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/buffer +1"+`
+
+* [[option_weechat.key_mouse.@chat:button1-gesture-right-long]] *weechat.key_mouse.@chat:button1-gesture-right-long*
+** опис: pass:none[touche "@chat:button1-gesture-right-long" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/buffer +"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheeldown]] *weechat.key_mouse.@chat:ctrl-wheeldown*
+** опис: pass:none[touche "@chat:ctrl-wheeldown" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_horiz -window ${_window_number} +10%"+`
+
+* [[option_weechat.key_mouse.@chat:ctrl-wheelup]] *weechat.key_mouse.@chat:ctrl-wheelup*
+** опис: pass:none[touche "@chat:ctrl-wheelup" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_horiz -window ${_window_number} -10%"+`
+
+* [[option_weechat.key_mouse.@chat:wheeldown]] *weechat.key_mouse.@chat:wheeldown*
+** опис: pass:none[touche "@chat:wheeldown" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_down -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@chat:wheelup]] *weechat.key_mouse.@chat:wheelup*
+** опис: pass:none[touche "@chat:wheelup" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window scroll_up -window ${_window_number}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1]] *weechat.key_mouse.@item(buffer_nicklist):button1*
+** опис: pass:none[touche "@item(buffer_nicklist):button1" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/query ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left*
+** опис: pass:none[touche "@item(buffer_nicklist):button1-gesture-left" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/kick ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long]] *weechat.key_mouse.@item(buffer_nicklist):button1-gesture-left-long*
+** опис: pass:none[touche "@item(buffer_nicklist):button1-gesture-left-long" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/kickban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2]] *weechat.key_mouse.@item(buffer_nicklist):button2*
+** опис: pass:none[touche "@item(buffer_nicklist):button2" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/whois ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left]] *weechat.key_mouse.@item(buffer_nicklist):button2-gesture-left*
+** опис: pass:none[touche "@item(buffer_nicklist):button2-gesture-left" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/window ${_window_number};/ban ${nick}"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button1*]] *weechat.key_mouse.@item(buflist):button1**
+** опис: pass:none[touche "@item(buflist):button1*" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist):button2*]] *weechat.key_mouse.@item(buflist):button2**
+** опис: pass:none[touche "@item(buflist):button2*" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button1*]] *weechat.key_mouse.@item(buflist2):button1**
+** опис: pass:none[touche "@item(buflist2):button1*" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist2):button2*]] *weechat.key_mouse.@item(buflist2):button2**
+** опис: pass:none[touche "@item(buflist2):button2*" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button1*]] *weechat.key_mouse.@item(buflist3):button1**
+** опис: pass:none[touche "@item(buflist3):button1*" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_mouse.@item(buflist3):button2*]] *weechat.key_mouse.@item(buflist3):button2**
+** опис: pass:none[touche "@item(buflist3):button2*" dans le contexte "mouse"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"hsignal:buflist_mouse"+`
+
+* [[option_weechat.key_search.ctrl-q]] *weechat.key_search.ctrl-q*
+** опис: pass:none[touche "ctrl-q" dans le contexte "search"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_stop"+`
+
+* [[option_weechat.key_search.ctrl-r]] *weechat.key_search.ctrl-r*
+** опис: pass:none[touche "ctrl-r" dans le contexte "search"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_switch_regex"+`
+
+* [[option_weechat.key_search.down]] *weechat.key_search.down*
+** опис: pass:none[touche "down" dans le contexte "search"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_next"+`
+
+* [[option_weechat.key_search.meta-c]] *weechat.key_search.meta-c*
+** опис: pass:none[touche "meta-c" dans le contexte "search"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_switch_case"+`
+
+* [[option_weechat.key_search.return]] *weechat.key_search.return*
+** опис: pass:none[touche "return" dans le contexte "search"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_stop_here"+`
+
+* [[option_weechat.key_search.tab]] *weechat.key_search.tab*
+** опис: pass:none[touche "tab" dans le contexte "search"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_switch_where"+`
+
+* [[option_weechat.key_search.up]] *weechat.key_search.up*
+** опис: pass:none[touche "up" dans le contexte "search"]
+** тип: стринг
+** вредности: било који стринг
+** подразумевана вредност: `+"/input search_previous"+`
+
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
** опис: pass:none[поравнање за крајеве линија (све линије након прве): оне почињу испод ових података (време, бафер, префикс, суфикс, порука (подразумевано))]
** тип: целобројна