A module providing keyboard input utilities to be used alongside xgb and xgbutil.
Go to file
2023-06-07 03:21:43 -04:00
go.mod Initial commit 2023-06-07 03:21:43 -04:00
go.sum Initial commit 2023-06-07 03:21:43 -04:00
keyboard.go Initial commit 2023-06-07 03:21:43 -04:00
LICENSE Initial commit 2023-06-07 03:21:43 -04:00
README.md Initial commit 2023-06-07 03:21:43 -04:00

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.