On this page
fyne.ShortcutCut
import "fyne.io/fyne/v2"
Usage
type ShortcutCut
type ShortcutCut struct {
Clipboard Clipboard
// Secondary indicates an alternative buffer such as selection, when true
//
// Since: 2.8
Secondary bool
}
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