Skip to content

Commit

Permalink
Change volume keys in navigation key bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdstel committed Mar 31, 2018
1 parent 88f097b commit c2c5167
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Virtual Media Keys Navigation.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

; Volume keys

+^!Left::Send {Volume_Down}
+^!Up::Send {Volume_Mute}
+^!Down::Send {Volume_Mute}
+^!Right::Send {Volume_Up}
+^!Home::Send {Volume_Down}
+^!PgUp::Send {Volume_Mute}
+^!PgDn::Send {Volume_Mute}
+^!End::Send {Volume_Up}

0 comments on commit c2c5167

Please sign in to comment.