diff options
| author | Validbit | 2023-08-16 12:27:00 +0200 |
|---|---|---|
| committer | GitHub | 2023-08-16 12:27:00 +0200 |
| commit | 405e63d5c2c29fafa601a932c65391e92effae1d (patch) | |
| tree | 476e7ca718b81381cacdbf3e73c7238bbb6b8c34 | |
| parent | 5822f98bbbc3b96a90ff09551de8252ca18bca22 (diff) | |
| download | unexpected-keyboard-405e63d5c2c29fafa601a932c65391e92effae1d.tar.gz unexpected-keyboard-405e63d5c2c29fafa601a932c65391e92effae1d.zip | |
Move voice input key (#433)
Move the voice input key to the top-left corner of the return key to reduce accidentally entering voice input, which is disrupting.
| -rw-r--r-- | res/xml/bottom_row.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml index 24705e1..ea7b814 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_forward" key8="switch_backward" key5="left" key6="right" slider="true"/> - <key width="1.1" key0="loc voice_typing" key7="up" key6="right" key5="left" key8="down"/> - <key width="1.7" key0="enter" key2="action"/> + <key width="1.1" key7="up" key6="right" key5="left" key8="down"/> + <key width="1.7" key0="enter" key1="loc voice_typing" key2="action"/> </row> |
