You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found your project because I was looking for a way to open AppSwitcher programmatically.
It seems like CoreDockSendNotification("com.apple.appswitcher.awake" as CFString, nil) doesn't work anymore. I use macOS Monterey Version 12.04 and I haven't tried other versions.
I've tried to check what notifications are available running cat /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock in Terminal (strings command doesn't show all strings, I don't know why). There are some notification names in the output (com.apple.expose.front.awake, com.apple.showdesktop.awake, com.apple.workspaces.awake and others) but no com.apple.appswitcher.awake.
Does Application Switcher action work for you? If so, what version of macOS do you use?
The text was updated successfully, but these errors were encountered:
I've found your project because I was looking for a way to open AppSwitcher programmatically.
It seems like
CoreDockSendNotification("com.apple.appswitcher.awake" as CFString, nil)
doesn't work anymore. I use macOS Monterey Version 12.04 and I haven't tried other versions.I've tried to check what notifications are available running
cat /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
in Terminal (strings
command doesn't show all strings, I don't know why). There are some notification names in the output (com.apple.expose.front.awake
,com.apple.showdesktop.awake
,com.apple.workspaces.awake
and others) but nocom.apple.appswitcher.awake
.Does
Application Switcher
action work for you? If so, what version of macOS do you use?The text was updated successfully, but these errors were encountered: