A module providing keyboard input utilities to be used alongside xgb and xgbutil
Go to file
Sasha Koshka fe2fcb012c Add godoc badge to README.md 2024-04-29 03:25:47 +00:00
examples/keypress Move module url 2023-06-30 17:22:20 -04:00
LICENSE Initial commit 2023-06-07 03:21:43 -04:00
README.md Add godoc badge to README.md 2024-04-29 03:25:47 +00:00
go.mod Move module url 2023-06-30 17:22:20 -04:00
go.sum Move module url 2023-06-30 17:22:20 -04:00
keyboard.go I forgor about shift and ctrl 2023-06-08 00:15:16 -04:00

README.md

xgbkb

Go Reference

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.