mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
feat: Added evaluate pattern shortcut
This commit is contained in:
@@ -1311,6 +1311,10 @@ namespace hex::plugin::builtin {
|
||||
|
||||
this->m_textEditor.SetBreakpoints(breakpoints);
|
||||
});
|
||||
|
||||
ShortcutManager::addGlobalShortcut(Keys::F5 + AllowWhileTyping, [this] {
|
||||
this->m_triggerAutoEvaluate = true;
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user