A module providing keyboard input utilities to be used alongside xgb and xgbutil.
examples/keypress | ||
go.mod | ||
go.sum | ||
keyboard.go | ||
LICENSE | ||
README.md |
xgbkb
A module providing keyboard input utilities to be used alongside xgb and xgbutil. This module does not use the XKB extension (yet), instead it implements semi-equivalent functionality on its own. Note that may be issues here because X keyboard input without XKB is horrifically cursed.