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
When I "slowly" press alt+tab it works but not when quickly pressing alt+tab. I also tried tab = overloadi(tab, overloadt2(control, tab, 200), 150).
When I define alt-tab explicitly
[main]
tab = overload(control, tab)
leftalt = layer(lt_lalt)
[lt_lalt:A]
# define tab so there is no conflict with the tab overload
tab = macro(leftalt+tab)
it works again. IMO the overload should not trigger when another key is pressed first.
The text was updated successfully, but these errors were encountered:
Have you tried to use overloadt instead? It sets a timeout after which to trigger the overload. If you don't hold it for as long as the timeout it should behave as tab instead.
This config breaks
alt+tab
:When I "slowly" press
alt+tab
it works but not when quickly pressingalt+tab
. I also triedtab = overloadi(tab, overloadt2(control, tab, 200), 150)
.When I define alt-tab explicitly
it works again. IMO the overload should not trigger when another key is pressed first.
The text was updated successfully, but these errors were encountered: