github.com/gop9/olt@v0.0.0-20200202132135-d956aad50b08/gio/io/key/mod.go (about)

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