mac: only enable use mmove hook when a mouse button is actually pressed #974
Labels
help wanted
Extra attention is needed
MacOS
Affects and needs testing on MacOS
question
Further information is requested
The MMOVE tap/hook here causes Talon to waste CPU when the user moves their mouse without buttons pressed: https://github.com/knausj85/knausj_talon/blob/main/code/mouse.py#L387-L400
You can probably get away with leaving it unregistered by default, and only register it between the drag and release commands.
The text was updated successfully, but these errors were encountered: