I am sorry if this has been solved before, but I have been suffering an issue that I explain below for a long time and I have not been able to found the solution yet...
I am very grateful to the ckb-next project, and I have been using it (ckb and later ckb-next) since long time. It was working like a charm until for quite some time I have the following problem:
Normally I have the option and menu exchanged in the ckb profile to have the natural order as in an original mac (ctrl-opt-cmd).
This works perfectly but when I suspend my mac, and return the next day, when I wake up the mac from sleep mode, the keys suddenly return to the original state (alt is cmd and windows is option) and the only way I have to solve it is a script that I made to stop and reload the driver:
#!/ bin / sh
sudo launchctl unload -w /Library/LaunchDaemons/org.ckb-next.daemon.plist
sudo launchctl load -w /Library/LaunchDaemons/org.ckb-next.daemon.plist
It's a bit annoying to have to do it every time I get back from sleep mode. Does anyone know why this happens and what is the solution?
FYI: I am currently using Mojave 10.14.4 (but it did not work on any version of Mojave and if I remember correctly, in the previous version of OSX either), apart from always using the latest version of git and I compile myself to check if it was solved.
Thanks in advance!
Tomas