abouttreesummaryrefslogcommitdiff
path: root/res/xml/qwerty_lv.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-06-25Standard layout names (#386)Jules Aguillon1-37/+0
The names are comprised of: script, layout name, country code. Co-authored-by: grim <verdastelo9604@hotmail.com>
2023-06-24Specify the script of every layouts and localesJules Aguillon1-1/+1
This new information will avoid showing é on a cyrillic layout and ґ on a latin layout.
2022-10-23Add the capslock keyJules Aguillon1-1/+1
The key enable caps lock immediately. It does nothing if caps lock is already enabled. It is not present on the keyboard by default but a place is defined on every layout, top-right of the shift key. It can be enabled in the settings. The icon is from materialdesignicons.com.
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-3/+3
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 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-8/+8
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-26Add a missing full stop to Latvian QWERTY layoutEdgars1-2/+2
`res/xml/qwerty_lv.xml` was updated to add the missing full stop character (`.`) as it got lost when the bottom row was moved to a separate XML `res/xml/bottom_row.xml` as it was placed on the arrows key. Additionally `?` was relocated, giving its place to the full stop.
2022-02-19Localize € and £Jules Aguillon1-28/+28
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-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-29Add Latvian specific QWERTY layoutEdgars1-0/+44
A customised Latvian specific QWERTY layout (QWERTY (Latvian)) was added to access all Latvian diacritic characters with a swipe. Additionally caron, cedille and macron accents were enabled for this layout.