1
0
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:
Dean Herbert 2017-02-08 19:28:18 +09:00
parent fd8179b370
commit 3cee23fc00
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

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;