diff options
| author | Jules Aguillon | 2025-01-11 16:30:36 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-01-11 16:30:36 +0100 |
| commit | ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5 (patch) | |
| tree | 5faa03098d07032a68e7a993920a9ce9f656ccde /srcs/layouts | |
| parent | 1783dcdb35a5c482ca6de2351a0f9c6321bdf786 (diff) | |
| download | unexpected-keyboard-ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5.tar.gz unexpected-keyboard-ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5.zip | |
Remove the 'slider="true"' attribute
Whether a key behaves as a slider is now purely defined by the key
values present on it.
Diffstat (limited to 'srcs/layouts')
| -rw-r--r-- | srcs/layouts/latn_neo2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcs/layouts/latn_neo2.xml b/srcs/layouts/latn_neo2.xml index 4a7d33a..b600004 100644 --- a/srcs/layouts/latn_neo2.xml +++ b/srcs/layouts/latn_neo2.xml @@ -43,7 +43,7 @@ <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="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="4.4" key0="space" key7="switch_forward" key8="switch_backward" key5="cursor_left" key6="cursor_right"/> <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 key0="j" key4=";"/> <key width="1.7" key0="enter" key1="loc voice_typing" key2="action"/> |
