Created
November 15, 2012 12:58
-
-
Save S1ReX/4078520 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - (void)mediaKeyUp:(struct __GSEvent *)fp8 { | |
| if (brightnessMode) { | |
| [[%c(SBBrightnessController) sharedBrightnessController] adjustBacklightLevel:YES]; | |
| } | |
| else { | |
| [[%c(VolumeControl) sharedVolumeControl] increaseVolume]; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment