fyne.Shortcut


import "fyne.io/fyne/v2"

Usage

type Shortcut

type Shortcut interface {
	ShortcutName() string
}

Shortcut is the interface used to describe a shortcut action

Tags: