onyxbits / remotekeyboard

Android input method
http://www.onyxbits.de/remotekeyboard
Apache License 2.0
110 stars 25 forks source link

Local echo #2

Closed evacchi closed 9 years ago

evacchi commented 11 years ago

would it be possible to enable local echo on the local terminal? great app, thank you!

onyxbits commented 11 years ago

Am Freitag, den 26.07.2013, 13:14 -0700 schrieb Edoardo Vacchi:

would it be possible to enable local echo on the local terminal? great app, thank you!

Hi, local echo was one of the first things I tried to implement, but I quickly realized that the attempt was futile for a number of reasons:

All in all I came to the conclusion that having a local echo would not only be extremly complicated to do, but also less convinient because you can't get it perfect. In terms of usability, a local echo would likely do more harm than good. However, if you truly need it: Telnet clients should have a local echo option build in.

evacchi commented 11 years ago

well thanks for your reply, and keep up the good work.

landroni commented 9 years ago

I also felt that a local (on-screen display) echo would be useful, to see what's being typed. But if there are good reasons to avoid doing so....

evacchi commented 9 years ago

on BSD telnet (the one in OS X) if you type ctrl+] and type mode line you can enter line mode and see what you type line by line, up unti you hit enter

landroni commented 9 years ago

I tried this trick on the Linux client, and it sort of works. I can send text in batches to the phone via RK. But I can't modify existing text on the phone (e.g. backspace won't do anything).

evacchi commented 9 years ago

yes, it will only work line-wise

landroni commented 9 years ago

Yeah, it probably makes sense, too... Thanks for the tip. Maybe we can close this issue, as it's something that likely needs to be fixed in telnet clients, instead of RK...

BTW, how do you exit mode line?

onyxbits commented 9 years ago

Am Sonntag, den 26.10.2014, 11:40 -0700 schrieb landroni:

I also felt that a local (on-screen display) echo would be useful, to see what's being typed. But if there are good reasons to avoid doing so....

— Reply to this email directly or view it on GitHub.

I quickly gave up on that:

If you really want localecho anyways -> most telnet clients offer an option to handle that themselves.

evacchi commented 9 years ago

@landroni to leave line mode you just enter again the command mode with Ctrl+] and type mode character; and of course you can always use Ctrl+D to immediately quit from the client

landroni commented 9 years ago

Great, thanks.