Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Plassiard committed May 17, 2019
1 parent 16a62e1 commit c646c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/soundmanager/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def script_soundManager(self, gesture):
self.bindGesture("kb:downarrow", "volumeDown")
self.bindGesture("kb:leftarrow", "previousApp")
self.bindGesture("kb:rightarrow", "nextApp")
self.bindGesture("kb:m", "muteApp")
self.bindGesture("kb:m", "muteApp")
else:
tones.beep(440, 100)
self.clearGestureBindings()
Expand Down

0 comments on commit c646c0f

Please sign in to comment.