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:
Jovier 2022-05-22 18:58:04 -04:00
parent e27f4351be
commit f3f590f021
2 changed files with 36 additions and 30 deletions

View File

@ -64,23 +64,29 @@
app:keyLabel="o"
app:popupCharacters="őöóôôòõō"
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
<Key app:keyLabel="e"
<Key
app:keyLabel="e"
app:popupCharacters="éèêëēę"
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
<Key app:keyLabel="u"
<Key
app:keyLabel="u"
app:popupCharacters="űúùûüū"
app:popupKeyboard="@xml/keyboard_popup_template"/>/>
<Key app:keyLabel="i"
<Key
app:keyLabel="i"
app:popupCharacters="íìîïī"
app:popupKeyboard="@xml/keyboard_popup_template"/> />
<Key app:keyLabel="d"
<Key
app:keyLabel="d"
app:popupCharacters="ďđ"
app:popupKeyboard="@xml/keyboard_popup_template"/> />
<Key app:keyLabel="h" />
<Key app:keyLabel="t"
<Key
app:keyLabel="t"
app:popupCharacters="ť"
app:popupKeyboard="@xml/keyboard_popup_template"/> />
<Key app:keyLabel="n"
<Key
app:keyLabel="n"
app:popupCharacters="ňńñ"
app:popupKeyboard="@xml/keyboard_popup_template"/> />
<Key