Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JISキーボードでは「:」(コロン)がサポートされていない #3

Open
mumei404 opened this issue Nov 30, 2024 · 2 comments

Comments

@mumei404
Copy link

mumei404 commented Nov 30, 2024

JISキーボードでアドレスバーに「:」(コロン)を入力すると以下のエラーが出ます。

[ERROR] os/src/usb_hid_keyboard.rs:145:  Err(FailedString("Unhandled USB HID Keyboard Usage ID 52"))

代わりに「;」(セミコロン)を入力すると「:」(コロン)が入力されますので、先に進めないことはありませんでした。

hikalium/wasabi#21
wasabi os側の問題ではございますが、JISキーボードではUsage ID: 51が「;」(セミコロン)に対応し、Usage ID: 52が「:」(コロン)に対応するようです。

参考
https://bsakatu.net/doc/usb-hid-to-scancode/

@d0iasm
Copy link
Owner

d0iasm commented Dec 2, 2024

issueの報告ありがとうございます。
おっしゃる通り、キーボードの入力文字の解釈はOS側が行っているので、Wasabi OSのリポジトリのissueにこの件を報告させてもらいます。

@mumei404
Copy link
Author

mumei404 commented Dec 2, 2024

ありがとうございます。 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants