https://bugs.kde.org/show_bug.cgi?id=358708
Bug ID: 358708 Summary: Neo arrow keys do not work Product: frameworks-ktexteditor Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: kwrite-bugs-n...@kde.org Reporter: m...@svenbrauch.de In kate (and KDevelop), the alternative arrow keys on the neo keyboard do not work. To reproduce: setxkbmap -layout de neo start kate type some text press the "<" key (german keyboard) and one of ESDF, that should move the cursor, but doesn't I have been poking around quite a while for why this is broken, but couldn't figure it out. In QtCreator it works, so it's not a Qt bug per se. However, there are various other affected applications. It seems like the shortcut is not accepted by the QAction (which has Qt::Key_Right) set as its shortcut) for whatever reason and then passed on (to the view etc) instead. Any ideas where else to look? -- You are receiving this mail because: You are watching all bug changes.