ris58h / Touch-Tab

Switch apps with trackpad on macOS.
174 stars 3 forks source link

Speed scrolling #15

Open WardDeveltere opened 1 year ago

WardDeveltere commented 1 year ago

Would it be possible to add a setting that allows you to adjust the speed at which you can scroll through the apps? It feels quite slow to me

ris58h commented 1 year ago

As a workaround you can use 2-finger swipe to scroll apps when App Switcher UI is shown. It's faster than Touch-Tab's 3-finger swipe.

WardDeveltere commented 1 year ago

That works indeed. Thanks!

thehafenator commented 1 year ago

I was wondering if there might be a way to increase the sensitivity of the app for the three-finger gesture. The menu popup of the application switcher feels a bit sluggish. If possible, I think finding a way to reduce or get rid of that delay could be great!

ris58h commented 1 year ago

@thehafenator yes, there is a delay to prevent switching multiple apps in one quick slide. May be it could be reduced. I'm going to investigate it.

ris58h commented 1 year ago

@thehafenator I've reduced the UI delay in 1.3.1

thehafenator commented 1 year ago

Thank you for taking a look into this. I appreciate it! It look like the app is now not working with accessibility settings.

On Sun, Jun 4, 2023 at 10:15 AM Ilya Rodionov @.***> wrote:

@thehafenator https://github.com/thehafenator I've reduced the UI delay in 1.3.1 https://github.com/ris58h/Touch-Tab/releases/tag/v1.3.1

— Reply to this email directly, view it on GitHub https://github.com/ris58h/Touch-Tab/issues/15#issuecomment-1575627250, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVJJOC5A56Z6CARPY7INP3XJSYDLANCNFSM6AAAAAAWKKFBHA . You are receiving this because you were mentioned.Message ID: @.***>

ris58h commented 1 year ago

@thehafenator you have to remove it from accessibility settings first then open the app and add it again.

thehafenator commented 1 year ago

Wow, this fixed it really well! Thank you so much!

On Mon, Jun 5, 2023 at 1:47 PM Ilya Rodionov @.***> wrote:

@thehafenator https://github.com/thehafenator you have to remove it from accessibility settings first then open the app and add it again.

— Reply to this email directly, view it on GitHub https://github.com/ris58h/Touch-Tab/issues/15#issuecomment-1577377203, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVJJOFPC4XHULCBS4SZFA3XJYZVNANCNFSM6AAAAAAWKKFBHA . You are receiving this because you were mentioned.Message ID: @.***>

ris58h commented 1 year ago

@thehafenator just to be clear: the latest version is 1.3.3. It has important fixes.

WardDeveltere commented 1 year ago

This does not work for me. I removed the app, installed it again, and turned accessibility on but still says it has no accessibility access (version 1.3.3)

ris58h commented 1 year ago

@WardDeveltere you should remove Touch-Tab from accessibility settings first then run Touch-Tab and add it again. Actually it's a permission for an older Touch-Tab version but MacOS doesn't indicate that which is confusing.

WardDeveltere commented 1 year ago

I don't see an option to remove it from accessibility? When I remove the app it does disappear from the list and appears again automatically when I re-intall the app. I'm on Ventura 13.4

ris58h commented 1 year ago

You should click minus button to revoke accessibility access for the selected app.

Screenshot 2023-06-07 at 11 52 55
WardDeveltere commented 1 year ago

Aah didn't see that one. Now it works indeed, thanks!

khesed commented 10 months ago

As a workaround you can use 2-finger swipe to scroll apps when App Switcher UI is shown. It's faster than Touch-Tab's 3-finger swipe.

Could you increase Touch-Tab's speed to match the App Switcher's speed? Or have an option for such?

This could be done by increasing the acceleration by a factor, e.g.: accVelX += 3 * velX!

ris58h commented 10 months ago

Could you increase Touch-Tab's speed to match the App Switcher's speed?

Do you mean the speed of 2-finger scrolling? It's too fast to my taste.

khesed commented 10 months ago

Do you mean the speed of 2-finger scrolling? It's too fast to my taste.

Yes. I find the speed of the 2-finger scrolling perfect. It doesn’t need to be the default, but making it an option would be much appreciated.