Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adds an option to allow typing Chinese even if Caps Lock is on #165

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

zonble
Copy link
Collaborator

@zonble zonble commented Dec 6, 2024

The PR introduces a new feature. When this option is enabled and a user types a letter, it will be converted into a lowercase Bopomofo syllable.

Prior to the PR, our handling of the Caps Lock state was inadequate. The state was present in the raw key data but absent from the 'key' method of the input event. This issue was also addressed by the PR.

The PR is for #163.

src/McBopomofo.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@lukhnos lukhnos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@lukhnos lukhnos changed the title Adds an option to allow typing Chinese even Caps Lock is on Adds an option to allow typing Chinese even if Caps Lock is on Dec 10, 2024
@lukhnos lukhnos merged commit c1dcb2d into openvanilla:master Dec 10, 2024
14 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants