mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
feat: Add Ctrl+Shift+Z Redo shortcut (#787)
This commit is contained in:
@@ -1532,6 +1532,10 @@ namespace hex::plugin::builtin {
|
||||
if (ImHexApi::Provider::isValid())
|
||||
ImHexApi::Provider::get()->redo();
|
||||
});
|
||||
ShortcutManager::addShortcut(this, CTRL + SHIFT + Keys::Z, [] {
|
||||
if (ImHexApi::Provider::isValid())
|
||||
ImHexApi::Provider::get()->redo();
|
||||
});
|
||||
}
|
||||
|
||||
void ViewHexEditor::registerEvents() {
|
||||
|
||||
Reference in New Issue
Block a user