Skip to content

Commit

Permalink
feat: Added evaluate pattern shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Sep 24, 2023
1 parent f79e2df commit 181a7c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/builtin/source/content/views/view_pattern_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1311,6 +1311,10 @@ namespace hex::plugin::builtin {

this->m_textEditor.SetBreakpoints(breakpoints);
});

ShortcutManager::addGlobalShortcut(Keys::F5 + AllowWhileTyping, [this] {
this->m_triggerAutoEvaluate = true;
});
}

}

0 comments on commit 181a7c5

Please sign in to comment.