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

Comma/period key customization doesn't work when at non-last row #1164

Open
Vftdan opened this issue Oct 11, 2024 · 1 comment
Open

Comma/period key customization doesn't work when at non-last row #1164

Vftdan opened this issue Oct 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Vftdan
Copy link

Vftdan commented Oct 11, 2024

Describe the bug

To Reproduce

  1. Choose/configure language layout with two entries at the bottom row with custom popup keys.
  2. Move comma and/or period key in the function key layout configuration to the pre-last (or other non-last) row.
  3. When using the keyboard, try opening popup menu for comma/period key.

Expected behavior
Language-defined popup keys are proposed.

Actual behavior
Only language-unaware popup keys are proposed.

App version
2.2 (F-Droid)

Device:

  • Model: OnePlus 7
  • OS: Android 10 (stock)
@Vftdan Vftdan added the bug Something isn't working label Oct 11, 2024
@BlackyHawky
Copy link
Contributor

@Vftdan
It's not a bug.

Simply replace "default": { "label": "comma" }, with "default": { "label": "," }, and { "label": "period" }, with { "label": "." }, to be able to customize the popups for these keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants