Same as last two commits. Sorry for "commit spam".
On branch main Your branch is up to date with 'origin/main'. Changes to be committed: modified: app/src/main/kotlin/com/simplemobiletools/keyboard/services/SimpleKeyboardIME.kt modified: app/src/main/res/xml/keys_letters_english_dvorak.xml
This commit is contained in:
parent
e27f4351be
commit
f3f590f021
2 changed files with 36 additions and 30 deletions
|
@ -246,7 +246,7 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
|||
LANGUAGE_FRENCH -> R.xml.keys_letters_french
|
||||
LANGUAGE_RUSSIAN -> R.xml.keys_letters_russian
|
||||
LANGUAGE_ENGLISH_QWERTZ -> R.xml.keys_letters_english_qwertz
|
||||
LANGUAGE_ENGLISH_DVORAK -> R.xml.keys_letters_english_dvorak
|
||||
LANGUAGE_ENGLISH_DVORAK -> R.xml.keys_letters_english_dvorak
|
||||
LANGUAGE_SPANISH -> R.xml.keys_letters_spanish_qwerty
|
||||
LANGUAGE_GERMAN -> R.xml.keys_letters_german
|
||||
else -> R.xml.keys_letters_english_qwerty
|
||||
|
|
|
@ -9,12 +9,12 @@
|
|||
app:topSmallNumber="1" />
|
||||
<Key
|
||||
app:keyLabel=","
|
||||
app:popupCharacters="<2?"
|
||||
app:popupCharacters="<2?"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"
|
||||
app:topSmallNumber="2" />
|
||||
<Key
|
||||
app:keyLabel="."
|
||||
app:popupCharacters="3>"
|
||||
app:popupCharacters="3>"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"
|
||||
app:topSmallNumber="3" />
|
||||
<Key
|
||||
|
@ -57,32 +57,38 @@
|
|||
<Row>
|
||||
<Key
|
||||
app:keyEdgeFlags="left"
|
||||
app:keyLabel="a"
|
||||
app:popupCharacters="áàâãäåāæą"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>
|
||||
app:keyLabel="a"
|
||||
app:popupCharacters="áàâãäåāæą"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>
|
||||
<Key
|
||||
app:keyLabel="o"
|
||||
app:popupCharacters="őöóôôòõō"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
|
||||
<Key app:keyLabel="e"
|
||||
app:popupCharacters="éèêëēę"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
|
||||
<Key app:keyLabel="u"
|
||||
app:popupCharacters="űúùûüū"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
|
||||
<Key app:keyLabel="i"
|
||||
app:popupCharacters="íìîïī"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
<Key app:keyLabel="d"
|
||||
app:popupCharacters="ďđ"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
app:keyLabel="o"
|
||||
app:popupCharacters="őöóôôòõō"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
|
||||
<Key
|
||||
app:keyLabel="e"
|
||||
app:popupCharacters="éèêëēę"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
|
||||
<Key
|
||||
app:keyLabel="u"
|
||||
app:popupCharacters="űúùûüū"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
|
||||
<Key
|
||||
app:keyLabel="i"
|
||||
app:popupCharacters="íìîïī"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
<Key
|
||||
app:keyLabel="d"
|
||||
app:popupCharacters="ďđ"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
<Key app:keyLabel="h" />
|
||||
<Key app:keyLabel="t"
|
||||
app:popupCharacters="ť"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
<Key app:keyLabel="n"
|
||||
app:popupCharacters="ňńñ"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
<Key
|
||||
app:keyLabel="t"
|
||||
app:popupCharacters="ť"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
<Key
|
||||
app:keyLabel="n"
|
||||
app:popupCharacters="ňńñ"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"/> />
|
||||
<Key
|
||||
app:keyEdgeFlags="right"
|
||||
app:keyLabel="s" />
|
||||
|
@ -121,9 +127,9 @@
|
|||
app:isRepeatable="true"
|
||||
app:keyWidth="50%p" />
|
||||
<Key
|
||||
app:keyLabel="z"
|
||||
app:popupCharacters="źžż"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"
|
||||
app:keyLabel="z"
|
||||
app:popupCharacters="źžż"
|
||||
app:popupKeyboard="@xml/keyboard_popup_template"
|
||||
app:keyWidth="10%p" />
|
||||
<Key
|
||||
app:code="-4"
|
||||
|
|
Loading…
Reference in a new issue