mirror of https://github.com/ppy/osu
Add ability to skip cutscene with forward mouse button
This commit is contained in:
parent
a135253fb0
commit
f4f642fbcf
|
@ -53,6 +53,7 @@ public GlobalActionContainer(OsuGameBase game)
|
|||
public IEnumerable<KeyBinding> InGameKeyBindings => new[]
|
||||
{
|
||||
new KeyBinding(InputKey.Space, GlobalAction.SkipCutscene),
|
||||
new KeyBinding(InputKey.ExtraMouseButton2, GlobalAction.SkipCutscene),
|
||||
new KeyBinding(InputKey.Tilde, GlobalAction.QuickRetry),
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.Tilde }, GlobalAction.QuickExit),
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.Plus }, GlobalAction.IncreaseScrollSpeed),
|
||||
|
|
Loading…
Reference in New Issue