Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 516 Bytes

customshortcut.md

File metadata and controls

35 lines (26 loc) · 516 Bytes
redirect_to layout tags title
page
api
Fyne API desktop

desktop


import "fyne.io/fyne/driver/desktop"

Usage

type CustomShortcut

type CustomShortcut struct {
	fyne.KeyName
	Modifier
}

CustomShortcut describes a shortcut desktop event.

func (*CustomShortcut) ShortcutName

func (cs *CustomShortcut) ShortcutName() string

ShortcutName returns the shortcut name associated to the event