mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +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,
|
SkipCutscene,
|
||||||
[Description("Quick Retry (Hold)")]
|
[Description("Quick Retry (Hold)")]
|
||||||
QuickRetry,
|
QuickRetry,
|
||||||
[Description("Quick Exit (Hold)")]
|
|
||||||
QuickExit,
|
|
||||||
|
|
||||||
[Description("Take screenshot")]
|
[Description("Take screenshot")]
|
||||||
TakeScreenshot,
|
TakeScreenshot,
|
||||||
@ -103,5 +101,8 @@ namespace osu.Game.Input.Bindings
|
|||||||
|
|
||||||
[Description("Select")]
|
[Description("Select")]
|
||||||
Select,
|
Select,
|
||||||
|
|
||||||
|
[Description("Quick Exit (Hold)")]
|
||||||
|
QuickExit,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user