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

[rawang] Optimizations for touch layout #2551

Closed
darcywong00 opened this issue Feb 13, 2024 · 1 comment · Fixed by #2554
Closed

[rawang] Optimizations for touch layout #2551

darcywong00 opened this issue Feb 13, 2024 · 1 comment · Fixed by #2554
Assignees
Projects

Comments

@darcywong00
Copy link
Contributor

darcywong00 commented Feb 13, 2024

Follow-on to #1338

User requested the following optimizations for the Rawang touch keyboard

Default layer

  • Move punctuation to longpresses on the period key (move to the right of spacebar)
  • Keep numerics on top row
  • Add long presses to vowels (a, e, i, o, u, ø) and v
  • For the long press hint, use the character with high tone
  • Next to m, add : key then Backspace
  • Changing layers
    • single-tap shift to get to Shift layer
    • double-tap shift to get to Caps lock
    • add key below shift to switch to numeric layer

Shift layer

  • Uppercase of default layer, each key returns to default layer

Numeric layer

  • Just 3 rows of keys
  • top is numerals 1 to 0
  • [TBD] next two rows can be copied from sil_euro_latin. User OK that Numeric layer would have an inconsistent number of rows

No need for symbolic layer
No change to desktop rules (even though it has extraneous characters for "s" and "g" keys)

@darcywong00
Copy link
Contributor Author

PR #2554 has the updated user requests after several rounds of testing...

Keyboards automation moved this from To do to Done Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Keyboards
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant