9 lines
199 B
Go
9 lines
199 B
Go
//go:build !darwin
|
|
|
|
package fyne
|
|
|
|
// KeyModifierShortcutDefault is the default key modifier for shortcuts (Control or Command).
|
|
//
|
|
// Since: 2.2
|
|
const KeyModifierShortcutDefault = KeyModifierControl
|