mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
fset: add allowed input on buffer in /help fset
This commit is contained in:
@@ -570,17 +570,19 @@ fset_command_init ()
|
||||
" - same names prefixed by two underscores, for example: "
|
||||
"${__name}, ${__type}, ...\n"
|
||||
"\n"
|
||||
"Keys on fset buffer:\n"
|
||||
" alt+space toggle boolean value\n"
|
||||
" alt+'-' subtract 1 from value (integer/color)\n"
|
||||
" alt+'+' add 1 to value (integer/color)\n"
|
||||
" alt+f, alt+r reset value\n"
|
||||
" alt+f, alt+u unset value\n"
|
||||
" alt+enter set value\n"
|
||||
" alt+f, alt+a append to value\n"
|
||||
" alt+',' mark/unmark option and move one line down\n"
|
||||
" shift+down mark/unmark option and move one line down\n"
|
||||
" shift+up mark/unmark option and move one line up"),
|
||||
"Keys and input on fset buffer:\n"
|
||||
" alt+space t toggle boolean value\n"
|
||||
" alt+'-' - subtract 1 from value (integer/color)\n"
|
||||
" alt+'+' + add 1 to value (integer/color)\n"
|
||||
" alt+f, alt+r r reset value\n"
|
||||
" alt+f, alt+u u unset value\n"
|
||||
" alt+enter s set value\n"
|
||||
" alt+f, alt+a a append to value\n"
|
||||
" alt+',' , mark/unmark option and move one line down\n"
|
||||
" shift+down mark/unmark option and move one line down\n"
|
||||
" shift+up mark/unmark option and move one line up\n"
|
||||
" $ refresh options, unmark all options\n"
|
||||
" q close fset buffer"),
|
||||
"-bar"
|
||||
" || -refresh"
|
||||
" || -up 1|2|3|4|5"
|
||||
|
||||
Reference in New Issue
Block a user