Version: (using KDE Devel) Installed from: Compiled sources OS: Linux I'm using a Logitech "corded deluxe access" with US-keylayout (but with Euro-sign). When I press the "<" or ">"-button on the keyboard, I always get RightBitShift. On konsole or any other program the keys work correctly. The problem seems to lie in "accel()->insert(..)", because a work-around is to ask in "keyPressEvent" or use "button->setAccel" instead... No clue, what is wrong, this seems to be related to Bug 68791, which was also fixed by adding code in "keyPressEvent".
Fixed by exchanging "accel()->insert()" to "button->setAccel()". Probably the bug persist for other keys on other systems.