AquaMail Forum

English - Android => How do I... => Topic started by: frisket on March 09, 2015, 03:20:53 pm

Title: Editing with a Bluetooth keyboard
Post 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
Title: Re: Editing with a Bluetooth keyboard
Post by: Kostya Vasilyev on March 09, 2015, 03:25:09 pm
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...

Title: Re: Editing with a Bluetooth keyboard
Post by: frisket on November 04, 2015, 01:05:26 am
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
Title: Re: Editing with a Bluetooth keyboard
Post by: Kostya Vasilyev on November 04, 2015, 05:40:15 pm
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...