abouttreesummaryrefslogcommitdiff
path: root/res/xml/clipboard_bottom_row.xml
diff options
context:
space:
mode:
authorJules Aguillon2025-01-11 16:30:36 +0100
committerJules Aguillon2025-01-11 16:30:36 +0100
commitddd2eebb0e2a811c922d9c30c7ce17980caeb2a5 (patch)
tree5faa03098d07032a68e7a993920a9ce9f656ccde /res/xml/clipboard_bottom_row.xml
parent1783dcdb35a5c482ca6de2351a0f9c6321bdf786 (diff)
downloadunexpected-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 'res/xml/clipboard_bottom_row.xml')
-rw-r--r--res/xml/clipboard_bottom_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/clipboard_bottom_row.xml b/res/xml/clipboard_bottom_row.xml
index 2dfc596..9a290fd 100644
--- a/res/xml/clipboard_bottom_row.xml
+++ b/res/xml/clipboard_bottom_row.xml
@@ -3,7 +3,7 @@
<keyboard bottom_row="false">
<row height="0.95">
<key key0="switch_back_clipboard"/>
- <key width="3" key0="space" key5="cursor_left" key6="cursor_right" slider="true"/>
+ <key width="3" key0="space" key5="cursor_left" key6="cursor_right"/>
<key key0="backspace" key2="delete"/>
<key key0="enter" key2="action"/>
</row>