TheIceyWolf / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

< and > keys doesn't work #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. shellinaboxd -t 
2. start firefox 3.0.9 under windows
3. connect to the shellbox instance
4. login
5. press '>' or '<'

What is the expected output? What do you see instead?
nothing. I expect to see < or >, when i press them

Original issue reported on code.google.com by diego.ro...@gmail.com on 22 Jun 2009 at 3:30

GoogleCodeExporter commented 8 years ago
I've tried this running shellinaboxd in a debian lenny. But I've the same 
problem
with the online demo.

Thanks

Original comment by diego.ro...@gmail.com on 22 Jun 2009 at 3:36

GoogleCodeExporter commented 8 years ago
Can you tell me which keyboard layout you are using? This is most likely a 
problem
with a non-US layout. Unfortunately, JavaScript makes receiving keystrokes very
difficult. Each browser does its own thing, and non-US layouts are just a poorly
implemented afterthought.

Original comment by zod...@gmail.com on 22 Jun 2009 at 3:58

GoogleCodeExporter commented 8 years ago
Italian. I made some tries at home, and with iceweasel 3.0.6 on debian lenny, it
works fine. Only with firefox under windows XP, i have this problem.

Original comment by diego.ro...@gmail.com on 23 Jun 2009 at 7:30

GoogleCodeExporter commented 8 years ago
Some more information. Using EN keyboard layout, the key don't works, but i can 
write
'<' '>', with the EN layout keys. I suspect that the problem is that italian 
keyboard
is a 105 keys keyboard, and "<>" key is the 105th. Probably is not fully 
supported on
firefox or windows ... 

Original comment by diego.ro...@gmail.com on 23 Jun 2009 at 8:01

GoogleCodeExporter commented 8 years ago
I tested with a German keyboard and Firefox on XP. After the most recent change 
that
I just checked into SVN, this should work now.

Original comment by zod...@gmail.com on 28 Jun 2009 at 8:47