@michael_of:
Then, let’s take a look at what the keyboard is actually sending with “xev -event keyboard” –
- What we need is, only this – and not the rest of what may be logged:
KeyPress event, serial 28, synthetic NO, window 0x9600001,
root 0x6ca, subw 0x0, time 9922735, (2949,1909), root:(2949,2007),
state 0x10, **keycode 111** (keysym 0xff52, **Up**), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 28, synthetic NO, window 0x9600001,
root 0x6ca, subw 0x0, time 9922831, (2949,1909), root:(2949,2007),
state 0x10, keycode 111 (keysym 0xff52, Up), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
KeyPress event, serial 28, synthetic NO, window 0x9600001,
root 0x6ca, subw 0x0, time 9923919, (2949,1909), root:(2949,2007),
state 0x10, **keycode 116** (keysym 0xff54, **Down**), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
KeyRelease event, serial 28, synthetic NO, window 0x9600001,
root 0x6ca, subw 0x0, time 9924039, (2949,1909), root:(2949,2007),
state 0x10, keycode 116 (keysym 0xff54, Down), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False
The output of “localectl” could possibly also be of value.
Is the box a Laptop?
If a Desktop with a USB Keyboard, does unplugging and then reinserting the USB connector change the behaviour?
Does forcibly re-installing the “konsole”, “konsole-part” and “konsole-part-lang” packages change the behaviour?
Do you have any changes in “~/.xbindkeysrc”?
- Does “xbindkeys_show” indicate anything strange?