7 lines
177 B
Go
7 lines
177 B
Go
|
package fyne
|
||
|
|
||
|
// KeyModifierShortcutDefault is the default key modifier for shortcuts (Control or Command).
|
||
|
//
|
||
|
// Since: 2.2
|
||
|
const KeyModifierShortcutDefault = KeyModifierSuper
|