fix: don't set binding for "toggle local r9k" on macOS (#5764)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
committed by
GitHub
parent
9d0de1c373
commit
b6945e39f4
@@ -515,9 +515,11 @@ void HotkeyController::addDefaults(std::set<QString> &addedHotkeys)
|
||||
QKeySequence("Ctrl+G"), "reopenSplit",
|
||||
std::vector<QString>(), "reopen split");
|
||||
|
||||
#ifndef Q_OS_MACOS
|
||||
this->tryAddDefault(addedHotkeys, HotkeyCategory::Window,
|
||||
QKeySequence("Ctrl+H"), "toggleLocalR9K",
|
||||
std::vector<QString>(), "toggle local r9k");
|
||||
#endif
|
||||
|
||||
this->tryAddDefault(addedHotkeys, HotkeyCategory::Window,
|
||||
QKeySequence("Ctrl+K"), "openQuickSwitcher",
|
||||
|
||||
Reference in New Issue
Block a user