diff options
| author | Jules Aguillon | 2024-01-15 23:26:40 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-01-15 23:26:40 +0100 |
| commit | 95bd9312a7714e1fbee2a792a12d2b9ced36b708 (patch) | |
| tree | 2d4911e3be9701bb4d0f6271e3257f821d1aebe5 /res/xml/bottom_row.xml | |
| parent | 0a86f9ab018a496a6527d9353501ed57f63291d0 (diff) | |
| download | unexpected-keyboard-95bd9312a7714e1fbee2a792a12d2b9ced36b708.tar.gz unexpected-keyboard-95bd9312a7714e1fbee2a792a12d2b9ced36b708.zip | |
Allow hidding the keyboard switching key
The keyboard switching key is now selected by default in the Extra Keys
option and can be deselected.
Diffstat (limited to 'res/xml/bottom_row.xml')
| -rw-r--r-- | res/xml/bottom_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml index 4097e51..33e381d 100644 --- a/res/xml/bottom_row.xml +++ b/res/xml/bottom_row.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <row height="0.95"> <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="1.1" key0="fn" key1="loc alt" key2="loc change_method" key3="switch_emoji" key4="config"/> <key width="4.4" key0="space" key7="switch_forward" key8="switch_backward" key5="cursor_left" key6="cursor_right" slider="true"/> <key width="1.1" key7="up" key6="right" key5="left" key8="down" key1="loc home" key2="loc page_up" key3="loc end" key4="loc page_down"/> <key width="1.7" key0="enter" key1="loc voice_typing" key2="action"/> |
