AquaMail Forum
English - Android => How do I... => Topic started by: frisket on March 09, 2015, 03:20:53 pm
-
I use a Bluetooth hardware keyboard on my Note 4 when I am dealing with email while travelling (eg plane, train), which is why I picked AquaMail because in replies, it properly inserts > characters in front of the original message text.
What's missing from the editor, however, seems to be any kind of keyboard control except up/down/left/right. Is there a way to delete whole lines without having to fiddle with the on-screen highlight widget, which is horribly difficult to control. Just a simple Ctrl-K or similar would do.
P
-
The editor is a standard Android UI element (to which I added rich text editing)... Feel free to submit your suggestion at http://b.android.com...
-
The editor is a standard Android UI element (to which I added rich text editing)... Feel free to submit your suggestion at http://b.android.com...
Do you know if the editor's UI is documented anywhere? Maybe it has keystrokes...
Peter
-
Developer docs:
http://developer.android.com/reference/android/widget/EditText.html
And (some of) the source code:
https://android.googlesource.com/platform/frameworks/base/+/refs/heads/master/core/java/android/widget/EditText.java
I'm only posting these links because you ask me to -- don't think you'll find anything useful there...