JitouchApp / Jitouch

A multi-touch extension for MacBook, Magic Mouse, and Magic Trackpad
GNU General Public License v3.0
391 stars 28 forks source link

Application Switcher doesn't work. #47

Open rogeorgie opened 1 year ago

rogeorgie commented 1 year ago

It seems like it just doesn't for some reason? At least for me. It doesn't bring up cmd+tab window or switches between applications.

Not really a big issue, the app runs great otherwise. Thank you very much Mr. Kollasch :)

aaronkollasch commented 1 year ago

Hey @rogeorgie, This line is supposed to open the app switcher: https://github.com/aaronkollasch/jitouch/blob/96d199b110cf0919bc6363c5b37bce2b5f2fc63a/jitouch/Jitouch/Gesture.m#L842

However, the System's Dock.app no longer responds to com.apple.appswitcher.awake.

It's possible we could try sending a cmd+tab to open the switcher, but that would be less consistent if people have different shortcuts bound. Also, the cmd key would probably need to be held down until you wanted to exit the app switcher - it's hard to know how long that should be, and it could lead to unexpected keyboard shortcuts being pressed.

So I'm not sure what the best fix would be.

See also https://github.com/JitouchApp/Jitouch/issues/12

rogeorgie commented 1 year ago

Thank you for your reply.
I wish I knew more about coding to contribute to this issue. Meanwhile I'm gonna test this as a temporarily workaround (from the user you mentioned).

aaronkollasch commented 1 year ago

Sounds good. Looks like they took the key simulation approach.