diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2021-07-08 17:47:09 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 18:47:09 +1000 |
commit | e10e67c9b9c2ba245c38eb31218ba88bfeb0dffb (patch) | |
tree | b28a7656b748bd2032dbb6e869f7190412d0d08a /docs/ja/feature_swap_hands.md | |
parent | eab623f1ada0dc4e2b709b08aac837282a206efd (diff) |
[Update] Change Original TAGs of Japanese translations (#13473)
* Updated docs/ja/proton_c_conversion.md original tag.
* Updated docs/ja/other_vscode.md original tag.
* Updated docs/ja/feature_swap_hands.md original tag.
* Updated docs/ja/faq_general.md original tag.
* Updated docs/ja/feature_userspace.md original tag.
* Updated git co docs/ja/config_options.md original tag.
Diffstat (limited to 'docs/ja/feature_swap_hands.md')
-rw-r--r-- | docs/ja/feature_swap_hands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/feature_swap_hands.md b/docs/ja/feature_swap_hands.md index 5164584e8a..cd0b150e50 100644 --- a/docs/ja/feature_swap_hands.md +++ b/docs/ja/feature_swap_hands.md @@ -1,8 +1,8 @@ # スワップハンドアクション <!--- - original document: 0.8.177:docs/feature_swap_hands.md - git diff 0.8.177 HEAD -- docs/feature_swap_hands.md | cat + original document: 0.13.17:docs/feature_swap_hands.md + git diff 0.13.17 HEAD -- docs/feature_swap_hands.md | cat --> スワップハンドアクションにより、別のレイヤーを必要とせずに片手入力をサポートします。Makefile に `SWAP_HANDS_ENABLE` を設定し、キーマップに `hand_swap_config` エントリを定義します。これで `ACTION_SWAP_HANDS` コマンドキーが押されるたびにキーボードがミラーされます。例えば、QWERTY で "Hello, World" を入力するには、`^Ge^s^s^w^c W^wr^sd` を入力します。 |