Toggle toolbar with Ctrl-T.

This commit is contained in:
Dean Herbert
2017-02-08 19:28:18 +09:00
parent fd8179b370
commit 3cee23fc00

View File

@ -168,6 +168,9 @@ namespace osu.Game
{
switch (args.Key)
{
case Key.T:
Toolbar.ToggleVisibility();
return true;
case Key.O:
options.ToggleVisibility();
return true;