mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add key binding to deselect all mods
Defaults to `Backspace`.
This commit is contained in:
@ -209,6 +209,11 @@ namespace osu.Game.Localisation
|
||||
/// </summary>
|
||||
public static LocalisableString ToggleModSelection => new TranslatableString(getKey(@"toggle_mod_selection"), @"Toggle Mod Select");
|
||||
|
||||
/// <summary>
|
||||
/// "Deselect all mods"
|
||||
/// </summary>
|
||||
public static LocalisableString DeselectAllMods => new TranslatableString(getKey(@"deselect_all_mods"), @"Deselect all mods");
|
||||
|
||||
/// <summary>
|
||||
/// "Random"
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user