Skip to content

Use correct way of binding shortcut and setting defaultShortcut

David Redondo requested to merge work/shortcuts into master

setGlobalShortcut sets the default shortcut and binds the current shortcut to the action. It will not overwrite the current shortcut if the user configure a different one.

Merge request reports