mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix keybindings being offset
This commit is contained in:
@ -95,9 +95,6 @@ namespace osu.Game.Input.Bindings
|
|||||||
[Description("Quick retry (hold)")]
|
[Description("Quick retry (hold)")]
|
||||||
QuickRetry,
|
QuickRetry,
|
||||||
|
|
||||||
[Description("Quick exit (Hold)")]
|
|
||||||
QuickExit,
|
|
||||||
|
|
||||||
[Description("Take screenshot")]
|
[Description("Take screenshot")]
|
||||||
TakeScreenshot,
|
TakeScreenshot,
|
||||||
|
|
||||||
@ -115,5 +112,8 @@ namespace osu.Game.Input.Bindings
|
|||||||
|
|
||||||
[Description("Select")]
|
[Description("Select")]
|
||||||
Select,
|
Select,
|
||||||
|
|
||||||
|
[Description("Quick exit (Hold)")]
|
||||||
|
QuickExit,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user