-
Notifications
You must be signed in to change notification settings - Fork 13
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
Heatmap itself is not representative #32
Comments
My top ten certainly differs from yours since I'm russian and do not
program anything, the most frequently used keys are Space, J and T
[image: image.png]
пт, 12 апр. 2024 г. в 17:07, Erki Suurjaak ***@***.***>:
… I suppose the color grading options could also be exposed in configuration
file, so that they can at least be overridden by the user. For example, the
current default heatmap settings are: blue from 25%, green from 55%, yellow
from 85% and red from 100% (percentage being the ratio of a key count
compared to the most frequent key count).
However, that would not really solve the problem, as one would need to
start tailoring the settings to fit the data, but the data changes..
Maybe a solution would be to constrain the topmost one or two keys if they
are way more frequent than the rest, then they would not skew the results
so much..
Out of curiosity, what are the top 10 keys from your view? From some
bigger data in my own logs, spacebar is 7th and the topmost is Left Ctrl:
image.png (view on web)
<https://github.com/suurjaak/InputScope/assets/719382/82cce247-e9b4-4d12-a7b3-f99bb6fd4c79>
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A44HBPTZYJSK2KEKEENA2ODY47TA3AVCNFSM6AAAAABGCX47NKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRHAZTCNZWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Btw, looks like the image attachment did not come through. |
Very cool!
See näeb välja täpselt nii, nagu peaks, minu arvates
сб, 13 апр. 2024 г. в 19:41, Erki Suurjaak ***@***.***>:
… FYI, I'm currently experimenting with using a log scale for the keyboard
heatmap, so that superfrequent keys do not fade out lesser keys so strongly.
The result is looking much better for me. And, rather different as well,
e.g. before:
image.png (view on web)
<https://github.com/suurjaak/InputScope/assets/719382/f5369d27-f652-45fa-8d13-4bc510b8e01c>
vs after:
image.png (view on web)
<https://github.com/suurjaak/InputScope/assets/719382/d414ae9c-09aa-49a1-b0ee-18c4bf8d5ccf>
I will tinker with this a bit and make a new release, in the not too far
future.
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A44HBPXYRSPGGDSHENYODL3Y5FN2LAVCNFSM6AAAAABGCX47NKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJTGY4TOMRTGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The new v1.11 release should show the keyboard heatmap in better highlighting. Also, if you like, you can now override the heatmap colours. By specifying a custom gradient for heatmap display options in configuration file: HeatmapDisplayOptions = {"keyboard": {"gradient": {0.25: "blue", 0.55: "green", 0.85: "yellow", 1.0: "red"}}} The numbers in gradient stand for percentage of total events; so in the default colouring above it starts from blue and ranges through green and yellow towards red. The colour can be any standard web colour, including colour codes like The heatmap display options can be applied to specific inputs like |
Amazing, thank you :)
ср, 17 апр. 2024 г. в 20:35, Erki Suurjaak ***@***.***>:
… The new v1.11 release should show the keyboard heatmap in better
highlighting.
Also, if you like, you can now override the heatmap colours. By specifying
a custom gradient for heatmap display options in configuration file:
HeatmapDisplayOptions = {"keyboard": {"gradient": {0.25: "blue", 0.55: "green", 0.85: "yellow", 1.0: "red"}}}
The numbers in gradient stand for percentage of total events; so in the
default colouring above it starts from blue and ranges through green and
yellow towards red. The colour can be any standard web colour, including
colour codes like "#FF0000" or "rgb(255, 0, 0)".
The heatmap display options can be applied to specific inputs like
"keyboard" or "mouse", more specific event types like "combos" or "clicks",
or to all heatmaps if given without nesting.
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A44HBPUEZCXOPZMDVX24RODY52XGBAVCNFSM6AAAAABGCX47NKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRRHA2DMNZYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
It woould be cool if the color grading could be set up differently because for now my scheme makes no sense with overused Spacebar and almost white "Q" with 4000+ presses
The text was updated successfully, but these errors were encountered: