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

Triggering Mission Control #126

Closed
thisiskun opened this issue Aug 9, 2022 · 3 comments
Closed

Triggering Mission Control #126

thisiskun opened this issue Aug 9, 2022 · 3 comments
Labels

Comments

@thisiskun
Copy link

thisiskun commented Aug 9, 2022

Describe the bug
gesture can not trigger mission control

Steps To Reproduce
set a gesture UR map to control + up shortcut

Expected behaviour
can see the gesture note but not trigger mission contorl

Screenshots
image

  • Version 3.1.0
@thisiskun thisiskun added the bug label Aug 9, 2022
@thisiskun thisiskun changed the title guesture can not trigger mission control gesture can not trigger mission control Aug 9, 2022
@jdpreston30
Copy link

yup, having same issue. used this as one of my main shortcuts on previous versions and no longer seems to be working

@username0x0a username0x0a changed the title gesture can not trigger mission control Triggering Mission Control Oct 7, 2022
@username0x0a
Copy link
Member

username0x0a commented Oct 8, 2022

I have no idea this ever even worked 🤔 but I found a nice workaround using the AppleScript integration – by adding (AppleScript tab) and binding (Gestures tab → + Add AppleScript rule) this script:

tell application "System Events"
	key code 160 -- Show Mission Control (F3 press)
end tell

Screenshot 2022-10-08 at 02 06 25

you can trigger showing and dismissing Mission Control no probs. 👌 It'll probably ask for a permission for the first time, but hopefully this is going to be a stable path to use.

I'll probably add this script to the loadable examples list as well.

@username0x0a username0x0a pinned this issue Oct 8, 2022
@Jopp-gh
Copy link

Jopp-gh commented Jul 9, 2023

I have no idea this ever even worked 🤔 but I found a nice workaround using the AppleScript integration – by adding (AppleScript tab) and binding (Gestures tab → + Add AppleScript rule) this script:

Avoid "system events", just call "mission control" directly.

 tell application "Mission Control" to launch

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

No branches or pull requests

4 participants