Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Evdev = map[string]int{}/* 158 elements not displayed */
Evdev maps evdev name to keycode
View Source
var KeySyms = map[string]string{}/* 2004 elements not displayed */
KeySyms = /usr/include/X11/keysymdef.h
Functions ¶
func GetModifiers ¶
GetModifiers grabs the name of the keys that corresponds the each modifier
func KeyCodeToHex ¶
KeyCodeToHex returns the matching hexadecimal number. Used to lookup keysyms as they are written in /usr/include/X11/keysymdef.h
func KeyCodeToInt ¶
KeyCodeToInt returns the integer representation of the keycode
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.