import "fyne.io/fyne/v2"
  

Usage

type ShortcutCut

  type ShortcutCut struct {
	Clipboard Clipboard
}
  

ShortcutCut describes a shortcut cut action.

func (*ShortcutCut) Key

  func (se *ShortcutCut) Key() KeyName
  

Key returns the [KeyName] for this shortcut.

func (*ShortcutCut) Mod

  func (se *ShortcutCut) Mod() KeyModifier
  

Mod returns the [KeyModifier] for this shortcut.

func (*ShortcutCut) ShortcutName

  func (se *ShortcutCut) ShortcutName() string
  

ShortcutName returns the shortcut name