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

macOS: Simulated input is independent of the physical keyboard state #326

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

pentamassiv
Copy link
Collaborator

@pentamassiv pentamassiv commented Sep 10, 2024

Previously the state of the physical keyboard and the mouse effected the result of the simulated input. If the Command key was held on the physical keyboard, the text() function no longer worked. If the mouse was moved, Command+a no longer worked. By default the physical state and the state of the simulated input are now independent, but this behavior can be changed with the Settings struct (independent_of_keyboard_state). Fixes #297
Fixes #201

Previously the state of the physical keyboard effected the result of the simulated input. If the Command key was held on the physical keyboard, the text() function no longer worked. By default the two are now independent, but this behavior can be changed with the Settings struct (`independent_of_keyboard_state`).
Fixes enigo-rs#297
@pentamassiv pentamassiv merged commit 07fe8f1 into enigo-rs:main Sep 10, 2024
24 checks passed
@pentamassiv pentamassiv deleted the mac_independent_keyboard_state branch September 10, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant