-
-
Notifications
You must be signed in to change notification settings - Fork 205
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
Uzbek layout #828
Uzbek layout #828
Changes from all commits
6db7d3b
2547f6b
ef747c9
078c33d
ad2e273
c74e801
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,5 +58,6 @@ | |
<subtype android:label="%s" android:languageTag="tly" android:imeSubtypeLocale="tly_IR" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=arab_hamvaj_tly"/> | ||
<subtype android:label="%s" android:languageTag="tr" android:imeSubtypeLocale="tr_TR" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=latin,default_layout=latn_qwerty_tr,extra_keys=accent_cedille:ç:ş@c|accent_trema:ö:ü@u|accent_circonflexe:â:î:û@f|₺|ı|ğ"/> | ||
<subtype android:label="%s" android:languageTag="uk" android:imeSubtypeLocale="uk_UA" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=cyrillic,default_layout=cyrl_jcuken_uk,extra_keys=ґ|є|і|ї|₴"/> | ||
<subtype android:label="%s" android:languageTag="uz" android:imeSubtypeLocale="uz_UZ" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=latin,default_layout=latn_qwerty_uz,extra_keys=ʻ|ʼ"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've updated this file so that the layout is shown by default to Uzbek users. The Do you think you could update this file the next time you add a layout ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, I will add it from the next time |
||
<subtype android:label="%s" android:languageTag="vi" android:imeSubtypeLocale="vi_VN" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="script=latin,default_layout=latn_qwerty_vi"/> | ||
</input-method> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<keyboard name="QWERTY (Oʻzbekcha)" script="latin"> | ||
<row> | ||
<key key0="q" key2="1" key4="loc esc"/> | ||
<key key0="w" key1="~" key2="2" key3="\@"/> | ||
<key key0="e" key1="!" key2="3" key3="\#" key4="loc €"/> | ||
<key key0="r" key2="4" key3="$"/> | ||
<key key0="t" key2="5" key3="%"/> | ||
<key key0="y" key2="6" key3="^"/> | ||
<key key0="u" key2="7" key3="&"/> | ||
<key key0="i" key2="8" key3="*"/> | ||
<key key0="o" key2="9" key3="("/> | ||
<key key0="p" key2="0" key3=")"/> | ||
</row> | ||
<row> | ||
<key key0="a" key1="loc tab" key2="`"/> | ||
<key key0="s" key2="loc §" key3="loc ß"/> | ||
<key key0="d"/> | ||
<key key0="f"/> | ||
<key key0="g" key2="-" key3="_"/> | ||
<key key0="h" key2="=" key3="+"/> | ||
<key key0="j" key4="}" key3="{"/> | ||
<key key0="k" key3="[" key4="]"/> | ||
<key key0="l" key2="|" key3="\\"/> | ||
<key key0="ʻ"/> | ||
</row> | ||
<row> | ||
<key key0="shift" key2="loc capslock"/> | ||
<key key0="z"/> | ||
<key key0="x" key2="loc †"/> | ||
<key key0="c" key2="<" key3="."/> | ||
<key key0="v" key2=">" key3=","/> | ||
<key key0="b" key2="\?" key3="/"/> | ||
<key key0="n" key2=":" key3=";"/> | ||
<key key0="m" key2=""" key3="'"/> | ||
<key key0="ʼ"/> | ||
<key key0="backspace" key2="delete"/> | ||
</row> | ||
</keyboard> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is updated with
gradle test
. Do you think you could do that next time ?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay