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

Application Switcher doesn't work. #47

Open
rogeorgie opened this issue Nov 6, 2022 · 3 comments
Open

Application Switcher doesn't work. #47

rogeorgie opened this issue Nov 6, 2022 · 3 comments

Comments

@rogeorgie
Copy link

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
Copy link
Collaborator

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 #12

@rogeorgie
Copy link
Author

rogeorgie commented Nov 7, 2022

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
Copy link
Collaborator

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

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