abouttreesummaryrefslogcommitdiff
path: root/res/xml/dvorak.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-05-29Move the '0' back to where it wasJules Aguillon1-1/+1
The '0' has been moved because it was hard to type due to being close to the edge of the screen. This is fixed in a more elegant way in a27c644, there's no reason to keep the '0' in an inconsistent place anymore.
2022-05-08Specify localized keys in each layoutsJules Aguillon1-12/+12
Each layouts can chose which key are localized instead of specifying it globally for each key. Important keys are no longer removed from layouts if the 'extra_keys' mechanism is not working properly. This can happen if language tags specified in method.xml don't match the user's language. Removed some currency symbols from some layouts. They are all in the Fn layer.
2022-04-24Add Double acute diacriticJules Aguillon1-1/+1
Will be used by the Hungarian language.
2022-04-24Add support for LithuanianJules Aguillon1-2/+2
Requires two new diacritics: ogonek and dot_above. The new accents are also added to the Latvian layout as the two language can be close but not to the other localized layouts. A new mechanism is needed to reproducibly add extra keys to layouts without manual placement.
2022-04-03Move keys away from the edges of the screenJules Aguillon1-3/+3
These keys are harder to hit as the finger might exit the screen before traveling enough to hit a corner. It might be particularly harder for people that use a phone case. Every layouts are changed, the notable changes are: - The Escape key is in the bottom-right corner of the first key. This position looks weird at first but is a lot easier to type. - The 0 key is on the top-left of the last key on the first row. It is not like the other digits. - The Tab key is on the top-right. This might be hard to re-learn. - Some layouts had more changes to accomodate these new positions. Co-authored-by: Raphael <rapha.a.r@gmail.com>
2022-03-19Add F11 and F12Jules Aguillon1-2/+2
These keys are shown only when Fn is activated, "placeholder" keys are placed in the layouts.
2022-02-19Localize € and £Jules Aguillon1-2/+2
Show these characters only for users that have the corresponding locale installed (a supported eu language for €, en-GB for £). Add these characters to most layouts.
2022-02-07Define the bottom row separatelyJules Aguillon1-7/+0
Avoid divergences when the bottom row is modified.
2022-02-07Dvorak layout (#16)AlexandraAlter1-0/+44