Commit graph

1 commit

Author SHA1 Message Date
iamcheyan
856da84f08 cursor: add scroll wheel support for window cycle
When cycle mode is active (Alt+Tab held), scrolling the mouse wheel
cycles through windows. Scroll down advances to the next window,
scroll up goes to the previous window.

This uses the same LAB_CYCLE_DIR_FORWARD/BACKWARD constants as the
keyboard handler, ensuring consistent navigation behavior.

No configuration needed - always active during cycle mode.
2026-06-13 08:25:22 +09:00