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

Few Keys not working after Fn+Left/Right Arrow #54

Open
WinstonPais opened this issue Apr 17, 2023 · 3 comments
Open

Few Keys not working after Fn+Left/Right Arrow #54

WinstonPais opened this issue Apr 17, 2023 · 3 comments

Comments

@WinstonPais
Copy link

After pressing Fn+Left arrow or Fn+Right arrow, On pressing the m key the apple icon on the top left gets highlighted.
image

FYI: Can see this behaviour on my local mac as well on pressing Fn+M. but on clicking somewhere else i can reset it. This is not happening via VNC.

@stacks13
Copy link

The issue here is because of

This can be fixed by making use of kCGEventSourceStateHIDSystemState as the event source when creating events for keys with key code > 96

@stweil
Copy link
Owner

stweil commented Nov 22, 2023

@stacks13, thank you for that information. It would be great if you could make a pull request with the required code changes.

@stacks13
Copy link

Have created this PR: #57
@stweil Please review

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

3 participants