diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 0035e738f9..3ded00b02a 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -694,7 +694,7 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam #ifndef DARWIN /* XXX: Er, this doesn't work; Windows traps this key and takes a screenshot * into the clipboard. I don't want to disable that, though; it's useful. */ - if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_SYSREQ)) + if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_F11)) #else if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_KP_MULTIPLY)) #endif