Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New input method: Morse key #38

Open
CrazyMarvin opened this issue Jul 26, 2020 · 5 comments · Fixed by #58
Open

New input method: Morse key #38

CrazyMarvin opened this issue Jul 26, 2020 · 5 comments · Fixed by #58
Assignees
Labels
enhancement New feature or request

Comments

@CrazyMarvin
Copy link
Contributor

This feedback came in:

I used to be a radio ham 50 odd years ago and still use Morse in my electronic projects (search Deodorino). Lately I've been aware that a few of my acquaintances have unfortunately suffered strokes leaving them with speech problems. With this in mind, would it take much to add to your excellent project the facility to generate Morse by tapping the screen?
[...]
As for tapping the screen, we used to send Morse code by pressing a switch ( Morse 'key') which was connected to the transmitter. If you pressed the switch the transmitter was 'on' for as long as you pressed, so by pressing for short and long periods we sent the codes. On a mobile phone screen it would be necessary to switch on the screen, led, or speaker tone whenever there was finger contact. The sender adjusts the speed automatically in this case.
[...]
The amount of time the finger is in contact with the screen would determine whether a dot, dash, space etc was intended.

I think this video shows it quite nicely.

@CrazyMarvin
Copy link
Contributor Author

Here is a first mockup:

TelegraphKey

What do you think of it?

@CrazyMarvin
Copy link
Contributor Author

This approach integrates the Telegraph directly into the keyboard:

TelegraphKeyIntoKeyboard

@CrazyMarvin CrazyMarvin mentioned this issue Mar 23, 2021
@CrazyMarvin CrazyMarvin linked a pull request Mar 23, 2021 that will close this issue
@CrazyMarvin
Copy link
Contributor Author

Telegraph key was added in release 1.6.

@sudomain
Copy link

sudomain commented Oct 10, 2021

Hello, I'm trying to use the telegraph key in 1.6 from FDroid. I've found where it is in the app, but it seems unresponsive or more likely I'm doing something wrong. In the button/area that says "tap for dit, hold for dah", am I supposed to be tapping/holding in that rectangle?

Also, it appears to be limited to typing in the Morse app itself. Are there plans to make it into a proper Android keyboard/input method so it can be used in other apps? I know of various keyboards that have two buttons (one for dits, one for dahs), but none that utilize the user's tempo as described in OP.

@CrazyMarvin
Copy link
Contributor Author

In the button/area that says "tap for dit, hold for dah", am I supposed to be tapping/holding in that rectangle?

Yes, that should be working. There will be a new release next year with some performance improvements though.
If it is not working, please upload a .gif of the behaviour so that we can investigate.

Also, it appears to be limited to typing in the Morse app itself. Are there plans to make it into a proper Android keyboard/input method so it can be used in other apps? I know of various keyboards that have two buttons (one for dits, one for dahs), but none that utilize the user's tempo as described in OP.

No, there are no plans. Do you know how to do that? A PR would be very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants