abouttreesummaryrefslogcommitdiff
path: root/res/xml/local_ru_jcuken.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-06-25Standard layout names (#386)Jules Aguillon1-42/+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.
2023-03-05Add support for BelarusianJules Aguillon1-7/+6
It uses the russian layout with placed extra keys.
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-06-19Move 'ъ' where it belongs and increase the width of the keys (#160)Thunder-Squirrel1-15/+15
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-13Add Russian layout (#66)Vladimir Chernov1-0/+43
* Add Russian layout Co-authored-by: Jules Aguillon <jules@j3s.fr>