Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
42 changes: 42 additions & 0 deletions srcs/layouts/latn_dvorak2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8"?>
<keyboard name="Dvorak" script="latin">
  <row>
    <key width="1.2" key0="shift" key3="loc accent_tilde" key7="~" key4="esc" />
    <key width="0.85" key0="," key1="&quot;" key4="'" />
    <key width="0.85" key0="." key1="&lt;" key4="&gt;" />
    <key key0="p" key7="!" key8="loc accent_ring" />
    <key width="1.1" key0="y" key7="$" key8="loc accent_grave" />
    <key width="1.1" key0="f" key7="loc €" 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.8" key0="/" key7="\?" key3="^" />
  </row>
  <row>
    <key width="1.02" key0="a" key2="loc accent_caron" key7="1" key3="loc å" key4="\#" />
    <key width="1.02" key0="o" key2="loc accent_macron" key7="2" key3="loc accent_ogonek" key8="loc ø" />
    <key width="1.02" key0="e" key7="3" key3="loc accent_dot_above" key8="loc ə" />
    <key width="1.02" key0="u" key8="loc æ" key7="4" key3="loc accent_double_aigu" />
    <key width="1.01" key0="i" key7="5" key8="loc ı" />
    <key width="1.01" key0="d" key7="6" key8="loc ð" />
    <key key0="h" key7="7" key8="ȝ" />
    <key key0="t" key7="8" key8="loc þ" />
    <key key0="n" key7="9" key8="\\" />
    <key key0="s" key7="0" key4="loc ß" />
    <key width="0.8" key0="-" key3="_" key7="tab" />
  </row>
  <row>
    <key width="0.88" key0=";" key7=":" />
    <key key0="q" key7="loc shareText" />
    <key key0="j" key7="loc accent_aigu" />
    <key key0="k" key7="|" />
    <key width="0.98" key0="x" key7="loc accent_cedille"/>
    <key width="0.98" key0="b" key7="&amp;" />
    <key width="0.96" key0="m" key7="`" />
    <key width="0.96" key0="w" key7="ƿ" />
    <key width="0.96" key0="v" key7="*" />
    <key width="0.96" key0="z" key7="\@" />
    <key width="1.2" key0="backspace" key7="delete"/>
  </row>
</keyboard>
Loading