mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 06:52:55 +08:00
Add TODO for future support of typical search shortcuts
This commit is contained in:
parent
b87acfa66f
commit
b4c1266fc5
@ -693,6 +693,7 @@ namespace osu.Game.Overlays.Mods
|
||||
if (e.Repeat || e.Key != Key.Tab)
|
||||
return false;
|
||||
|
||||
// TODO: should probably eventually support typical platform search shortcuts (`Ctrl-F`, `/`)
|
||||
if (SearchTextBox.HasFocus)
|
||||
SearchTextBox.KillFocus();
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user