Releases: lesderid/keynavish
Releases · lesderid/keynavish
v1.7.0
v1.6.0
Load config from executable directory instead of working directory Fixes #13
v1.5.0
Read keynavrc from working directory Note that this is technically non-standard behaviour (i.e. differs from the original keynav).
v1.4.1
Properly swap mouse button 2 and 3 The previous commit (fa83b90c103f906370a9bd9a9dcfe7c5be00ad30) mistakenly only swapped the buttons for `doubleclick`.
v1.4.0
Swap `click 2` and `click 3` This makes the mouse buttons match the original keynav.
v1.3.2
Recreate notification icon on TaskbarCreated Fixes #11
v1.3.1
Update resource file
v1.3.0
Add a border around the grid to improve visibility and match keynav
v1.2.3
Handle display resolution changes
v1.2.2
Pass /SUBSYSTEM:WINDOWS to the linker For x86 builds, DigitalMars's OPTLINK is used, which uses the CONSOLE subsystem by default, even if WinMain is defined.