No description
  • Rust 88.6%
  • Swift 11.4%
Find a file
2023-05-28 19:04:22 +09:00
.vscode feat: macos native module 2022-11-04 19:09:29 +09:00
skyhook fix: recorder not reset 2023-05-28 19:04:22 +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

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