abouttreesummaryrefslogcommitdiff
path: root/res/xml/numeric.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-01-09 20:26:06 +0100
committerJules Aguillon2022-01-09 20:26:06 +0100
commit53113cadd9654c827ae306905dae4d738dedf818 (patch)
treefe56afe810939608893fd82732e9f7f29105a563 /res/xml/numeric.xml
parent4b43645c4b6632d0cd2388b90e7bc2bbde98087e (diff)
downloadunexpected-keyboard-53113cadd9654c827ae306905dae4d738dedf818.tar.gz
unexpected-keyboard-53113cadd9654c827ae306905dae4d738dedf818.zip
Add the Action key
It is placed on the top-right of the enter key on every layouts. It sends a special event (performEditorAction) instead of writing a newline. The "actionId" is passed through the EditorInfo object in an obfuscated way so it's not clear whether it's using the right one.
Diffstat (limited to 'res/xml/numeric.xml')
-rw-r--r--res/xml/numeric.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/numeric.xml b/res/xml/numeric.xml
index 3e37501..1b5d93a 100644
--- a/res/xml/numeric.xml
+++ b/res/xml/numeric.xml
@@ -30,6 +30,6 @@
<key width="1.5" key0="0"/>
<key width="0.75" key0="." key2=","/>
<key width="0.75" key0="space" key1="&quot;" key2="'" key4="_"/>
- <key width="1.5" key0="enter" key2="±" key3="="/>
+ <key width="1.5" key0="enter" key1="±" key2="action" key3="="/>
</row>
</keyboard>