aboutsummaryrefslogtreecommitdiff
path: root/vendor/gioui.org/io/key/mod.go
blob: c5db56cb24cbdb51f7c61b2a21be3c5dbe8d4596 (plain)
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Unlicense OR MIT

// +build !darwin

package key

// ModShortcut is the platform's shortcut modifier, usually the Ctrl
// key. On Apple platforms it is the Cmd key.
const ModShortcut = ModCtrl