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
For some reason on the machine I develop on, sending keystrokes and key combos has gotten ridiculously laggy. I spent some time this morning looking into switching from Apple Events to CGEvents, which definitely work faster. Making the transition seamless will take a fair amount of coding, though, so I'm curious if everyone else is seeing this lag, or if it's just me?
Side note, the b70 release now lets you include typed strings inside of key combo lines by double quoting, e.g. {@n "type this out" @$d}. Now if only it didn't take 30+ seconds to send those strings out...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For some reason on the machine I develop on, sending keystrokes and key combos has gotten ridiculously laggy. I spent some time this morning looking into switching from Apple Events to CGEvents, which definitely work faster. Making the transition seamless will take a fair amount of coding, though, so I'm curious if everyone else is seeing this lag, or if it's just me?
Side note, the b70 release now lets you include typed strings inside of key combo lines by double quoting, e.g.
{@n "type this out" @$d}
. Now if only it didn't take 30+ seconds to send those strings out...Beta Was this translation helpful? Give feedback.
All reactions