Results 441 comments of lwouis

@ADTC please read the discussions in this thread. These topics have been addressed multiple times. > It's not really necessary for capturing titles, right? It is. That's why we say...

@raayu83 I think they may be getting the titles from another API than us. We use the accessibility APIs. It's better for us for [these reasons](https://github.com/lwouis/alt-tab-macos/issues/447#issuecomment-1112220163). I think they may...

I looked into this more today. 2 issues make it impossible at the moment: * I don't know of a way to detect that the user is in Show Desktop...

Hi @ris58h, Thank you for sharing your work! I've [made a PR from your branch](https://github.com/lwouis/alt-tab-macos/pull/2355), so that I can add inline comments to discuss it with you. Could you please...

@mrc247-DE I'll ship this fix today in a release 👍

I tried both fixes above (both are from @decodism) and it seems to fix the issue. My test use-case was to switch my `Input Source` to Spanish, and set a...

The root cause of the bug seems to lie in how: `newTranslationToKeyCode` (which is copied into `_translationToKeyCode`) is initiated. Here is the diff (left is with the fix in the...

@Kentzo sorry about the delay! Here are the relevant logs: ``` default 22:14:57.737118-0700 AltTab keyboardHandler1: true, 12, 0 default 22:14:57.737234-0700 AltTab keyboardHandler2: 0, 0 default 22:14:57.737330-0700 AltTab #Error Unexpected key...

My current understanding was that it's macOS which is strangely generating buggy events (with a `keyCode` value of `0` which is outside the value listed in macOS SDK/docs). You're now...