Skip to content

Commit

Permalink
fix brithness keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxblh committed Apr 9, 2018
1 parent af83fa8 commit 0a0b393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MTMR/KeyPress.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit 0a0b393

Please sign in to comment.