A native utility to manage Gnome Control Center custom-keyboard-bindings.
This project is a redesign/port of ckb, which provides similar functionality using Bash.
It has sprung into life to:
- Evaluate ChatGPT-4o.
- Learn some 'state of the art' C tooling.
- Fill in some gaps in my knowledge with respect to: building, testing, packaging and distributing native applications on Ubuntu.
./install.sh
Builds the program from source and installs it, along with its man
pages.
The executable is installed to /usr/local/bin/gckb
The man page file is installed to /man/man1/gckb.1
You will be prompted to install any missing dependencies.
Read the help pages using:
man gckb
./uninstall.sh
Please read the guide to get involved.
Please read our code of conduct.
See the UNLICENSE.
Author: Chris Denman
GitHub: @chrisdenman