Add ShortcutManager for handling keyboard shortcuts in the editor

This commit is contained in:
scawful
2025-03-09 18:15:16 -04:00
parent c38932fd9c
commit 02ae11ec9e
6 changed files with 314 additions and 59 deletions

View File

@@ -97,7 +97,7 @@ class EditorManager : public SharedRom {
Rom *current_rom_ = nullptr;
Project current_project_;
EditorContext editor_context_;
EditorContext context_;
Editor *current_editor_ = nullptr;
AssemblyEditor assembly_editor_;