abouttreesummaryrefslogcommitdiff
path: root/res/xml/azerty.xml
AgeCommit message (Collapse)AuthorFilesLines
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-09Add the Action keyJules Aguillon1-1/+1
It is placed on the top-right of the enter key on every layouts. It sends a special event (performEditorAction) instead of writing a newline. The "actionId" is passed through the EditorInfo object in an obfuscated way so it's not clear whether it's using the right one.
2022-01-09Add the German languageJules Aguillon1-1/+1
Add the 'ß' character on the bottom-left corner of the 's' key, which is hidden for other languages. Co-authored-by: Moini <moini@noreply.invalid>
2021-12-19Auto-format Java and XML filesJules Aguillon1-41/+41
Use xmllint. Re-indent Java files using spaces.
2021-12-11Add SwedishJules Aguillon1-1/+1
First add the 'ring' accent. The swedish language uses the qwerty layout and three accents (aigu, trema, ring)
2021-05-08Move the "Ins" key under FnJules Aguillon1-1/+1
2021-05-08Move french accents againJules Aguillon1-6/+6
Users didn't like the new placement.
2021-05-01Better placement of accents on QWERTYJules Aguillon1-6/+6
Also change internal names for accents.
2021-04-29Slightly reduce the size of the bottom rowJules Aguillon1-1/+1
2021-04-29Move system keys to the alt keyJules Aguillon1-4/+4
2021-04-29Improve the azerty layoutJules Aguillon1-18/+18
- More intuitive placement of (), [], {} and <>. - Move accent keys into the top-left corner, on a key they may be used with. - Some minor changes.
2021-04-20Adjust azerty layoutJules Aguillon1-2/+2
Add the 'change_method' key and remove a key that is available through accents.
2021-04-19Add more characters under accentsJules Aguillon1-1/+1
Notably subscript and superscript digits and some quote characters.
2021-04-19Move some keys under the Fn modifier and move it on the bottom rowJules Aguillon1-2/+2
2021-04-18Add function keysJules Aguillon1-1/+1
Add the Fn modifier that change the digits into F1 to F10.
2021-04-18Improve the bottom rowJules Aguillon1-6/+6
Remove the "emoji" and "conf" action from the enter key. Move the former to the "arrows" key and the latter to "p". Slightly increase the size of the keys around the spacebar, and decrease the spacebar size.
2015-10-26Last used emojijaguillo1-1/+1
2015-10-13Special key font + Esc keyjaguillo1-1/+1
2015-10-11Key to switch to numeric panejaguillo1-1/+1
2015-09-30Fix \ charjaguillo1-1/+1
2015-08-18Add trema accent + Add accents to azertyjuloo1-7/+7
2015-08-03Add qwerty layout + popup to change layoutjuloo1-6/+6
2015-08-02Insert keyjuloo1-1/+1
2015-08-01Implement shift keyjuloo1-1/+1
2015-08-01Send keys to the applicationjuloo1-5/+5
2015-08-01Improve KeyValuejuloo1-5/+4
2015-08-01Replace key_margin with key_bg_padding + Add {vertical,horizontal}_marginjuloo1-4/+9
2015-08-01Add more keys + (tmp) change KeyValuejuloo1-15/+15
2015-07-31Add sub more subkeys + Better drawingjuloo1-11/+12
2015-07-30Initial commitjuloo1-0/+39