From e1faf3feeb0a2d9f228a0c198c1462337ea86734 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 7 Jun 2003 10:43:41 +0000 Subject: [PATCH] move screenshot key to PrntScrn --- 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 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;