gioui.org@v0.6.1-0.20240506124620-7a9ce51988ce/io/key/mod_darwin.go (about) 1 // SPDX-License-Identifier: Unlicense OR MIT 2 3 package key 4 5 // ModShortcut is the platform's shortcut modifier, usually the ctrl 6 // modifier. On Apple platforms it is the cmd key. 7 const ModShortcut = ModCommand 8 9 // ModShortcut is the platform's alternative shortcut modifier, 10 // usually the ctrl modifier. On Apple platforms it is the alt modifier. 11 const ModShortcutAlt = ModAlt