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

Holding down cmd+tab switches waaaay too fast. #1473

Closed
rasben opened this issue Apr 7, 2022 · 4 comments
Closed

Holding down cmd+tab switches waaaay too fast. #1473

rasben opened this issue Apr 7, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@rasben
Copy link

rasben commented Apr 7, 2022

Relying on "delay until repeat" / "key-repeat" is pretty frustrating.

I like to have my settings like this, but it causes a big issue with alt-tab.

Screenshot 2022-04-07 at 23 27 55

It's super easy to hold down cmd + tab a second too long, and the switching just goes bananas.

Is there any way we can either:

  • Disable auto-scroll on holding down - only triggering a switch on new click of tab?
  • Set some kind of delay between switches?
@rasben rasben added the bug Something isn't working label Apr 7, 2022
@lwouis
Copy link
Owner

lwouis commented Apr 8, 2022

You set repeat to the max, and alt tab respects that and repeats quickly. Then you say it's too quick. Something confuses me here. Why not reduce the repeat speed then?

Maybe you're trying to say that alt-tab is faster than other apps like TextEdit if you hold a key there?

@rasben
Copy link
Author

rasben commented Apr 8, 2022

I know it's a weird issue :)

I've always had this setting, but back when I used hyperswitch, this was never an issue

@lwouis
Copy link
Owner

lwouis commented Apr 8, 2022

Probably because HS does not respect the user's preference there. It's actually a refinement i added at some point to pay attention to that preference and repeat accordingly. It was previously a hardcoded timing.

AltTab uses standard macOS preferences. This means you can customize them per-app. The standard system is pretty well designed. You could set the repeat speed and delay only in AltTab, to a slower speed. See how to do that here: #719 (comment)

@lwouis lwouis closed this as completed Apr 8, 2022
@rasben
Copy link
Author

rasben commented Apr 8, 2022

Frigging awesome - Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants