All shortcuts now work in fullscreen

This commit is contained in:
=
2025-04-20 13:59:52 -07:00
parent aefcdc9e01
commit 24a4ed445e
2 changed files with 40 additions and 7 deletions

View File

@@ -34,6 +34,8 @@ public:
void setSendKeyboardInput(bool enabled);
void reloadAllRenderers();
QShortcut *windowedShortcut;
QKeySequence FindAcceleratorSeq(const char *name);
std::array<std::unique_ptr<RendererStack>, 8> renderers;
signals: