mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 22:22:54 +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)
|
if (e.Repeat || e.Key != Key.Tab)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
// TODO: should probably eventually support typical platform search shortcuts (`Ctrl-F`, `/`)
|
||||||
if (SearchTextBox.HasFocus)
|
if (SearchTextBox.HasFocus)
|
||||||
SearchTextBox.KillFocus();
|
SearchTextBox.KillFocus();
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user