Åsmund Vikane
Åsmund Vikane
This is possible, yes. I don't remember if skhd will intercept keypresses that it synthesizes using `skhd -k ".."`. If so this will require some thought to implement properly without...
This did not turn out the way I imagined and will be removed again in the future, or some kind of logic needs to be added to prevent notification spam.
This is reasonable, yes. I may have plans to revise both the syntax and a large part of the internal structure, so I don't think it would be beneficial for...
Is the intention for this to be some kind of "cheat-sheet" to quickly look up configured binds and what they do?
The idea is interesting, but how would it interact with commands that include `{` as a part of the command, or commands that are chained through `&&`, `||` or `;`
I suppose that seems reasonable. Not sure when I would feel like working on something like this, so I suppose a PR would be the most appropriate if you would...
The code that detects a keypress is pretty much entirely separate. We use something called an *event tap* in macOS to listen for key-down events, see this function: https://github.com/koekeishiya/skhd/blob/master/src/skhd.c#L147 During...
> To help understand this + control flow entry better, what function does the OS call when someone pushes/releases a key? The OS calls the function I referenced in my...
Accurate timing information for profiling performance. The CoreAudio framework is the most accurate API that macOS has to offer if I remember correctly. Sent with GitHawk
I don't mean to be rude.. but this is an issue with your understanding of what's going on. The error message indicates that upon launch, it was unable to lock...