diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-18 15:20:31 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-03-18 15:20:31 +0100 |
commit | 5f475ab8cfa48676d859b44f6631f5473054f325 (patch) | |
tree | b37bff1a05b778e828a9ca211a11100681c1f147 /doc/it | |
parent | f7a6bd422a7539654e2832f35db8e1fbb4a26110 (diff) | |
download | weechat-5f475ab8cfa48676d859b44f6631f5473054f325.zip |
core: update translations
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_api_hdata.it.adoc | 1 | ||||
-rw-r--r-- | doc/it/includes/autogen_user_commands.it.adoc | 40 | ||||
-rw-r--r-- | doc/it/includes/autogen_user_options.it.adoc | 1656 |
3 files changed, 1681 insertions, 16 deletions
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 |