aboutsummaryrefslogtreecommitdiff
path: root/tests/test-mousetrap-mode--bind-events.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(mousetrap): extract per-category event-binding loopCraig Jennings5 days1-0/+41
mouse-trap--build-keymap-1 nested its event-binding cond/dolists five deep. Extract mouse-trap--bind-events-to-ignore (spec prefixes map); build-keymap-1 now just walks the categories and delegates the binding. Adds coverage for the wheel and click-event paths.