diff options
| author | Jules Aguillon | 2024-02-17 19:46:09 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-02-17 23:28:31 +0100 |
| commit | e40558677ef40184c28fbfe721a4be69a4955fa6 (patch) | |
| tree | ad04bca89544c576e0182088c85025e05478a879 /res/xml | |
| parent | ae270b36f41c6101c1657f5c2568b51b5ccf84ee (diff) | |
| download | unexpected-keyboard-e40558677ef40184c28fbfe721a4be69a4955fa6.tar.gz unexpected-keyboard-e40558677ef40184c28fbfe721a4be69a4955fa6.zip | |
Allow to remove the compose key in the settings
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/bottom_row.xml | 2 | ||||
| -rw-r--r-- | res/xml/greekmath.xml | 2 | ||||
| -rw-r--r-- | res/xml/numeric.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/bottom_row.xml b/res/xml/bottom_row.xml index d0562d1..2f4de2b 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="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" key0="compose" 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.1" key0="loc compose" 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"/> </row> diff --git a/res/xml/greekmath.xml b/res/xml/greekmath.xml index b655b50..4821840 100644 --- a/res/xml/greekmath.xml +++ b/res/xml/greekmath.xml @@ -41,7 +41,7 @@ <key width="1.2" key0="fn"/> <key width="2.8" key0="space" key1="superscript" key3="subscript"/> <key width="1.2" key0="0" key2="."/> - <key width="1.2" key0="compose" key7="up" key6="right" key5="left" key8="down"/> + <key width="1.2" key0="loc compose" key7="up" key6="right" key5="left" key8="down"/> <key width="1.2" key0="enter" key1="=" key2="action"/> </row> </keyboard> diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml index 82f52e8..ca4eeb9 100644 --- a/res/xml/numeric.xml +++ b/res/xml/numeric.xml @@ -30,7 +30,7 @@ <key width="1.5" key0="switch_text" key2="ctrl"/> <key width="1.5" key0="0" key3="f11_placeholder" key4="f12_placeholder"/> <key width="0.75" key0="." key1=":" key2="," key3=";"/> - <key width="0.75" key0="space" key1=""" key2="'" key3="compose" key4="_"/> + <key width="0.75" key0="space" key1=""" key2="'" key3="loc compose" key4="_"/> <key width="1.5" key0="enter" key1="±" key2="action" key3="="/> </row> </keyboard> |
