mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 20:57:28 +09:00
Set default keybindings for jukebox to stable's ones.
This commit is contained in:
parent
5f8bd6eca7
commit
b32b078e48
@ -45,9 +45,9 @@ namespace osu.Game.Input.Bindings
|
||||
new KeyBinding(InputKey.Enter, GlobalAction.Select),
|
||||
new KeyBinding(InputKey.KeypadEnter, GlobalAction.Select),
|
||||
|
||||
new KeyBinding(InputKey.F5, GlobalAction.MusicPrev),
|
||||
new KeyBinding(InputKey.F6, GlobalAction.MusicNext),
|
||||
new KeyBinding(InputKey.X, GlobalAction.MusicPlay),
|
||||
new KeyBinding(InputKey.F1, GlobalAction.MusicPrev),
|
||||
new KeyBinding(InputKey.F5, GlobalAction.MusicNext),
|
||||
new KeyBinding(InputKey.F3, GlobalAction.MusicPlay),
|
||||
};
|
||||
|
||||
public IEnumerable<KeyBinding> InGameKeyBindings => new[]
|
||||
|
Loading…
x
Reference in New Issue
Block a user