outfoxxed/hy3

killactive on mouse hover

Opened this issue · 1 comments

Hey

Is it possible to killactive only on mouse hover like focustab? Something similar to:

bindn = , mouse_down, hy3:focustab, l, require_hovered
bindn = , mouse_up, hy3:focustab, r, require_hovered
bindn = , mouse:274, hy3:killactive, l, require_hovered

mouse:274 being the middle button for example

not currently