mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 22:23:32 +08:00
Change default mute key to Ctrl+F4 for now
This commit is contained in:
parent
3062fe4411
commit
260ca31df0
@ -76,7 +76,7 @@ namespace osu.Game.Input.Bindings
|
||||
new KeyBinding(new[] { InputKey.Alt, InputKey.Down }, GlobalAction.DecreaseVolume),
|
||||
new KeyBinding(new[] { InputKey.Alt, InputKey.MouseWheelDown }, GlobalAction.DecreaseVolume),
|
||||
|
||||
new KeyBinding(InputKey.Mute, GlobalAction.ToggleMute),
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.F4 }, GlobalAction.ToggleMute),
|
||||
|
||||
new KeyBinding(InputKey.TrackPrevious, GlobalAction.MusicPrev),
|
||||
new KeyBinding(InputKey.F1, GlobalAction.MusicPrev),
|
||||
|
Loading…
Reference in New Issue
Block a user