RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
346 stars 28 forks source link

README doesn't mention that admin is required for certain apps. #104

Closed Balint817 closed 1 month ago

Balint817 commented 3 months ago

Not really an "issue", but this was the easiest way to let you know. For games that run with elevated priviliges (Genshin, for example), input tracking will only work once you run it as administrator, and I believe that this should at least be mentioned as a possible fix in case somebody encounters this issue and doesn't know how to fix it.

RoanH commented 1 month ago

Thanks for the suggestion, that's true yeah, applications can only see key strokes to applications running with a lower or equivalent permission level (on Windows anyway). I'll add a note about that to the readme.

RoanH commented 1 month ago

Added a new note under the notes section in the readme now.