Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllKnownKeys = []string{}/* 114 elements not displayed */
AllKnownKeys is a comprehensive list of all known keyboard combinations
View Source
var InputHandlerKeys = []string{
"space", "tab", "enter", "alt+enter", "backspace", "delete",
"up", "down", "left", "right", "home", "end",
"ctrl+a", "ctrl+e", "ctrl+u", "ctrl+k", "ctrl+w", "ctrl+l",
"ctrl+z", "ctrl+y",
}
InputHandlerKeys are keys that can be handled by text input components
Functions ¶
func CanInputHandle ¶
CanInputHandle checks if a key can be handled by input components
func IsKeyOrPrintable ¶
IsKeyOrPrintable checks if a key is either a known key or a printable character
func IsKnownKey ¶
IsKnownKey checks if a key string represents a known keyboard key combination
func IsPrintableCharacter ¶
IsPrintableCharacter checks if a key string represents a single printable character
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.