Quote:
Originally Posted by nasser
Here's a side by side comparison (attachment in pdf format) of the debug output for pw1/pw3/kt3 when the mod1("ã/F") key followed by the end key is pressed.
Can't make out any differences, apart from those due to the differing screen resolutions...
|
You are right. No problem there. Some ideas to check.
How do you test the key, in shell or in some application?
What is your shell in newer kindles? On my kindle it is busybox sh.
Test it in kterm.
Code:
# echo $0
/bin/sh
# ls -la /bin/sh
lrwxrwxrwx 1 root root 7 Jul 20 2015 /bin/sh -> busybox
What is the output of cat while pressing end key. On my KT it is:
Could you post the output of env command from kterm, to see your env variables?
Run diff on /etc/termcap files on both systems. Kterm ships with its own termcap, but maybe system file also matters