New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HotkeyScheduler: add PlayRecording hotkey support #10124
HotkeyScheduler: add PlayRecording hotkey support #10124
Conversation
This hotkey was not previously implemented in the scheduler, even though it's present in the hotkey menu.
5c5076e
to
d5845ff
Compare
|
I found there was unintended behavior when pressing Play Recording while a game was already running. Given that this was already not possible in previous dev versions (and quite frankly I don't see why it would be of much help), I have chosen to not recognize the hotkey if a game is running.
Correction: Looks like this is all working as intended. |
|
FifoCI detected that this change impacts graphical rendering. Here are the behavior differences detected by the system:
automated-fifoci-reporter |
This hotkey was not previously implemented in the scheduler, even though it's present in the hotkey menu.