Skip to content

Commit

Permalink
change default local r9k keybinding per macOS standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-thompson committed Dec 10, 2024
1 parent e326876 commit 161b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/hotkeys/HotkeyController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ void HotkeyController::addDefaults(std::set<QString> &addedHotkeys)
std::vector<QString>(), "reopen split");

this->tryAddDefault(addedHotkeys, HotkeyCategory::Window,
QKeySequence("Ctrl+H"), "toggleLocalR9K",
QKeySequence("Ctrl+."), "toggleLocalR9K",
std::vector<QString>(), "toggle local r9k");

this->tryAddDefault(addedHotkeys, HotkeyCategory::Window,
Expand Down

0 comments on commit 161b312

Please sign in to comment.