mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Toogle visibility without ctrl pressed
This commit is contained in:
@ -48,14 +48,11 @@ namespace osu.Game.Screens.Play.ReplaySettings
|
||||
{
|
||||
if (args.Repeat) return false;
|
||||
|
||||
if (state.Keyboard.ControlPressed)
|
||||
switch (args.Key)
|
||||
{
|
||||
switch (args.Key)
|
||||
{
|
||||
case Key.H:
|
||||
toogleVisibility();
|
||||
return true;
|
||||
}
|
||||
case Key.H:
|
||||
toogleVisibility();
|
||||
return true;
|
||||
}
|
||||
|
||||
return base.OnKeyDown(state, args);
|
||||
|
Reference in New Issue
Block a user