Conversation
|
Same comment as in other layout PR: |
|
They can move, they are moved in Dvorak and PC. |
|
similar layout: openboard-team/openboard#864 |
|
If you'll put settings and special chars popups on I probably won't mind if backspace is moved to the top row if you need more space in the bottom row. It's inconsistent with other layouts but technically there's nothing wrong with that. You also didn't include the layouts so this PR isn't ready. |
|
I made the layout for HeliBoard: I need the diacritics be correct: |
|
The layout has been finalized, and the files have been added too. |
| case LOCALE_POLISH: | ||
| case LOCALE_PORTUGUESE_BRAZIL: | ||
| case LOCALE_PORTUGUESE_PORTUGAL: | ||
| addLayout(LAYOUT_HCESAR); |
There was a problem hiding this comment.
hcesar is added to all languages above
| latin:keySpec="p" | ||
| latin:keyHintLabel=">" | ||
| latin:additionalMoreKeys="!text/keyspec_greater_than" | ||
| latin:moreKeys="!text/morekeys_p" /> |
There was a problem hiding this comment.
When keyboard opens I get an exception java.lang.RuntimeException: Unknown text name=morekeys_p
| <!-- Description for Ergo-L keyboard layout. --> | ||
| <string name="subtype_ergol">Ergo-L</string> | ||
| <!-- Description for Hcesar keyboard layout. --> | ||
| <string name="subtype_hcesar">Hcesar</string> |
There was a problem hiding this comment.
For some reason Hcesar layout is not shown in the layout list in Portuguese language settings.
| case SubtypeLocaleUtils.LAYOUT_ERGOL: | ||
| case SubtypeLocaleUtils.LAYOUT_FARSI: | ||
| case SubtypeLocaleUtils.LAYOUT_GEORGIAN: | ||
| case SubtypeLocaleUtils.LAYOUT_HCESAR: |













Hello, ive figured out the design, like this:

I used Dvorak as base. And added « » to shift + , and shift + .
I need help with the coding. I was Ergo-L pr, but im noob.