Find out what actions are used the most to maximize productivity?

This isn't necessarily a script (I think), but I'm curious if anyone tried to optimize their productivity by getting some kind of heatmap that logs the most used actions.

For the longest time, I've avoided using custom hotkeys/macroscripts for UnwrapUV but now that I've tried it, I'm beating myself up for not trying it out sooner!

I've tried using my keyboard software's heatmap feature but I didn't seem to get much use out of it.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Swordslayer's picture

 

Yeah, simple key heatmap isn't of much use as you'd need to only capture software specific key-combinations. You can make a startup script that initializes a #string dictionary and adds a #actionItemHotKeyPostExecute callback to capture and add to the dictionary all the actions, incrementing counter value of the dictionary key if it exists/adding key with a value of one if not.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.