mirror of https://github.com/ppy/osu
Merge pull request #7450 from Joehuu/fix-direct-global-action
Fix osu!direct global action not being bound to a key
This commit is contained in:
commit
eab2a5acae
|
@ -32,6 +32,7 @@ public GlobalActionContainer(OsuGameBase game)
|
|||
new KeyBinding(new[] { InputKey.Control, InputKey.Alt, InputKey.R }, GlobalAction.ResetInputSettings),
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.T }, GlobalAction.ToggleToolbar),
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.O }, GlobalAction.ToggleSettings),
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.D }, GlobalAction.ToggleDirect),
|
||||
|
||||
new KeyBinding(InputKey.Escape, GlobalAction.Back),
|
||||
new KeyBinding(InputKey.ExtraMouseButton1, GlobalAction.Back),
|
||||
|
|
Loading…
Reference in New Issue