kathmi / puttycyg

Automatically exported from code.google.com/p/puttycyg
0 stars 1 forks source link

keyboard problem - Home and End keys dont work #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PutTTYcyg version: 20101029
Cygwin version:
$ uname -srv
CYGWIN_NT-6.1 1.7.9(0.237/5/3) 2011-03-29 10:10
Windows version: Windows 7, 32bits

What is the expected result?  What happens instead?
I want to use puttycyg and use all keys on my keyboard. But the Home and End 
keys instead of deleting character produce this '~'.

I can set in the keyboard tab in the puttycyg settings the Backspace key to be 
either Control-H or Control-?
The Home and End keys to be either standart or rxvt.
The Function keys to be on of ESC[~, Linux, Xterm R6, VT400, VT100+ or SCO.

So I tried all 24 combinations of this settings. None of these worked for me.

1. Control-H, Standart, ESC[n~
2. Control-?, Standart, ESC[n~
3. Control-H, Standart, Linux
4. Control-?, Standart, Linux
5. Control-H, Standart, Xterm R6
6. Control-?, Standart, Xterm R6
7. Control-H, Standart, VT100+
8. Control-?, Standart, VT100+
Home='~' End='~'

9. Control-H, xrvt, ESC[n~
10. Control-?, xrvt, ESC[n~
11. Control-H, xrvt, Linux
12. Control-?, xrvt, Linux
13. Control-H, xrvt, Xterm R6
14. Control-?, xrvt, Xterm R6
Home key works. End = '~'

15. Control-H, Standart, VT400
16. Control-?, Standart, VT400
Home='~', End='~' and also Delete key stopped working and produces '~'.
17. Control-H, xrvt, VT400
18. Control-?, xrvt, VT400
Home='~', End='~', Page up := delete, Page down = '~'

19. Control-H, Standart, VT100+
20. Control-?, Standart, VT100+
Home key works. End doesn't and produces nothing.

21. Control-H, Standart, SCO
22. Control-?, Standart, SCO
23. Control-H, xrvt, SCO
24. Control-?, xrvt, SCO
Both Home and End keys works finaly, but the delete key stopped working it 
backscapes instead.
Page up and page down don't work.

I attach PuTTY configuration.

I also tried to install sshd server a connect to it with putty and i had the 
same problems.
I tried to ssh to this sshd server from ubuntu (without putty just with ssh 
command) and everything worked.

When I use cygwin from windows standart terminal emulator everithing is ok.
I also tried to experiment with command stty, but found nothing interesting. 
The output of stty -a is the same on windows standart console emulator as on 
putty with Backscape=Control-? set.

What else can I try? Thank you very much for any help.

Original issue reported on code.google.com by robert.b...@gmail.com on 10 Dec 2011 at 4:11

Attachments:

GoogleCodeExporter commented 9 years ago
Same problem here. I'll dig around and update this issue with any findings.

Original comment by olof.lin...@gmail.com on 15 Dec 2011 at 10:32