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

Greek accent/dead key support #1240

Merged
merged 4 commits into from
Jan 13, 2025
Merged

Conversation

tenextractor
Copy link
Contributor

Fixes #760 , if a key has its codepoint as a combining accent (U+0300 <= codepoint <= U+035B), it is automatically treated as a dead key.

@Helium314
Copy link
Owner

That's a neat and simple solution, and could also be used by other users who want to get such combined characters, thanks!
I'll add info about this to the layouts.md file, and merge it after 2.3 is released.

@Helium314
Copy link
Owner

How is performance for you when the first character in a word starts with a combining accent? It feels quite slow for me.

@Helium314
Copy link
Owner

Helium314 commented Jan 13, 2025

How is performance for you when the first character in a word starts with a combining accent? It feels quite slow for me.

Looks like it's only happening in the HeliBoard search field, so possibly an issue with the search.

@Helium314 Helium314 merged commit 0076f04 into Helium314:main Jan 13, 2025
1 check passed
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.

Add dedicated accent key for Greek
2 participants