add selection to tracklist

This commit is contained in:
Drew Weymouth
2023-02-08 16:49:01 -08:00
parent 5af7b582f5
commit 6963a5de8e
7 changed files with 214 additions and 17 deletions
+10
View File
@@ -0,0 +1,10 @@
//go:build !darwin
package os
import "fyne.io/fyne/v2"
var (
ControlModifier = fyne.KeyModifierControl
AltModifier = fyne.KeyModifierAlt
)