Skip to content

Commit

Permalink
Added F4 keybinding for action Run To Here.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ikeadragon committed Nov 18, 2024
1 parent 950986c commit 35cbe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ void GlobalDebuggerUI::SetupMenu(UIContext* context)
},
connectedAndStoppedWithTTD));

UIAction::registerAction("Run To Here");
UIAction::registerAction("Run To Here", QKeySequence(Qt::Key_F4));
context->globalActions()->bindAction("Run To Here",
UIAction(
[=](const UIActionContext& ctxt) {
Expand Down

0 comments on commit 35cbe3f

Please sign in to comment.