We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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キーボードでアドレスバーに「:」(コロン)を入力すると以下のエラーが出ます。
[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が「:」(コロン)に対応するようです。
Usage ID: 51
Usage ID: 52
参考 https://bsakatu.net/doc/usb-hid-to-scancode/
The text was updated successfully, but these errors were encountered:
issueの報告ありがとうございます。 おっしゃる通り、キーボードの入力文字の解釈はOS側が行っているので、Wasabi OSのリポジトリのissueにこの件を報告させてもらいます。
Sorry, something went wrong.
ありがとうございます。 🙏
No branches or pull requests
JISキーボードでアドレスバーに「:」(コロン)を入力すると以下のエラーが出ます。
代わりに「;」(セミコロン)を入力すると「:」(コロン)が入力されますので、先に進めないことはありませんでした。
hikalium/wasabi#21
wasabi os側の問題ではございますが、JISキーボードでは
Usage ID: 51
が「;」(セミコロン)に対応し、Usage ID: 52
が「:」(コロン)に対応するようです。参考
https://bsakatu.net/doc/usb-hid-to-scancode/
The text was updated successfully, but these errors were encountered: