mirror of
https://github.com/ppy/osu
synced 2025-01-01 03:42:19 +00: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