nimble0 / dotterel

Dotterel is a free, open source program that provides the ability to use stenographic input on the Android platform.
GNU General Public License v2.0
85 stars 6 forks source link

Where's the "submit" button? #5

Closed user202729 closed 5 years ago

user202729 commented 5 years ago

Other keyboard have a "go" or "submit" button. On Dotterel, R-R does not work (although it does insert a newline for multiline textboxes)

nimble0 commented 5 years ago

No support for those kind of actions currently. I do find that R-R usually works.

I could add these as commands but I'm also considering changing the keyboard commands to perform these actions (#Return -> go, #Tab -> next field, etc.).

nimble0 commented 5 years ago

Added in https://github.com/nimble0/dotterel/commit/becdadaa5ca02dd580de9890c6b4d5ebeab6ed3c it'll be available in the next release as the command {IME:EDITOR_ACTION}.

Only one action ever seems to be possible at a time so there's only one command. I don't think it's worth introducing special behavior for a single command so I won't be mapping {#Return} to it.