keys

package
v0.0.0-...-f954743 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppShortcut

type AppShortcut struct {
	AppName     string      `yaml:"app_name" json:"app_name"`
	Key         KeyBoardKey `yaml:"key" json:"key"`
	AppFilePath string      `yaml:"app_file_path" json:"app_file_path"`
}

type KeyBoardKey

type KeyBoardKey string
const (
	A           KeyBoardKey = "a"
	B           KeyBoardKey = "b"
	C           KeyBoardKey = "c"
	D           KeyBoardKey = "d"
	E           KeyBoardKey = "e"
	F           KeyBoardKey = "f" //reserved for full screen
	G           KeyBoardKey = "g"
	H           KeyBoardKey = "h"
	I           KeyBoardKey = "i"
	J           KeyBoardKey = "j"
	K           KeyBoardKey = "k"
	L           KeyBoardKey = "l"
	M           KeyBoardKey = "m"
	N           KeyBoardKey = "n"
	O           KeyBoardKey = "o"
	P           KeyBoardKey = "p"
	Q           KeyBoardKey = "q"
	R           KeyBoardKey = "r"
	S           KeyBoardKey = "s"
	T           KeyBoardKey = "t"
	U           KeyBoardKey = "u"
	V           KeyBoardKey = "v"
	W           KeyBoardKey = "w"
	X           KeyBoardKey = "x"
	Y           KeyBoardKey = "y"
	Z           KeyBoardKey = "z"
	NumberZero  KeyBoardKey = "0"
	NumberOne   KeyBoardKey = "1"
	NumberTwo   KeyBoardKey = "2"
	NumberThree KeyBoardKey = "3"
	NumberFour  KeyBoardKey = "4"
	NumberFive  KeyBoardKey = "5"
	NumberSix   KeyBoardKey = "6"
	NumberSeven KeyBoardKey = "7"
	NumberEight KeyBoardKey = "8"
	NumberNine  KeyBoardKey = "9"
	NumberTen   KeyBoardKey = "10"
	SemiColon   KeyBoardKey = ";" //does not work as hot key with karabiner
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL