https://bugs.kde.org/show_bug.cgi?id=346918

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #12 from David Edmundson <k...@davidedmundson.co.uk> ---
applet.cpp calls     

KGlobalAccel::self()->setShortcut(d->activationAction, seqs,
KGlobalAccel::NoAutoloading);

noautoloading means we'll never load from the globalshortcuts config, we're
always overriding it with whatever we have in the plasma config.

Normally apps use setDefaultShortcut, not setShortcut.

If it's changed externally we get globalShortcutChanged but we're not updating
our config.

Will try and fix.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to