diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 6 | ||||
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 6 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index a17629395..7f36ba357 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1795,7 +1795,7 @@ Examples: restore default binding for key alt-r: /key reset meta-r key "tab" to stop search in buffer: - /key bindctxt search ctrl-I /input search_stop + /key bindctxt search ctrl-i /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} ---- @@ -2634,7 +2634,7 @@ Keys and input to set options on fset buffer: u:xxx unmark options displayed that are matching filter "xxx" (any filter on option or value is allowed, see filters above) Other keys and input on fset buffer: - ctrl+L refresh options and whole screen (command: /fset -refresh) + ctrl+l refresh options and whole screen (command: /fset -refresh) $ refresh options (keep marked options) $$ refresh options (unmark all options) alt+p p toggle plugin description options (plugins.desc.*) @@ -2644,7 +2644,7 @@ Other keys and input on fset buffer: w:xxx export options in file "xxx" w-:xxx export options in file "xxx" without help w+:xxx export options in file "xxx" with help - ctrl+X x switch the format used to display options + ctrl+x x switch the format used to display options q close fset buffer Mouse actions on fset buffer: diff --git a/doc/en/includes/autogen_user_options.en.adoc b/doc/en/includes/autogen_user_options.en.adoc index 577255c15..f535df0f6 100644 --- a/doc/en/includes/autogen_user_options.en.adoc +++ b/doc/en/includes/autogen_user_options.en.adoc @@ -619,13 +619,13 @@ ** default value: `+"/unset ${name}"+` * [[option_fset.format.option1]] *fset.format.option1* -** description: pass:none[first format of each line, used when option fset.look.format_number is set to 1 (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] +** description: pass:none[first format of each line, used when option fset.look.format_number is set to 1 (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl-x] ** type: string ** values: any string ** default value: `+""+` * [[option_fset.format.option2]] *fset.format.option2* -** description: pass:none[second format of each line, used when option fset.look.format_number is set to 2 (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl+X] +** description: pass:none[second format of each line, used when option fset.look.format_number is set to 2 (note: content is evaluated, see /help fset); an empty string uses the default format ("${marked} ${name} ${type} ${value2}"), which is without evaluation of string and then much faster; formats can be switched with key ctrl-x] ** type: string ** values: any string ** default value: `+"${marked} ${name} ${type} ${value2}${newline} ${empty_name} ${_default_value}${color:darkgray} -- ${min}..${max}${newline} ${empty_name} ${description}"+` @@ -655,7 +655,7 @@ ** default value: `+on+` * [[option_fset.look.format_number]] *fset.look.format_number* -** description: pass:none[number of format used to display options; this is dynamically changed by the key ctrl-X on the fset buffer] +** description: pass:none[number of format used to display options; this is dynamically changed by the key ctrl-x on the fset buffer] ** type: integer ** values: 1 .. 2 ** default value: `+1+` diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index c28397775..cfde49a00 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -876,7 +876,7 @@ Bar _input_ has following default items: | input_prompt | `[@Flashy(i)]` | Input prompt, for irc: nick and modes (mode "+i" means invisible on libera). | away | `(away)` | Away indicator. | input_search | `[Search (~ str,msg)]` | Search indicator ("`~`": case insensitive, "`==`": case sensitive, "`str`": search string, "`regex`": search regular expression, "`msg`": search in messages, "`pre`": search in prefixes, "`pre\|msg`": search in prefixes and messages). -| input_paste | `[Paste 7 lines ? [ctrl-Y] Yes [ctrl-N] No]` | Question to user for pasting lines. +| input_paste | `[Paste 7 lines ? [ctrl-y] Yes [ctrl-n] No]` | Question to user for pasting lines. | input_text | `hi peter!` | Input text. |=== |