u/BoringBottle7904

help with lua migration

guys, how do i convert this hyprlang dispatcher to the new lua one;

bind = alt, tab, changegroupactive
bind = alt+shift, tab, changegroupactive, b

this is what I've tried but it doesn't appear to be working (switching between window in a group)

hl.bind("ALT + tab", hl.dsp.group.next)
hl.bind("ALT + SHIFT + tab",hl.dsp.group.prev)

also natural scroll seems to be broken for me in 0.55

reddit.com
u/BoringBottle7904 — 2 days ago