abouttreesummaryrefslogcommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorJules Aguillon2023-06-03 18:11:42 +0200
committerJules Aguillon2023-06-03 18:11:42 +0200
commit85cdb9b2b5e4a43ace04e97dbfa7350aa84efedc (patch)
tree93480372487b307bbb75ad401d800639f0ce7389 /res/xml
parent69e0b4c2a2424b83ce0ec876938ec3e73dd5b612 (diff)
downloadunexpected-keyboard-85cdb9b2b5e4a43ace04e97dbfa7350aa84efedc.tar.gz
unexpected-keyboard-85cdb9b2b5e4a43ace04e97dbfa7350aa84efedc.zip
Add Voice Typing key
The new key switches to any installed "voice" input method. If several input methods matches, no effort is made to choose. Might misbehave with some input methods other than Google's on API < 28. It is placed on the middle of the arrows on the bottom bar. It is enabled by default and can be removed in the "Extra keys" option. The key is not removed from the keyboard if no voice input method exists.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/bottom_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml
index 93ce287..56493dc 100644
--- a/res/xml/bottom_row.xml
+++ b/res/xml/bottom_row.xml
@@ -3,6 +3,6 @@
<key width="1.7" key0="ctrl" key1="loc switch_greekmath" key2="loc meta" key4="switch_numeric"/>
<key width="1.1" key0="fn" key1="loc alt" key2="change_method" key3="switch_emoji" key4="config"/>
<key width="4.4" key0="space" key7="switch_second" key5="left" key6="right" slider="true"/>
- <key width="1.1" key7="up" key6="right" key5="left" key8="down"/>
+ <key width="1.1" key0="loc voice_typing" key7="up" key6="right" key5="left" key8="down"/>
<key width="1.7" key0="enter" key2="action"/>
</row>