Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overload breaks Alt-Tab #895

Open
laktak opened this issue Dec 22, 2024 · 1 comment
Open

Overload breaks Alt-Tab #895

laktak opened this issue Dec 22, 2024 · 1 comment

Comments

@laktak
Copy link

laktak commented Dec 22, 2024

This config breaks alt+tab:

[main]
tab = overload(control, tab)

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.

@argenkiwi
Copy link

argenkiwi commented Dec 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants