lwouis
lwouis
Even though SR is storing state to remember modifiers state, i'm worried about side-stepping the fact that the OS sends a bogus event. Like what is actually happening on the...
I haven't gone around to add this snippet yet. For context, this issue only happen on other people computers, not mine. This means I have to make a local build...
I think you misunderstood my theory. I'm not saying that there is an issue with access to the `NSRunLoop` class. The loop is started correctly, and runs smoothly. The issue,...
Hey @Kentzo! Very sorry about my lack of feedback. I haven't been able to test this yet. Tickets have been pilling up like crazy over at AltTab, and I haven't...
I assumed you would not be open to include private APIs, as that would prevent users from using the framework for a MAS-friendly app. Or maybe there is a way...
Sorry I should have updated this ticket already. There are 2 topics i think here. ### keyboard input processing outside of the main thread Using the `CGEvent.createTap`, I was able...
The main carbon API is `InstallEventHandler`. It lets us listen to certain keyboard events. The ones we are interested in are: keyDown/keyUp, modifiersChanged, hotKeyPressed. It may seem like the easiest...
I didn't test clearly during development, as AltTab needs the permission anyway to operate, but I noted: > Using `GetEventDispatcherTarget` seems to not require the Accessibility permission, contrary to `GetEventMonitorTarget`...
Any news on this? I'm getting the same error today on a fresh setup. I don't know Groovy so I have no clue what IMG_SHORTCUTS_DEFAULT is, and what I could...
Hi @JonyEpsilon 👋 > This PR adds a feature to minimise other windows, both as an intentional action from the switching window, and as a configurable default action when completing...