Rafael Kitover

Results 99 comments of Rafael Kitover

Thank you, I will try that!

By the way, I packaged this software for nix (and nixos), under the package name avell-unofficial-control-center.

So I finally got something working, this is the crappy initial version: https://github.com/rkitover/fnkeyd

If I were able to make a custom control or something like that with properly forwarded arrow key bindings, would you accept such a change?

I fixed them manually with `icacls`. I am not exactly sure who or what the cause was. According to that thread this fixes the issue: ```powershell $acl = Get-Acl $path...

Actually I just tried that and it does not work in my case. Here is the output of the script: ```console [*] ~\.ssh\config 'blotus\None' should not have access to '~\.ssh\config'.....

> Was this still the script output after fixing the files manually with icacls? No, I did this last time, now this happened again to this file. Someone or something...

I made a copy of the ACL for you test, restoring it reproduces the issue. This is the process I used to save/restore the ACL: ![save/restore ACL](https://i.imgur.com/SgLDMSZ.png) This is the...

Sounds good to me. In most cases these ACLs would look about the same anyway (based on the user) right?

@2Torr This is very interesting, thank you. I do use MSYS2 and Cygwin occasionally, but the default mounts are `noacl` and I never changed them to `acl` mounts, and I...