diff options
| -rw-r--r-- | check_layout.output | 2 | ||||
| -rw-r--r-- | res/values/layouts.xml | 3 | ||||
| -rw-r--r-- | srcs/layouts/latn_qwertz_sq.xml | 39 |
3 files changed, 44 insertions, 0 deletions
diff --git a/check_layout.output b/check_layout.output index c4efe44..3db8651 100644 --- a/check_layout.output +++ b/check_layout.output @@ -149,6 +149,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 diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 69ecad7..40877fb 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -61,6 +61,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> @@ -125,6 +126,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> @@ -189,6 +191,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> diff --git a/srcs/layouts/latn_qwertz_sq.xml b/srcs/layouts/latn_qwertz_sq.xml new file mode 100644 index 0000000..04433af --- /dev/null +++ b/srcs/layouts/latn_qwertz_sq.xml @@ -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=""" 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="&" 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=">" key2="|" key3="<"/> + <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> |
