Files
Andrey Bocharnikov 7a994ae042 fix(shortcuts): make Cmd+, open settings on macOS
StandardKey.Preferences resolves to Ctrl+, on macOS, so the sequences
list bound the same combination twice and Qt reported the shortcut as
ambiguous, firing activatedAmbiguously instead of activated. The single
sequence covers macOS as Cmd and the other platforms as Ctrl.
2026-08-27 15:47:51 +04:00
..