Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
qnamespace.h, qshortcutmap.cpp
Description
I've come across a situation where I need to prevent a keyboard shortcut from ever taking effect when set up in a QAction. This isn't currently possible in Qt, but sits quite nicely as an alternative ShortcutContext. The change only affects two source files (qnamespace.h and qshortcutmap.cpp), and I've attached a patch accordingly.