1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

fix brithness keys

This commit is contained in:
Toxblh 2018-04-09 12:38:05 +01:00
parent af83fa8a72
commit 0a0b393fb7

View File

@ -30,11 +30,11 @@ struct ESCKeyPress: KeyPress {
} }
struct BrightnessUpPress: KeyPress { struct BrightnessUpPress: KeyPress {
let keyCode: CGKeyCode = 107 let keyCode: CGKeyCode = 113
} }
struct BrightnessDownPress: KeyPress { struct BrightnessDownPress: KeyPress {
let keyCode: CGKeyCode = 113 let keyCode: CGKeyCode = 107
} }