krackers
krackers
It seems to work for me with cgeventtap on nx_sys events. For reference, monitorControl also does the same thing so it should definitely work. I modified nativebrightness to support this,...
Note that even if the above is fixed (either by ranking smart-case and case-sensitive the same or by changing the reader to permit ranks that differ by case only), I...
@krobelus Hm what if we modify b38a23a by doing something like ``` // Ensure that all surviving completions replace their token, so we can handle them uniformly. for (completion_t &c...
I think Google uses Omaha for updates now. I've tried searching all over for ways to disable auto-updates, and the only one that has worked is to `chmod 000` `~/Library/Google`...
Actually seems like any modifications made to hostap conf are somehow undone in a few hours even without a reboot. Looks like something is restoring the original hostap config, and...
I think it's because sending `loadfile` discards all external files. You can try updating `function reload` to the following so it loads it. The 0.5 wait is a bit of...
Also note that newer mpv has dedicated `video-reload` and `audio-reload` commands, and I believe these will also preserve position. But I think `loadfile` might still be better for network streaming...
You don't add it, you replace the `reload` function in the script with the snippet I shared.
Correct. If for some reason you have multiple external subtitle tracks, it should not be too hard to support that as well. You just need to change the inner loop...
>The buttons are not even detected by Mac Mouse Fix Assuming universal control is implemented in a manner similar to osx's vnc, iirc the remote mouse events don't go through...