Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions res/values/layouts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<item>latn_azerty_fr</item>
<item>latn_bepo_fr</item>
<item>latn_bone</item>
<item>latn_dvorak2</item>
<item>latn_neo2</item>
<item>latn_qwerty_apl</item>
<item>latn_qwerty_az</item>
Expand Down Expand Up @@ -129,6 +130,7 @@
<item>AZERTY (Français)</item>
<item>BEPO (Français)</item>
<item>Bone</item>
<item>Dvorak</item>
<item>Neo 2</item>
<item>QWERTY (APL)</item>
<item>QWERTY (Azərbaycanca)</item>
Expand Down Expand Up @@ -216,6 +218,7 @@
<item>@xml/latn_azerty_fr</item>
<item>@xml/latn_bepo_fr</item>
<item>@xml/latn_bone</item>
<item>@xml/latn_dvorak2</item>
<item>@xml/latn_neo2</item>
<item>@xml/latn_qwerty_apl</item>
<item>@xml/latn_qwerty_az</item>
Expand Down
2 changes: 1 addition & 1 deletion srcs/layouts/cyrl_yqukeng_tj.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<key key0="с" key7="&amp;" key8="\#" />
<key key0="м" key7="|" key8="\\" />
<key key0="и" key7="~" />
<key key0="т" key7="ц" />
<key key0="т" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change ?

Copy link
Contributor Author

@anaskaejdar anaskaejdar Jul 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed that tse because it's not necessary in Tajik. I added it before because it's a common enough cyrillic letter in russian and slavic languages, so I thought it would be better to have than not to have, but now after #1042 , the compose sequences enable you to type ц by compose+т+с so there is no need for an explicit tse in the tajik layout anymore.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

<key key0="ӣ" key3="&lt;" key2="&gt;" />
<key key0="б" key7="ъ" key8="ы" />
<key key0="ю" key7="&quot;" key8="'"/>
Expand Down
39 changes: 39 additions & 0 deletions srcs/layouts/latn_dvorak2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<keyboard name="Dvorak" script="latin">
<row>
<key width="1.2" key0="shift" key7="esc" key4="delete"/>
<key width="0.9" key0="." key1="&quot;" key4="'" />
<key key0="p" key1="!" key2="loc accent_ring" key4="," />
<key key0="y" key2="loc accent_grave" key1="&lt;" key4="&gt;" />
<key key0="f" key3="loc €" key7="$" key8="%" />
<key key0="g" key7="=" key8="+" />
<key key0="c" key3="(" key2=")" key1="loc accent_trema" key4="loc accent_circonflexe" />
<key key0="r" key3="{" key2="}" />
<key key0="l" key4="loc £" key3="[" key2="]" />
<key width="0.9" key0="backspace" key7="\?" key3="/" />
</row>
<row>
<key key0="a" key2="loc accent_caron" key7="1" key3="loc å" key4="\#" />
<key key0="o" key2="loc accent_macron" key7="2" key3="loc accent_ogonek" />
<key key0="e" key7="3" key3="loc accent_dot_above" />
<key key0="u" key2="loc æ" key7="4" key3="loc accent_double_aigu" />
<key key0="i" key7="5" key8="|" />
<key key0="d" key7="6" key8="loc ð" />
<key key0="h" key7="7" key8="loc ȝ" />
<key key0="t" key7="8" key8="loc þ" />
<key key0="n" key7="9" key8="\\" />
<key key0="s" key7="0" key4="loc ß" key3="tab" />
</row>
<row>
<key key0=";" key7=":" />
<key key0="q" key1="loc accent_tilde" key7="~" key8="^" />
<key key0="j" key1="loc accent_aigu" />
<key key0="k" key1="loc ø" />
<key key0="x" key1="loc accent_cedille"/>
<key key0="b"/>
<key key0="m" key7="`" key8="&amp;" />
<key key0="w" key8="loc ƿ" />
<key key0="v" key8="\@" key7="*" />
<key key0="z" key7="-" key3="_"/>
</row>
</keyboard>
Loading