Skip to content

AppletConfiguration: Use Key handlers for Accept/Cancel actions

Ismael Asensio requested to merge work/iasensio/appletconfig-shortcut-keys into master

As opposed to setting the action shortcuts directly, now these key events follow the usual event propagation from the focused item to its ancestors, so the content can intercept them when necessary.

Required for kdeplasma-addons!266 (comment 566089)

Merge request reports