You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** ERROR: .../leftium/.hammerspoon/Spoons/VolumeScroll.spoon/init.lua:64: attempt to index a nil value (local 'self')
Starting this way works: spoon.VolumeScroll.start({ "cmd", "alt"}) But now on mouse scroll:
ERROR: LuaSkin: hs.eventtap callback error: .../leftium/.hammerspoon/Spoons/VolumeScroll.spoon/init.lua:49: attempt to call a nil value (method 'sameMods')
So I removed all the checks for modifiers to see how the volume control part works...
The volume control works for a while, but the event tap eventually just stops getting events.
Also the volume control felt "mushy." I think 1% volume steps feel too small?
The VolumeScroll spoon has several problems:
spoon.VolumeScroll.start()*** ERROR: .../leftium/.hammerspoon/Spoons/VolumeScroll.spoon/init.lua:64: attempt to index a nil value (local 'self')spoon.VolumeScroll.start({ "cmd", "alt"})But now on mouse scroll:ERROR: LuaSkin: hs.eventtap callback error: .../leftium/.hammerspoon/Spoons/VolumeScroll.spoon/init.lua:49: attempt to call a nil value (method 'sameMods')Detailed steps:
Environment: