summaryrefslogtreecommitdiff
path: root/doc/en/includes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/includes')
-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
3 files changed, 1673 insertions, 8 deletions
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