mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Add shortcut to go home
This commit is contained in:
@ -39,6 +39,8 @@ namespace osu.Game.Input.Bindings
|
||||
new KeyBinding(InputKey.Escape, GlobalAction.Back),
|
||||
new KeyBinding(InputKey.ExtraMouseButton1, GlobalAction.Back),
|
||||
|
||||
new KeyBinding(new[] { InputKey.Alt, InputKey.Home }, GlobalAction.Home),
|
||||
|
||||
new KeyBinding(InputKey.Up, GlobalAction.SelectPrevious),
|
||||
new KeyBinding(InputKey.Down, GlobalAction.SelectNext),
|
||||
|
||||
@ -152,5 +154,8 @@ namespace osu.Game.Input.Bindings
|
||||
|
||||
[Description("Next Selection")]
|
||||
SelectNext,
|
||||
|
||||
[Description("Home")]
|
||||
Home,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user