1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 11:04:04 +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
Unverified
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