Ian Ynda-Hummel

Results 197 comments of Ian Ynda-Hummel
trafficstars

Actually, I haven't tried WhatsApp, now that I think about it.

I don't think it's a resources thing. I think they just might not be responding well to the accessibility APIs.

That would be a very complicated UI to implement. I did implement some command-line tools for inspecting windows and applications that might be helpful here, though. It was done in...

You can specify regular expressions.

You can use the floating layout on a screen to effectively disable it on that screen.

No, but it wouldn't be that hard to add. Just take something like `false` as meaning to unset a shortcut. Would be a good starter issue.

Have you quit the app as well?

Can you check to see if there's some process still running somewhere? ``` ps aux | grep -i amethyst ```

You can also see if there's something in launchd that's causing it to just keep getting restarted or something. ``` launchctl list | grep -i amethyst ```

Try ``` launchctl remove application.com.amethyst.Amethyst.4333004.4333014 ``` and then see if the process is still there.