mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Unify naming
This commit is contained in:
@ -26,7 +26,7 @@ namespace osu.Game.Input.Bindings
|
||||
{
|
||||
new KeyBinding(InputKey.F8, GlobalAction.ToggleChat),
|
||||
new KeyBinding(InputKey.F9, GlobalAction.ToggleSocial),
|
||||
new KeyBinding(InputKey.F10, GlobalAction.ToggleMouseButtons),
|
||||
new KeyBinding(InputKey.F10, GlobalAction.ToggleGameplayMouseButtons),
|
||||
new KeyBinding(InputKey.F12, GlobalAction.TakeScreenshot),
|
||||
|
||||
new KeyBinding(new[] { InputKey.Control, InputKey.Alt, InputKey.R }, GlobalAction.ResetInputSettings),
|
||||
@ -77,7 +77,7 @@ namespace osu.Game.Input.Bindings
|
||||
QuickRetry,
|
||||
|
||||
[Description("Toggle gameplay mouse buttons")]
|
||||
ToggleMouseButtons,
|
||||
ToggleGameplayMouseButtons,
|
||||
[Description("Take screenshot")]
|
||||
TakeScreenshot
|
||||
}
|
||||
|
Reference in New Issue
Block a user