Skip to content

Commit

Permalink
Update Japanese document. (qmk#10591)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelaf authored Oct 10, 2020
1 parent 1ab9ed9 commit 9753bbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ja/feature_auto_shift.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 自動シフト: なぜシフトキーが必要ですか?

<!---
original document: 0.9.0:docs/feature_auto_shift.md
git diff 0.9.0 HEAD -- docs/feature_auto_shift.md | cat
original document: 0.10.33:docs/feature_auto_shift.md
git diff 0.10.33 HEAD -- docs/feature_auto_shift.md | cat
-->

キーをタップすると、その文字を取得します。キーをタップするが、*わずかに*長く押し続けると、シフト状態になります。ほら!シフトキーは必要ありません!
Expand Down Expand Up @@ -109,7 +109,7 @@ AからZを含むアルファベット文字を自動シフトしません。
5. タイムアウトを増やすことに決めた場合は、`KC_ASUP` にマップしたキーを押し、ステップ1に戻ります。
6. 結果に満足したら、`KC_ASRP` にマップしたキーを押します。キーボードは `AUTO_SHIFT_TIMEOUT` の値を自動的に入力します。
7. 報告された値で `config.h` の `AUTO_SHIFT_TIMEOUT` を更新します。
8. `config.h` から `AUTO_SHIFT_SETUP` を削除します
8. `config.h` に `AUTO_SHIFT_NO_SETUP` を追加します
9. `KC_ASDN`、`KC_ASUP` および `KC_ASRP` のキーバインディングを削除します。
10. 新しいファームウェアをコンパイルしてアップロードします。
Expand Down

0 comments on commit 9753bbf

Please sign in to comment.