diff --git a/MTMR/KeyPress.swift b/MTMR/KeyPress.swift index 539c978..80d4d1c 100644 --- a/MTMR/KeyPress.swift +++ b/MTMR/KeyPress.swift @@ -30,11 +30,11 @@ struct ESCKeyPress: KeyPress { } struct BrightnessUpPress: KeyPress { - let keyCode: CGKeyCode = 107 + let keyCode: CGKeyCode = 113 } struct BrightnessDownPress: KeyPress { - let keyCode: CGKeyCode = 113 + let keyCode: CGKeyCode = 107 }