diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 8a181d224c..4ae10eb147 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_F5)) + if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_PRINT)) { // Save Screenshot. CString sPath;