From 53113cadd9654c827ae306905dae4d738dedf818 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sun, 9 Jan 2022 20:26:06 +0100 Subject: 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. --- res/xml/azerty.xml | 2 +- res/xml/numeric.xml | 2 +- res/xml/qwerty.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'res/xml') diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index a0fb1fd..b216441 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -39,6 +39,6 @@ - + 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 @@ - + diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index a015b0d..fa9fc2e 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -39,6 +39,6 @@ - + -- cgit v1.2.3