Skip to content

Commit 0a0b393

Browse files
committed
fix brithness keys
1 parent af83fa8 commit 0a0b393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MTMR/KeyPress.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ struct ESCKeyPress: KeyPress {
3030
}
3131

3232
struct BrightnessUpPress: KeyPress {
33-
let keyCode: CGKeyCode = 107
33+
let keyCode: CGKeyCode = 113
3434
}
3535

3636
struct BrightnessDownPress: KeyPress {
37-
let keyCode: CGKeyCode = 113
37+
let keyCode: CGKeyCode = 107
3838
}
3939

4040

0 commit comments

Comments
 (0)