2023-06-07 01:21:43 -06:00
|
|
|
# xgbkb
|
|
|
|
|
2024-04-28 21:25:47 -06:00
|
|
|
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/tomo/xgbkb.svg)](https://pkg.go.dev/git.tebibyte.media/tomo/xgbkb)
|
|
|
|
|
2023-06-07 01:21:43 -06:00
|
|
|
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.
|