diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-09 11:26:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-09-09 11:26:04 +0200 |
commit | 6b356d4208d3de73e696cd8079d1ab6f3083da75 (patch) | |
tree | c43878cf828318a4a0691c5b58ad998e1affe0e8 /doc/ja/weechat_user.ja.adoc | |
parent | a2e9c74b503519b2e26d8d7719d8488036a45bcc (diff) | |
download | weechat-6b356d4208d3de73e696cd8079d1ab6f3083da75.zip |
doc/user: add missing actions on script buffer
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index dfcbc0142..977c33d5f 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -2022,12 +2022,15 @@ These keys and actions are used on the script buffer (see <<script_manager,scrip | kbd:[Alt+i] | `i` | Install script. | `+/script install+` | kbd:[Alt+r] | `r` | Remove script. | `+/script remove+` | kbd:[Alt+l] | `l` | Load script. | `+/script load+` -// TRANSLATION MISSING | kbd:[Alt+L] | `L` | Reload script. | `+/script reload+` | kbd:[Alt+u] | `u` | Unload script. | `+/script unload+` | kbd:[Alt+Shift+A] | `A` | Autoload script. | `+/script toggleautoload+` | kbd:[Alt+h] | `h` | Hold/unhold script. | `+/script hold+` | kbd:[Alt+v] | `v` | View script. | `+/script show+` +| | `s:x,y` | Sort scripts by fields x,y (see option <<option_script.look.sort,script.look.sort>>). | +| | `s:` | Reset sort to its default value (see option <<option_script.look.sort,script.look.sort>>). | +| | `$` | Refresh list. | +| | `q` | Close buffer. | `+/buffer close+` |=== // TRANSLATION MISSING |