Thanks for the tip (never come across xev before); In "broken" konsole:
- Code: Select all
KeyPress event, serial 40, synthetic NO, window 0x3c00001,
root 0x10b, subw 0x0, time 2120685, (495,811), root:(498,835),
state 0x10, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,
XLookupString gives 1 bytes: (08) "
XmbLookupString gives 1 bytes: (08) "
XFilterEvent returns: False
KeyRelease event, serial 40, synthetic NO, window 0x3c00001,
root 0x10b, subw 0x0, time 2120738, (495,811), root:(498,835),
state 0x10, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,
XLookupString gives 1 bytes: (08) "
XFilterEvent returns: False
On a "working" machine:
- Code: Select all
KeyPress event, serial 38, synthetic NO, window 0x3800001,
root 0x1ad, subw 0x0, time 8640488, (-312,465), root:(651,489),
state 0x0, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,
XLookupString gives 1 bytes: (08) "
XmbLookupString gives 1 bytes: (08) "
XFilterEvent returns: False
KeyRelease event, serial 41, synthetic NO, window 0x3800001,
root 0x1ad, subw 0x0, time 8640562, (-312,465), root:(651,489),
state 0x0, keycode 22 (keysym 0xff08, BackSpace), same_screen YES,
XLookupString gives 1 bytes: (08) "
XFilterEvent returns: False
Don't know if this tells you anything....looks functionally identical on both machines to me.
More diagnostic info(?): running xterm (or aterm) from within a "broken" konsole, then backspace doesn't work in the new windows. (It does work when these terminals are fired up on a backspace-working machine).
However, if i ssh from the "broken" machine into a "working" machine, backspace works there...