-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Description
Could you please support Japanese keyboards?
It seems you can handle this by modifying mappings.ts.
The solution has been reported in the following series of posts (in Japanese):
https://x.com/w21ca_template/status/1998755075662164260
and summarized in the following post (in Japanese):
https://x.com/w21ca_template/status/1999633447019774005
Summary:
Add the following to mappings.ts:
['IntlRo', 135],
['KanaMode', 136],
['IntlYen', 137],
['Convert', 138],
['NonConvert', 139],
Then build and deploy.
Replace the two occurrences of \x65 with \x8b in the relevant section of /etc/init.d/S03usbdev.
Metadata
Metadata
Assignees
Labels
No labels