gioui.org@v0.6.1-0.20240506124620-7a9ce51988ce/io/key/mod.go (about)

     1  // SPDX-License-Identifier: Unlicense OR MIT
     2  
     3  //go:build !darwin
     4  // +build !darwin
     5  
     6  package key
     7  
     8  // ModShortcut is the platform's shortcut modifier, usually the ctrl
     9  // modifier. On Apple platforms it is the cmd key.
    10  const ModShortcut = ModCtrl
    11  
    12  // ModShortcutAlt is the platform's alternative shortcut modifier,
    13  // usually the ctrl modifier. On Apple platforms it is the alt modifier.
    14  const ModShortcutAlt = ModCtrl