x74353 / KeyJerk-Reactions

An app to trigger macOS Sonoma video reactions using hot keys.
Other
19 stars 1 forks source link

Fails when screensharing #3

Closed EthanG45 closed 1 week ago

EthanG45 commented 1 month ago

macOS nests the reactions menu under a different header when you are screen sharing. This prevents KeyJerk from working.

the usual menu

image

when screen sharing

image

This can get even more complicated when multiple apps are requesting camera control because a tab bar is presented at the top.

image

x74353 commented 1 week ago

@EthanG45, thanks for reporting this issue. I've just uploaded a dmg for KeyJerk Reactions 2.0, which should hopefully fix this issue. Note that when multiple apps are accessing your Mac's camera, you won't have the ability to choose which app to apply the Reaction in. KeyJerk Reactions will typically apply the Reaction in first app in the "tab bar."

On some Macs, where an audio or video system extension is installed, such as ARK/ACE from Rouge Amoeba, KeyJerk Reactions may be unable to apply a Reaction due to the system extension being the first item in the "tab bar."

EthanG45 commented 1 week ago

@x74353 thank you so much! I just tested and can confirm it works. I notice the app is setup differently now in that there is no AppleScript version anymore. However since KeyJerk Reactions itself supports AppleScript, it sounds like we can automate this in other apps like Raycast. I'll have to look at making an extension that links the two. Thanks!