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
- Host: GitHub
- URL: https://github.com/a-sync/keyfuzz
- Owner: a-sync
- License: gpl-2.0
- Created: 2016-11-19T19:51:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T21:24:37.000Z (over 4 years ago)
- Last Synced: 2025-02-01T10:12:29.850Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```