Documentation ¶
Index ¶
Constants ¶
View Source
const (
WindowName = "Settings"
)
Variables ¶
View Source
var (
Prefs *sync.Map
)
View Source
var ( RunnerShortcut = &shortcut{ Command: &Command{ ID: commandRunnerName, Name: commandRunnerName, icon: func() []byte { return theme.RadioButtonCheckedIcon().Content() }, run: func() { global.ShowRunner() }, }, KeyNames: []fyne.KeyName{desktop.KeyAltLeft, fyne.KeySpace}, } )
Functions ¶
func RegisterDefined ¶
func RegisterDefined()
func RegisterShortcut ¶ added in v0.9.0
func RegisterShortcut(s *shortcut)
Types ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.