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

https://github.com/tonimatasdev/key-changer

Program to remap keys, making one key press act as another.
https://github.com/tonimatasdev/key-changer

Last synced: 11 months ago
JSON representation

Program to remap keys, making one key press act as another.

Awesome Lists containing this project

README

          

# Key-Changer
This program allows you to remap keys, enabling you to assign different functions to your keyboard key.

## Windows compile
````shell
go build -ldflags "-H=windowsgui"
````