mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 13:44:26 +08:00
Add TODO for future support of typical search shortcuts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user