This repository has been archived on 2023-07-22. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
paring b3a6339e1a
fix: make macros internal
2022-11-03 18:54:24 +09:00
.vscode chore: set tab width 2022-11-01 16:50:05 +09:00
skyhook fix: make macros internal 2022-11-03 18:54:24 +09:00
test feat: auto quit test after 5 seconds 2022-11-02 20:57:33 +09:00
.gitignore chore: remove .vscode from gitignore 2022-11-01 20:28:55 +09:00
Cargo.lock fix: fix cargo.toml for publish 2022-11-03 18:47:05 +09:00
Cargo.toml chore: rename package 2022-11-01 16:37:02 +09:00
LICENSE chore: add license 2022-11-01 17:31:51 +09:00
README.md chore: add credits to readme 2022-11-03 16:19:23 +09:00

README.md

SkyHook

Very simple Keyboard & Mouse hook, meant for rhythm games.

Troubleshooting

Hook does not work on Linux

You should add input role for the user.

sudo usermod -aG input $USER

and re-login

Credits