Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mouse/pad inputs from counters #17

Closed
henricazottes opened this issue Jan 17, 2019 · 2 comments
Closed

Remove mouse/pad inputs from counters #17

henricazottes opened this issue Jan 17, 2019 · 2 comments
Assignees
Labels

Comments

@henricazottes
Copy link

Hi, awesome work!

I wanted a soft to check how many keys I press during a day as a developer. KPS is exactly what I needed ;)

When tracking all keys, it seems to also track clicks, would it be possible to exclude mouse events from counters? or maybe add a specific counter for that with number of click, distance scrolled, distance moved, etc...

@RoanH
Copy link
Owner

RoanH commented Jan 18, 2019

Hey,

Glad to hear that the program is useful to you.
You're right that tracking all mouse clicks and key presses while the setting is called "Track all keys" is a bit counter intuitive. That is definitely something I overlooked when adding support for mouse buttons.

For version 8.2 I am going to split the option into two separate options, one to track the mouse button presses and one to track the key presses.

More specific and customizable counters are also items on my long term todo list.
I did also start working on other mouse statistics, though I intended to release that as a separate program sometime in the future. Since it feels a bit out of scope for this program.

I'm currently a bit busy, but I should be able to complete this release within 1-3 weeks.

@RoanH RoanH self-assigned this Jan 18, 2019
@RoanH RoanH added the bug label Jan 18, 2019
RoanH added a commit that referenced this issue Jan 26, 2019
fix issue #142 (gitlab)
fix issue #17 (github)
RoanH added a commit that referenced this issue Jan 29, 2019
Separate track all keys and track all mouse buttons

Closes #142 and #17

See merge request roan/KeyPerSecond!9
@RoanH
Copy link
Owner

RoanH commented Jan 29, 2019

This should be fixed/implemented now, though I'll only publish the release after I'm also done with your other issue. Starting today I got my free time back though so it shouldn't take too long 😅 .

@RoanH RoanH closed this as completed Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants