mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Ctrl+O for options.
This commit is contained in:
parent
4426a683ed
commit
97f3023cd9
@ -131,6 +131,16 @@ namespace osu.Game
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (state.Keyboard.ControlPressed)
|
||||||
|
{
|
||||||
|
switch (args.Key)
|
||||||
|
{
|
||||||
|
case Key.O:
|
||||||
|
Options.ToggleVisibility();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return base.OnKeyDown(state, args);
|
return base.OnKeyDown(state, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user