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

map macos scan code to windows scancode #496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zmrush
Copy link
Contributor

@zmrush zmrush commented Jul 18, 2024

map macos scancode to windows', as mentioned Scancodes Mapping.
@CBenoit can u check this? only macos/EVDEV are supported for now.

@zmrush
Copy link
Contributor Author

zmrush commented Jul 18, 2024

@thenextman cc.

@CBenoit CBenoit self-assigned this Jul 18, 2024
@CBenoit
Copy link
Member

CBenoit commented Aug 5, 2024

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!

@Michael9127
Copy link

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"] }
Copy link
Member

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.

Copy link
Member

@CBenoit CBenoit left a 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.

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

Successfully merging this pull request may close these issues.

3 participants