1
0
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:
Bartłomiej Dach 2023-06-18 15:56:15 +02:00
parent b87acfa66f
commit b4c1266fc5
No known key found for this signature in database

View File

@ -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