-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
fix(mac): standardize interaction between OSK and physical keyboard #12836
Conversation
User Test ResultsTest specification and instructions
Test Artifacts
|
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.
LGTM 😄
Test ResultsI tested this issue with the attached "Keyman 18.0.160-aplha-local" build on macOS Sonoma. I'm sharing my observation here. Setup:
|
Changes in this pull request will be available for download in Keyman version 18.0.162-alpha |
The OSK conforms to these rules:
a. If an OSK modifier such as shift is unselected, but the shift key is held down, then the OSK will display the shift layer
b. If an OSK modifier is selected, it is reset when the corresponding physical modifier is pressed or released
Fixes #12584
User Testing