ViRb3

Results 61 issues of ViRb3

Implements #874, merged with upstream, includes fixes and improvements.

Whenever unlocking from lockscreen, the Windows key would get permanently toggled until you manually press and release it so it untoggles. This results in SylphyHornEx actions triggering without having to...

bug

Fix silent exception that occurs every time you open the UI. Gets logged in `App log`: ``` System.ArgumentException: Empty path name is not legal. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess...

bug

Like macOS ``Alt + ` ``

enhancement

The keybind preview should be in line with the heading: ![image](https://user-images.githubusercontent.com/2650170/82258689-f4bb9400-9962-11ea-901a-d14d38de0147.png) Just like the other cases: ![image](https://user-images.githubusercontent.com/2650170/82261754-47e41580-9968-11ea-8948-625a5931190c.png)

enhancement

Would be nice to have accurate screenshots, explaining the new features as well.

documentation

From https://www.addictivetips.com/windows-tips/rearrange-virtual-desktops-on-windows-10/: > Its wallpaper controls aren’t very good though. They tend to ‘fit’ the wallpaper and there’s no option to change it to ‘fill’ or ‘center’. I don't personally...

enhancement

Basically https://github.com/ClusterM/AlwaysOnTopper

enhancement

I have a private project that uses go.rice. It works flawlessly on Windows, but on Linux, it fails with: ``` panic: could not locate box "assets" ``` It is compiled...

Previously, getting decryption failure would be ignored and return code 0 (success) even though it is not: ``` mremap_encrypted: Operation not permitted ``` This PR checks for the return code...