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
{{ message }}
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.
Would appreciate if you ran ./src/test.ts. Is it still only META, ALT, CTRL and SHIFT coming through?
Can you try it again on a fresh login (just making sure you are at the head of the Tap
This will be an issue with the swift code at this point
//Create the event tap using [CGEvent.tapCreate](https://developer.apple.com/documentation/coregraphics/cgevent/1454426-tapcreate)
guardlet eventTap =CGEvent.tapCreate(tap:.cgSessionEventTap,
place:.headInsertEventTap,
options:.defaultTap,
eventsOfInterest:CGEventMask(eventMask),
callback: myCGEventTapCallback,
userInfo:nil)else{logErr("Failed to create event tap. This may be because the application this is embedded within hasn't received permission. Please go to System Preferences > Security > Accesibility to add this application to the trusted applications.")exit(1)}
Unfortunately I don't have Monterey (still on Mojave) so can't test it on a later OS (No way that I am aware of)
Testing this with macOS Monterey via the Terminal.
Meta key events fire (META, ALT, CTRL and SHIFT), but no other keys fire the event.
Terminal.app was added to accessibility in Security and Privacy for this test.
The text was updated successfully, but these errors were encountered: