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

KeyAction.CommitText to better handle Shifted mode. #207

Merged
merged 1 commit into from
May 5, 2023

Conversation

mockballed
Copy link
Contributor

@mockballed mockballed commented May 5, 2023

When autoCapitalize is disabled and a shifted key is pressed, onAutoCapitalize(false) will set the keyboard back to MAIN mode if capsLocks is off.

It's not very tidy, but it resolves #187.

When autoCapitalize is disabled and shifted key is pressed, onAutoCapitalize(false) will set the keyboard to MAIN mode if capsLocks is off.
@dessalines
Copy link
Owner

Run ./gradlew formatKotlin for this to pass CI.

@dessalines dessalines merged commit 32c8b62 into dessalines:main May 5, 2023
1 check failed
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

Successfully merging this pull request may close these issues.

Shift mode management
2 participants