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.
- Host: GitHub
- URL: https://github.com/tonimatasdev/key-changer
- Owner: TonimatasDEV
- License: mit
- Created: 2025-02-09T23:08:57.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-26T01:41:34.000Z (about 1 year ago)
- Last Synced: 2025-06-17T08:45:52.460Z (about 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
````