Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Albanian QWERTZ layout #813

Merged
merged 2 commits into from
Dec 5, 2024
Merged
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
5 changes: 3 additions & 2 deletions check_layout.output
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ Layout includes some ASCII punctuation but not all, missing: ", %, ', +, ,, ;, <
# arab_pc_ckb_fa
Layout includes some ASCII punctuation but not all, missing: ", #, $, %, &, ', ,, /, ;, ?, @, \, ^, `, |, ~
Layout doesn't define some important keys, missing: loc esc, loc tab
These keys are now added automatically, unexpected: f11_placeholder, f12_placeholder
3 warnings
2 warnings
# arab_pc_hindu
Layout includes some ASCII punctuation but not all, missing: !, ', +, ;, ?, \, |
1 warnings
Expand Down Expand Up @@ -144,6 +143,8 @@ Layout includes some ASCII punctuation but not all, missing: `
# latn_qwertz_sk
Layout includes some ASCII punctuation but not all, missing: `
1 warnings
# latn_qwertz_sq
0 warnings
# shaw_imperial_en
0 warnings
# urdu_phonetic_ur
Expand Down
3 changes: 3 additions & 0 deletions res/values/layouts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<item>latn_qwertz_fr_ch</item>
<item>latn_qwertz_hu</item>
<item>latn_qwertz_sk</item>
<item>latn_qwertz_sq</item>
<item>shaw_imperial_en</item>
<item>urdu_phonetic_ur</item>
<item>custom</item>
Expand Down Expand Up @@ -119,6 +120,7 @@
<item>QWERTZ (Swiss French)</item>
<item>QWERTZ (Magyar)</item>
<item>QWERTZ (Slovak)</item>
<item>QWERTZ (Albanian)</item>
<item>Shaw Imperial</item>
<item>Urdu Phonetic</item>
<item>@string/pref_layout_e_custom</item>
Expand Down Expand Up @@ -180,6 +182,7 @@
<item>@xml/latn_qwertz_fr_ch</item>
<item>@xml/latn_qwertz_hu</item>
<item>@xml/latn_qwertz_sk</item>
<item>@xml/latn_qwertz_sq</item>
<item>@xml/shaw_imperial_en</item>
<item>@xml/urdu_phonetic_ur</item>
<item>-1</item>
Expand Down
39 changes: 39 additions & 0 deletions srcs/layouts/latn_qwertz_sq.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<keyboard name="QWERTZ (Albanian)" script="latin">
<row>
<key key0="q" key2="1" key4="loc esc"/>
<key key0="w" key1="^" key2="2" key3="&quot;" key4="\@"/>
<key key0="e" key1="§" key2="3" key3="!" key4="€"/>
<key key0="r" key2="4" key3="$"/>
<key key0="t" key2="5" key3="%"/>
<key key0="z" key2="6" key3="&amp;" key4="{"/>
<key key0="u" key2="7" key3="ü" key4="}"/>
<key key0="i" key1="(" key2="8" key3="[" key4="]"/>
<key key0="o" key1=")" key2="9" key3="ö" key4="="/>
<key key0="p" key2="0" key3="\?"/>
</row>
<row>
<key key0="a" key1="loc tab" key2="`" key3="ä"/>
<key key0="s" key3="ß"/>
<key key0="d" key1="đ"/>
<key key0="f" key1="~"/>
<key key0="g" key3="-"/>
<key key0="h" key3="+"/>
<key key0="j" key3="*"/>
<key key0="k" key3="/" key4="\\"/>
<key key0="l" key1="'" key2="ł" key3="\#"/>
<key key0="ë" key1="¤"/>
</row>
<row>
<key key0="shift" key2="loc capslock"/>
<key key0="y" key1="&gt;" key2="|" key3="&lt;"/>
<key key0="x" key1="loc †"/>
<key key0="c"/>
<key key0="v" />
<key key0="b" key1=";" key3=","/>
<key key0="n" key1=":" key3="."/>
<key key0="m" key1="_" />
<key key0="ç" key1="×" key3="÷"/>
<key key0="backspace" key2="delete"/>
</row>
</keyboard>
Loading