Sean Mackesey
Sean Mackesey
Thanks @asmagill. I had that thought about the interval myself and experimented with changing it. Hard to say if there was any difference, but it certainly wasn't appreciable. Yabai still...
@snipem Curious to see whether the good performance holds up for you consistently. If you look at the opening post in this thread, you can see that I was already...
Much credit to the developers for building/maintaining such a great tool, but now I'm worried for it's future-- I've seen Hammerspoon is not being updated of late, and this issue...
@cmsj thanks for responding-- `hs.eventtap`. FWIW I can't be sure but it also seems like the lag gets worse over time the longer HS is running.
Alright I did some investigation and learned some useful information. Here is the code of interest: ```lua self.characterKeyTap = hs.eventtap.new({hs.eventtap.event.types['keyDown']}, function (event) self.log:debug('characterKeyTap start') self.flagSwitch = false local rawChar =...
>Is your debug code just been written to the Console, or are you also writing it to disk using some other method? Just to the console (I'm 90% sure...-- set...
>If you just trigger print in a loop does the loop eventually get slower? Yes-- I just put this at the start of my HS config and restarted HS: ```lua...
@cmsj Interesting-- just to confirm, you're running HS Version 0.9.97 (6267) on macOS Ventura 13.0?
Not sure if this would make a difference, but I'm on a Mac Studio M1.
Would be useful for some others to try to repro the problem and see if they get @cmsj results or mine-- all you have to do is paste the code...