https://bugs.kde.org/show_bug.cgi?id=425979
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/fram | |eworks/kdeclarative/commit/ | |88aabf069a0e454777c15227126 | |732a04c8cb8b2 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 88aabf069a0e454777c15227126732a04c8cb8b2 by David Edmundson. Committed on 21/09/2020 at 09:27. Pushed by davidedmundson into branch 'master'. Block shortcuts when recording key sequences Otherwise you can't select alt+a as a shortcut without triggering the nmenomic generated shortcut on the "add application" button. Testing done: - clicked "Add custom shortcut", pressed alt+a, it was recorded successfully - focussed "Add custom shortcut", pressed alt+a, the relevant shortcut activated Note that isRecording was already declared, but not defined, which is why it looks like my diff misses something. M +7 -0 src/qmlcontrols/kquickcontrols/KeySequenceItem.qml M +7 -1 src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp M +7 -0 src/qmlcontrols/kquickcontrols/private/keysequencehelper.h https://invent.kde.org/frameworks/kdeclarative/commit/88aabf069a0e454777c15227126732a04c8cb8b2 -- You are receiving this mail because: You are watching all bug changes.