import "fyne.io/fyne/v2"
  

Usage

type Shortcutable

  type Shortcutable interface {
	TypedShortcut(Shortcut)
}
  

Shortcutable describes any [CanvasObject] that can respond to shortcut commands (quit, cut, copy, and paste).