Skip to content

Seems to be not possible to map JIS keyboard? #973

Answered by jtroo
nyawox asked this question in Q&A
Discussion options

You must be logged in to vote

It's a little unfortunate that the message isn't explicit about where it was previously found, and that key name mappings are not super clear, but this seems to explain your issue: yen and backslash are the ones conflicting, not ro.

// Mapped as backslash because in some locales/fonts, yen=backslash
("yen", OsCode::KEY_BACKSLASH),
// Unicode yen is probably the yen key, so map this to a separate oscode by default.
("¥", OsCode::KEY_YEN),

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@nyawox
Comment options

Answer selected by nyawox
Comment options

You must be logged in to vote
1 reply
@nyawox
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants