mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 22:35:23 +08:00
Add 'Back' global key binding
This commit is contained in:
parent
306f05b7bd
commit
42aa02579b
@ -36,6 +36,9 @@ namespace osu.Game.Input.Bindings
|
||||
new KeyBinding(InputKey.Down, GlobalAction.DecreaseVolume),
|
||||
new KeyBinding(InputKey.MouseWheelDown, GlobalAction.DecreaseVolume),
|
||||
new KeyBinding(InputKey.F4, GlobalAction.ToggleMute),
|
||||
|
||||
new KeyBinding(InputKey.Escape, GlobalAction.Back),
|
||||
new KeyBinding(InputKey.MouseButton1, GlobalAction.Back)
|
||||
};
|
||||
|
||||
public IEnumerable<KeyBinding> InGameKeyBindings => new[]
|
||||
@ -76,6 +79,9 @@ namespace osu.Game.Input.Bindings
|
||||
QuickRetry,
|
||||
|
||||
[Description("Take screenshot")]
|
||||
TakeScreenshot
|
||||
TakeScreenshot,
|
||||
|
||||
[Description("Go back")]
|
||||
Back
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user