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 cdca6f026c
feat: is_running for linux
2023-05-28 13:34:26 +09:00
.vscode feat: macos native module 2022-11-04 19:09:29 +09:00
skyhook feat: is_running for linux 2023-05-28 13:34:26 +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 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 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