An open API service indexing awesome lists of open source software.

https://github.com/a-sync/keyfuzz

A Utility for manipulating the scancode/keycode translation tables of keyboard drivers
https://github.com/a-sync/keyfuzz

Last synced: about 1 year ago
JSON representation

A Utility for manipulating the scancode/keycode translation tables of keyboard drivers

Awesome Lists containing this project

README

          

# keyfuzz

# setup
```sh
sudo apt install libsigsegv2 m4 autoconf autotools-dev automake lynx-common lynx gengetopt xmltoman gperf

./bootstrap.sh
./configure
make
sudo make install
```