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
I changed the double press delay to 0, but the tab related commands appear quite a bit slower than the built-in keyboard shortcuts on my machine. For example, command-T opens a new tab instantly, while t opens a new tab after ~500ms. In contrast, h/j/d/u are instantaneous through vifari. Is this a known limitation or is there a way to get t to open a tab as fast as command-T?
The text was updated successfully, but these errors were encountered:
hs.eventtap.keyStroke(modifiers, character[, delay, application])
delay - An optional delay (in microseconds) between key down and up event. Defaults to 200000 (i.e. 200ms)
I changed the double press delay to 0, but the tab related commands appear quite a bit slower than the built-in keyboard shortcuts on my machine. For example, command-T opens a new tab instantly, while t opens a new tab after ~500ms. In contrast, h/j/d/u are instantaneous through vifari. Is this a known limitation or is there a way to get t to open a tab as fast as command-T?
The text was updated successfully, but these errors were encountered: