joshuar / gokbd

A go library to manipulate keyboards using libevdev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gokbd

gokbd Go Reference

About

This is an elementary library using libevdev to talk to a keyboard on Linux. It allows snooping the keys pressed as well as typing out keys.

Usage

import gokbd "github.com/joshuar/gokbd"

See the examples under the examples/ directory.

About

A go library to manipulate keyboards using libevdev

License:MIT License


Languages

Language:Go 100.0%