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 a9673837a0
chore: use expect instead of unwrap
2022-11-02 21:10:11 +09:00
.vscode chore: set tab width 2022-11-01 16:50:05 +09:00
skyhook chore: use expect instead of unwrap 2022-11-02 21:10:11 +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 chore: upgrade winsafe 2022-11-02 20:55:48 +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 fix: readme 2022-11-02 19:41: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