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
After pressing Fn+Left arrow or Fn+Right arrow, On pressing the m key the apple icon on the top left gets highlighted.
m
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.
The text was updated successfully, but these errors were encountered:
The issue here is because of
CGEventPost
CGEventSourceCreate
kCGEventSourceStatePrivate
kCGHIDEventTap
This can be fixed by making use of kCGEventSourceStateHIDSystemState as the event source when creating events for keys with key code > 96
kCGEventSourceStateHIDSystemState
Sorry, something went wrong.
@stacks13, thank you for that information. It would be great if you could make a pull request with the required code changes.
Have created this PR: #57 @stweil Please review
No branches or pull requests
After pressing Fn+Left arrow or Fn+Right arrow, On pressing the
m
key the apple icon on the top left gets highlighted.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.
The text was updated successfully, but these errors were encountered: