Skip to content

Use correct way to register for a shortcut

David Edmundson requested to merge work/setShortcut into master

setDefaultShortcut sets a default shortcut, but it doesn't bind it to the action.

We want setShortcut.

setGlobalShortcut wraps both. By setting autoloading, it doesn't actually overwrite the user-set shortcut if one is set.

BUG: 374575

Merge request reports