-
Notifications
You must be signed in to change notification settings - Fork 104
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
map macos scan code to windows scancode #496
base: master
Are you sure you want to change the base?
Conversation
@thenextman cc. |
Hi! Sorry for the delay here. I’ll be busy for a while, but I think I’ll be able to look into it on Friday or next Monday! |
Im also looking forward to this getting merged! Would it be possible for this to get reviewed soon? |
@@ -16,6 +16,6 @@ doctest = false | |||
test = false | |||
|
|||
[dependencies] | |||
ironrdp-pdu.workspace = true | |||
ironrdp-pdu = { workspace = true, features = ["std"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that it’s not necessary to enable this feature here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need to review more in depth, but it seems the PR is not complete. The mapping logic is not actually used anywhere. I think this is fine to do the integration in a separate PR if that is the intention though.
Overall things are looking reasonable, but some cleanup is required as some warnings are suppressed without a comment explaining why.
map macos scancode to windows', as mentioned Scancodes Mapping.
@CBenoit can u check this? only macos/EVDEV are supported for now.