Set a list of action to check against for conflictuous shortcut.
If there is a conflictuous shortcut with a KAction, and that his shortcut can be configured
(KAction.isShortcutConfigurable() returns true) the user will be prompted for eventually steal
the shortcut from this action
The action you are editing the shortcut shouldn't be in that list, or there may be unexcepted behaviour
Global shortcuts are automatically checked for conflicts
Don't forget to call applyStealShortcut to actually steal the shortcut.
|