-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
layouts/latn_bone.xml: improve #760
base: master
Are you sure you want to change the base?
Conversation
4a06c5f
to
cadd6c4
Compare
cadd6c4
to
25f0c95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
switch_backward
and switch_forward
are extremely important keys as they allow between layouts.
The bottom row is similar to the default one except for some keys added in this PR. To avoid maintaining this in the future and missing new features, what do you think of removing the custom bottom row in this layout ? The cost is to move 0
elsewhere.
I've always been switching keyboard with |
Oh I realize its for switching the internal layout. |
new syntax: n/s/e/w/ne/nw/se/sw instead of key{1..8} Some keys were missing keys according to the tests, this adds them in a similar way to latn_neo2. Only `switch_forward` didn't fit (because of the 0 at the bottom of the spacebar).
7dd7c01
to
ee4c6d6
Compare
Ok now only I could put the |
I have an idea. |
Do we have these diacritical marks? |
That means having to maintain the layout more often and having inconsistent placement for important keys.
That's currently only possible by modifying the app to add this combinaison as a new diacritic.
We don't have Rough and Smooth breathing I believe but they could be added if necessary. |
- use number row to unclutter rest of keyboard - use modmap for special shift functions of bone layout - add missing loc characters - use standard bottom bar - add diacritics from the 3 dead key keys on bone - 2 small keys left and right of the number row (don't fit all 6 diacritics, so they leak onto the number keys) - row 1 is full too, so the dead keys from the left of that row leak onto the keys there as well open questions: - should bone rely on the math layer or use modmap? - possibility to combine diacritics?
ee4c6d6
to
8d3a8a2
Compare
Nah I think rough and smooth breathing are not necessary. |
Would you accept if I add neo specific modifiers (diacritics)? |
Adding neo specific diacritics and compose sequences to the app is fine! It's possible to add a new compose key that is either a pre-applied sequence or an entirely different set of sequences. |
If you want, you can merge this like this. |
new syntax: n/s/e/w/ne/nw/se/sw instead of key{1..8}
Some keys were missing keys according to the tests, this adds them similarly to latn_neo2.
Only
switch_backward
didn't fit (because of the 0 at the bottom of the spacebar).I also added a
\
in front of the@
, not sure if that is necessary, but it is part of the escape character documentation.