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