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 0f3a057fd4
fix: application blocks on start
2023-05-28 17:25:15 +09:00
.vscode feat: macos native module 2022-11-04 19:09:29 +09:00
skyhook fix: application blocks on start 2023-05-28 17:25:15 +09:00
test fix: revert test app 2023-05-09 17:19:44 +09:00
.gitignore chore: remove .vscode from gitignore 2022-11-01 20:28:55 +09:00
Cargo.lock feat: better permission check 2023-05-09 17:49:48 +09:00
Cargo.toml
LICENSE
README.md feat: basic linux x11 recorder 2023-05-09 14:24:10 +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