Use correct way of binding shortcut and setting defaultShortcut
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.
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.