From 40cc0d7defd05ae966df4a56f13f456a8048d53b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 7 Jun 2003 10:58:31 +0000 Subject: [PATCH] move screenshot key to PrntScrn (2nd try) --- stepmania/src/StepMania.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;