1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: force ctrl keys to lower case when they are added (closes #1875)

This commit is contained in:
Sébastien Helleu
2023-01-29 11:17:15 +01:00
parent be0c04f498
commit fd746a04d6
51 changed files with 2089 additions and 859 deletions
+2 -2
View File
@@ -745,7 +745,7 @@ fset_command_init ()
"see filters above)\n"
"\n"
"Other keys and input on fset buffer:\n"
" ctrl+L refresh options and whole screen "
" ctrl+l refresh options and whole screen "
"(command: /fset -refresh)\n"
" $ refresh options (keep marked options)\n"
" $$ refresh options (unmark all options)\n"
@@ -759,7 +759,7 @@ fset_command_init ()
" w:xxx export options in file \"xxx\"\n"
" w-:xxx export options in file \"xxx\" without help\n"
" w+:xxx export options in file \"xxx\" with help\n"
" ctrl+X x switch the format used to display options\n"
" ctrl+x x switch the format used to display options\n"
" q close fset buffer\n"
"\n"
"Mouse actions on fset buffer:\n"