mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Toggle toolbar with Ctrl-T.
This commit is contained in:
@ -168,6 +168,9 @@ namespace osu.Game
|
||||
{
|
||||
switch (args.Key)
|
||||
{
|
||||
case Key.T:
|
||||
Toolbar.ToggleVisibility();
|
||||
return true;
|
||||
case Key.O:
|
||||
options.ToggleVisibility();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user