import "fyne.io/fyne/v2"
  

Usage

type ShortcutSelectAll

  type ShortcutSelectAll struct{}
  

ShortcutSelectAll describes a shortcut selectAll action.

func (*ShortcutSelectAll) Key

  func (se *ShortcutSelectAll) Key() KeyName
  

Key returns the [KeyName] for this shortcut.

func (*ShortcutSelectAll) Mod

  func (se *ShortcutSelectAll) Mod() KeyModifier
  

Mod returns the [KeyModifier] for this shortcut.

func (*ShortcutSelectAll) ShortcutName

  func (se *ShortcutSelectAll) ShortcutName() string
  

ShortcutName returns the shortcut name