KeyboordUsage
KeyboordUsage copied to clipboard
Add more stats
Unfortunately I'm not a C programmer so I can't be useful... Anyway having more stats could be very nice: total number of keypresses, average per day/month/week/whatever, speed (could be done?), keys distribution (most used, least used, ...).
Wondering if I could replicate this project with Java... Maybe not.
If you know java c# will be straight forward. You never get to be too old for a challenge :-)
Indeed. And I'd love to study it... But my three years old son probably won't allow. No time... No soon, at least.
Ottieni Outlook per Androidhttps://aka.ms/ghei36
From: Kasper B. Graversen [email protected] Sent: Sunday, April 28, 2019 5:48:00 PM To: kbilsted/KeyboordUsage Cc: Marco Bresciani; Author Subject: Re: [kbilsted/KeyboordUsage] Add more stats (#5)
If you know java c# will be straight forward. You never get to be too old for a challenge :-)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/kbilsted/KeyboordUsage/issues/5#issuecomment-487391006, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALOLH4ZL3T6JV4QWZ7AM5TLPSXBLBANCNFSM4HI5VXBA.
Not sure exactly what stats you are missing or how you want them presented. There are already some stats
An interesting set of statistics might be:
- total number of keys pressed;
- average keys pressed per day (or month or week);
- keys combinations distribution (like the current single keys usage distirbution on the left side panel, but for key combinations instead of single keys);
- speed (WPM: words per minute?), if feasible... the WPM definition counts a word each 5 keys (see https://en.wikipedia.org/wiki/Words_per_minute)
Thanks for the feed back. Im not sure what use those stats provide? Other than being fun to look at. Ie. Not sure they are worth implementing. At least not if i am to implement them;)
Well, actually they might be useful to track, for example, the most used key combinations in order to, for example, configure or program specific macros, so reducing the use of combinations, that are usually not so good for fingers and wrists.
Ottieni Outlook per Androidhttps://aka.ms/ghei36
From: Kasper B. Graversen [email protected] Sent: Monday, April 29, 2019 7:32:41 PM To: kbilsted/KeyboordUsage Cc: Marco Bresciani; Author Subject: Re: [kbilsted/KeyboordUsage] Add more stats (#5)
Thanks for the feed back. Im not sure what use those stats provide? Other than being fun to look at. Ie. Not sure they are worth implementing. At least not if i am to implement them;)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/kbilsted/KeyboordUsage/issues/5#issuecomment-487671924, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ALOLH4YP4R6ZINNGT333KWLPS4WLTANCNFSM4HI5VXBA.
Good ideas