MudaliarArun / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Directory shortcuts send on key down, not key up - hampers default button functionality #92

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. By default on ConnectBot at an input prompt, hold down right alt key - 
it will repeatedly send a "/" character to the terminal.
2. When trying to send a "!" character using the right alt key, "/!" is 
sent instead

What is the expected output? What do you see instead?
In the above example, I would expect a "/" to be sent only on key up and 
only if a key combination has not been used.  Eg: If I press "alt+1", I 
expect a "!" to be sent and nothing else.  If I press "alt" only and 
release, I would expect "/" to be sent instead.

What version of the product are you using? On what operating system?
ConnectBot 1.2 (r109 2008.11.03)

Please provide any additional information below.
Apologies if this has already been addressed elsewhere.  I was unable to 
find this via a search of existing issues.  Thanks!

Original issue reported on code.google.com by 01bitbyb...@gmail.com on 5 Dec 2008 at 9:41

GoogleCodeExporter commented 8 years ago
This sounds similar to Issue 61, but probably isn't covered by that issue. I'll 
take
a look at it after Dec 9.

Original comment by kenny@the-b.org on 6 Dec 2008 at 1:07

GoogleCodeExporter commented 8 years ago
Okay, this should be ready to go in r147

Original comment by kenny@the-b.org on 11 Dec 2008 at 11:10