diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-29 11:17:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-01-29 12:41:28 +0100 |
commit | fd746a04d65ef9abd8bd3f6495ab09a8e9616289 (patch) | |
tree | f85a96c38c4af5f3098ea3693a4ea56ff8606901 /doc/en/includes/autogen_user_options.en.adoc | |
parent | be0c04f49857109170bd6687d2a3a585369b02b9 (diff) | |
download | weechat-fd746a04d65ef9abd8bd3f6495ab09a8e9616289.zip |
core: force ctrl keys to lower case when they are added (closes #1875)
Diffstat (limited to 'doc/en/includes/autogen_user_options.en.adoc')
-rw-r--r-- | doc/en/includes/autogen_user_options.en.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
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+` |