summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-10-24 23:03:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-10-24 23:03:40 +0200
commitfe73a38b5882f3d3bbdc1c4f6d36b08ef8c20d2a (patch)
tree2da08b484481a96b9839000617bc043e0452e5c6 /doc/ja/weechat_plugin_api.ja.adoc
parent759ccc328f9a27f5661a43e02598eeeda3da2432 (diff)
downloadweechat-fe73a38b5882f3d3bbdc1c4f6d36b08ef8c20d2a.zip
api: add support of prefix "quiet:" in function key_unbind() to quietly remove keys
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index 5c5f1fdf9..623b6b881 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -7396,7 +7396,7 @@ weechat.key_bind("mouse", keys)
==== key_unbind
-_WeeChat バージョン 0.3.6 以上で利用可。_
+_WeeChat バージョン 0.3.6 以上で利用可、バージョン 2.0 で更新。_
キー割り当てを削除。
@@ -7413,8 +7413,11 @@ int weechat_key_unbind (const char *context, const char *key);
引数:
* _context_: キーのコンテキスト (<<_key_bind,key_bind>> を参照)
+// TRANSLATION MISSING
* _key_: 削除するキーまたは特殊値 "area:XXX" で1 番目または 2
- 番目の領域から _XXX_ をもつすべてのキーを削除する
+ 番目の領域から _XXX_ をもつすべてのキーを削除する;
+ if the key starts with "quiet:", the keys removed are not displayed in _core_
+ buffer (_WeeChat ≥ 2.0_).
戻り値: