mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Avoid interversion key configuration conflicts
This commit is contained in:
parent
4c6286a3ca
commit
4cc22387d4
@ -84,8 +84,6 @@ namespace osu.Game.Input.Bindings
|
||||
SkipCutscene,
|
||||
[Description("Quick Retry (Hold)")]
|
||||
QuickRetry,
|
||||
[Description("Quick Exit (Hold)")]
|
||||
QuickExit,
|
||||
|
||||
[Description("Take screenshot")]
|
||||
TakeScreenshot,
|
||||
@ -103,5 +101,8 @@ namespace osu.Game.Input.Bindings
|
||||
|
||||
[Description("Select")]
|
||||
Select,
|
||||
|
||||
[Description("Quick Exit (Hold)")]
|
||||
QuickExit,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user