abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authordzaima2025-02-09 13:53:49 +0200
committerGitHub2025-02-09 12:53:49 +0100
commit255d7f80d733cefcc0519bb70f343f8e4a5293c4 (patch)
tree99a1bfc534789cb53da3c88716400e7d36a39638
parentd3753cc455b22bdaf7e687632f2ae089409e2bdb (diff)
downloadunexpected-keyboard-255d7f80d733cefcc0519bb70f343f8e4a5293c4.tar.gz
unexpected-keyboard-255d7f80d733cefcc0519bb70f343f8e4a5293c4.zip
Add swipe actions on number row (#892)
-rw-r--r--res/xml/number_row.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/res/xml/number_row.xml b/res/xml/number_row.xml
index de49a54..2320ade 100644
--- a/res/xml/number_row.xml
+++ b/res/xml/number_row.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<row height="0.75">
- <key key0="1"/>
- <key key0="2"/>
- <key key0="3"/>
- <key key0="4"/>
- <key key0="5"/>
- <key key0="6"/>
- <key key0="7"/>
- <key key0="8"/>
- <key key0="9"/>
- <key key0="0"/>
+ <key key0="1" se="!"/>
+ <key key0="2" se="@"/>
+ <key key0="3" se="#"/>
+ <key key0="4" se="$"/>
+ <key key0="5" se="%"/>
+ <key key0="6" sw="^"/>
+ <key key0="7" sw="&amp;"/>
+ <key key0="8" sw="*"/>
+ <key key0="9" sw="("/>
+ <key key0="0" sw=")"/>
</row>