summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_faq.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-02-22 21:18:22 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-03-16 20:42:19 +0100
commit1f5c791c37957d8714fb0e7d6e962531790e259b (patch)
tree964d045319a87430d8ca117bba3a42daafbf8e22 /doc/ja/weechat_faq.ja.adoc
parent5b5ccb236f2f59cd792f0a2bda148d951b9156ed (diff)
downloadweechat-1f5c791c37957d8714fb0e7d6e962531790e259b.zip
core: use new key name in command `/key` and configuration file
Legacy keys are automatically converted to new names when loading configuration file `weechat.conf`. Examples: "ctrl-I" => "tab" "meta2-1;3A" => "meta-up" "meta2-Z" => "shift-tab" "meta-wmeta-meta2-A" => "meta-w,meta-up" "ctrl-Cb" => "ctrl-c,b"
Diffstat (limited to 'doc/ja/weechat_faq.ja.adoc')
-rw-r--r--doc/ja/weechat_faq.ja.adoc13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/ja/weechat_faq.ja.adoc b/doc/ja/weechat_faq.ja.adoc
index 3be475435..fd756832b 100644
--- a/doc/ja/weechat_faq.ja.adoc
+++ b/doc/ja/weechat_faq.ja.adoc
@@ -644,14 +644,19 @@ macOS のターミナル.app を使っている場合、設定メニューのキ
例:
----
+/key bind up /input history_global_previous
+/key bind down /input history_global_next
+----
+
+// TRANSLATION MISSING
+With WeeChat ≤ 3.8, you must use the raw key code (press kbd:[Alt+k] then key
+to display its code):
+
+----
/key bind meta2-A /input history_global_previous
/key bind meta2-B /input history_global_next
----
-[NOTE]
-"meta2-A" と "meta2-B" キーは端末によって異なります。キーコードを見つけるには
-kbd:[Alt+k] の後にキー を押してください。
-
[[mouse]]
== マウス