Replies: 1 comment 1 reply
-
Thank you for letting us know about this compatibility gap. I believe the feature itself is implementable in Mozc just by following how other existing commands such as mozc/src/data/keymap/ms-ime.tsv Lines 36 to 41 in c2fcbf6 https://github.com/search?q=repo%3Agoogle%2Fmozc%20ConvertToHalfAlphanumeric%20&type=code Those who design and implement such a new command ( While we cannot promise whether this feature will be implemented or not in the future, given that this is a legitimate compatibility gap between MS-IME and Mozc, I guess we would be happy to have this feature if someone implemented it with sufficient tests. In the mean time you can achieve a similar result as follows.
This feature is implemented in |
Beta Was this translation helpful? Give feedback.
-
MS-IME supports easier-to-input direct input via codepoint.
For example, MS-IME can input "𠮟" (U+20B9F) by:
MS-IME also can convert "`00あ5" into "¥"(U+00A5) by F5.
This method takes less number of key types to input characters difficult to type in other ways.
Beta Was this translation helpful? Give feedback.
All reactions