Skip to content

Instantly share code, notes, and snippets.

@S1ReX
Created November 15, 2012 12:58
Show Gist options
  • Select an option

  • Save S1ReX/4078520 to your computer and use it in GitHub Desktop.

Select an option

Save S1ReX/4078520 to your computer and use it in GitHub Desktop.
- (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