1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 18:04:10 +08:00

Merge pull request #25235 from peppy/add-ctrl-r-quick-retr

Add ability to quick retry using Ctrl-R
This commit is contained in:
Bartłomiej Dach
2023-10-26 15:27:04 +02:00
committed by GitHub
Unverified
@@ -149,6 +149,7 @@ namespace osu.Game.Input.Bindings
new KeyBinding(InputKey.Space, GlobalAction.SkipCutscene),
new KeyBinding(InputKey.ExtraMouseButton2, GlobalAction.SkipCutscene),
new KeyBinding(InputKey.Tilde, GlobalAction.QuickRetry),
new KeyBinding(new[] { InputKey.Control, InputKey.R }, GlobalAction.QuickRetry),
new KeyBinding(new[] { InputKey.Control, InputKey.Tilde }, GlobalAction.QuickExit),
new KeyBinding(new[] { InputKey.F3 }, GlobalAction.DecreaseScrollSpeed),
new KeyBinding(new[] { InputKey.F4 }, GlobalAction.IncreaseScrollSpeed),