mod_darwin.go raw

   1  // SPDX-License-Identifier: Unlicense OR MIT
   2  
   3  package key
   4  
   5  // ModShortcut is the platform's shortcut modifier, usually the Ctrl
   6  // key. On Apple platforms it is the Cmd key.
   7  const ModShortcut = ModCommand
   8