Implement play_entry for search view

This commit is contained in:
aditya-K2
2023-04-26 04:48:20 +05:30
parent 3ff51ba5c3
commit 87560f0efb
3 changed files with 17 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ var (
},
"search_view": {
{K: tcell.KeyEnter}: "open_entry",
{K: tcell.KeyCtrlP}: "play_entry",
},
"global": {
{R: 'd'}: "choose_device",