diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 4ae10eb147..125f49b4ee 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -560,7 +560,7 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam } } - if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_PRINT)) + if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_SYSREQ)) { // Save Screenshot. CString sPath;