mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Toggle toolbar with Ctrl-T.
This commit is contained in:
parent
fd8179b370
commit
3cee23fc00
@ -168,6 +168,9 @@ namespace osu.Game
|
||||
{
|
||||
switch (args.Key)
|
||||
{
|
||||
case Key.T:
|
||||
Toolbar.ToggleVisibility();
|
||||
return true;
|
||||
case Key.O:
|
||||
options.ToggleVisibility();
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user