github.com/utopiagio/gio@v0.0.8/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