Added Function to Default Key Map For Focusing Search Box

This commit is contained in:
aditya-K2 2021-11-15 15:34:41 +05:30
parent 5aed3d0604
commit afddf95cac

View File

@ -47,6 +47,7 @@ var (
115: "stop", 115: "stop",
117: "updateDB", 117: "updateDB",
100: "deleteSongFromPlaylist", 100: "deleteSongFromPlaylist",
47: "FocusSearch",
} }
) )