https://bugs.kde.org/show_bug.cgi?id=383391
Kevin Funk <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Kevin Funk <[email protected]> --- In contrast to Francis, I do wonder whether it should be fixed on our side. We have an abstraction for this in KStandardActions, this is something we could re-use for the completion lists we have in KDevelop: We could use something like this I think for Quick Open: https://lxr.kde.org/source/frameworks/kcompletion/src/khistorycombobox.cpp#0376 KStandardShortcut::rotateUp() and KStandardShortcut::rotateDown() are actually the two shortcuts mentioned in Francis' screenshot: http://www.flherne.uk/files/list_shortcuts.png Note: This is only about navigating in completion lists in KDevelop; the rest is unrelated. As seen with the reporter, this is the biggest issue. Arrows keys are not really needed for any other actions in KDevelop (and in KTE one can use the vimode with hjkl keys) -- You are receiving this mail because: You are watching all bug changes.
