Documentation ¶
Overview ¶
Package keyboard defines well known keyboard keys and shortcuts.
Index ¶
Constants ¶
View Source
const (
KeySpace = ' '
)
Printable characters, but worth having constants for them.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key rune
Key represents a single button on the keyboard. Printable characters are set to their ASCII/Unicode rune value. Non-printable (control) characters are equal to one of the constants defined below.
Click to show internal directories.
Click to hide internal directories.