Skip to content

Commit

Permalink
fix: WindowsTerminal上でIMEを有効化しても半角英数のままになる問題に対するワークアラウンド
Browse files Browse the repository at this point in the history
[IME mode changed at startup in Google Japanese Input · microsoft/terminal](microsoft/terminal#14407)
という問題が存在しており、
[ターミナルとIMEについてのログ · cumet04/dotfiles](cumet04/dotfiles#17)
を参考にひらがな切り替えのショートカットを追加することで誤魔化しを考える。
  • Loading branch information
ncaq committed Nov 16, 2023
1 parent ca4794e commit fa8320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mozc/keymap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Composition Ctrl , IMEOff
Conversion Ctrl , IMEOff
Prediction Ctrl . IMEOn
DirectInput Ctrl . IMEOn
Precomposition Ctrl . IMEOn
Precomposition Ctrl . InputModeHiragana
Composition Ctrl . ConvertToHiragana
Conversion Ctrl . ConvertToHiragana
Composition Ctrl b Backspace
Expand Down

0 comments on commit fa8320c

Please sign in to comment.