Updates #22: add focus arrow key navigation to tracklist

This commit is contained in:
Drew Weymouth
2024-02-15 17:56:53 -08:00
parent 0cc497efde
commit b97b029422
3 changed files with 54 additions and 6 deletions
+2
View File
@@ -257,6 +257,8 @@ func (g *GridViewItem) TypedKey(e *fyne.KeyEvent) {
focusArg = 3
case fyne.KeyEnter:
fallthrough
case fyne.KeyReturn:
fallthrough
case fyne.KeySpace:
if g.OnShowItemPage != nil {
g.OnShowItemPage()