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

//go:build !darwin
// +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