diff options
author | Hloja Niželjska <kurosuminowa@gmail.com> | 2024-06-23 00:12:36 +0300 |
---|---|---|
committer | Pierre Le Marre <dev@wismill.eu> | 2024-08-23 08:47:48 +0200 |
commit | 9fc70831ce3cb8d58bded60ab206288555213e53 (patch) | |
tree | 232459f0c4f8a2e9209a3b8637dfa8a1a0b586df /rules | |
parent | 8d82f73a30f93cba265f92c143ca7cb3104ad3d5 (diff) |
symbols/ru: Add Diktor extra layout
Diktor is an ergonomic alternative to the JCUKEN layout (see:
`ru(winkeys)`), adapting Dvorak design principles for Russian.
Although it is popular, there is no track of the original author.
The original implementation targeted Windows. The closest to an
“official” web page is: https://olegp.name/software/diktor-keyboard-layout/.
Diffstat (limited to 'rules')
-rw-r--r-- | rules/base.extras.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/rules/base.extras.xml b/rules/base.extras.xml index 64da2626..b38b1e59 100644 --- a/rules/base.extras.xml +++ b/rules/base.extras.xml @@ -902,6 +902,16 @@ </languageList> </configItem> </variant> + <variant> + <configItem popularity="exotic"> + <name>diktor</name> + <shortDescription>diktor</shortDescription> + <description>Russian (Diktor)</description> + <languageList> + <iso639Id>rus</iso639Id> + </languageList> + </configItem> + </variant> </variantList> </layout> <layout> |