From 80cdb12c03e6a3ccc6d0744df78f6b62128de521 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Wed, 27 Aug 2003 11:47:04 +0000 Subject: [PATCH] F11 works for OS X as well. --- stepmania/src/StepMania.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index 3ded00b02a..a3075f2de8 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -691,13 +691,9 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam } #endif -#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_F11)) -#else - if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_KP_MULTIPLY)) -#endif { // Save Screenshot. CString sPath;