Updates #22: add focus arrow key navigation to tracklist
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user