Fyne API "fyne.KeyboardShortcut"

fyne.KeyboardShortcut


import "fyne.io/fyne/v2"

Usage

type KeyboardShortcut

type KeyboardShortcut interface {
	Shortcut
	Key() KeyName
	Mod() KeyModifier
}

KeyboardShortcut describes a shortcut meant to be triggered by a keyboard action.