Skip to content
  • Christoph Roick's avatar
    Work around conflicting shortcuts in preview plugin · 40ec8280
    Christoph Roick authored and Christoph Cullmann's avatar Christoph Cullmann committed
    Do not let shortcuts issued within a preview widget
    propagate to the application's shortcut event handler.
    Instead handle the event while it's still a ShortcutOverride
    event to prevent the detection of seemingly ambiguous
    shortcuts.
    Also do not let actions defined inside the preview KPart
    capture shortcuts that are handled on the application level.
    
    BUG: 386265
    BUG: 407869
    40ec8280