abouttreesummaryrefslogcommitdiff
path: root/res/xml/qwertz.xml
AgeCommit message (Collapse)AuthorFilesLines
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-1/+1
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-07Improve QWERTZJules Aguillon1-8/+8
- Add the umlauts back. - Remove the accents. QWERTZ changes from "programming layout" to "localized layout". - Move the '?' away from the edge of the screen.
2022-02-07Define the bottom row separatelyJules Aguillon1-7/+0
Avoid divergences when the bottom row is modified.
2022-02-06Allow egde keys instead of corner keys (swipe vertically/horizontally)Max Schillinger1-1/+1
Add a new boolean parameter "edgekeys" for defining keys that have the additional (swipe) keys on the edges (top, right, left, bottom) instead of at the corners (top left, top right, bottom left, bottom right).
2022-02-06Add the Meta key to every layoutsJules Aguillon1-1/+1
To follow soon: Define the bottom row separately from layouts.
2022-01-30Missing Action key in the QWERTZ layoutJules Aguillon1-1/+1
This caused an even bigger problem: The Enter key would disappear instead of being swapped with the Action key.
2022-01-15German keyboard added (#20)Moini1-0/+44
* Add German metadata translation * Add German keyboard Co-authored-by: Jules Aguillon <jules@j3s.fr>