Jonatan Borkowski
Jonatan Borkowski
Hi @jtroo I switch back from linux to macOS, and I can't live without `kanata` anymore. I've started implementing macOS support [here](https://github.com/jborkowski/kanata/tree/macos-support). I encountered weird behavior because some config works...
I diagnosed the issue. The strange behavior occurs during grabbing and then simulating unchanged keycode; I suppose the problem occurs in the `core-graphics` crate; To be precise: during grabbing a...
Hey @auspy, I've just tried reproducing your problem on my Mac, and I cannot. For me, everything works as expected. Here is my configuration: ```json [ { "context": "Editor &&...
Interesting, maybe macOS captures these shortcuts? I will try to reproduce this on a different MBP.
Hey @nightscape, I just found a solution for described strange behavior. I tested it on my macOS and it works. I committed a dirty solution draft; I will finish this...