Skip to content

Releases: lesderid/keynavish

v1.7.0

16 Jan 18:46
Compare
Choose a tag to compare
Implement multi-display support

This commit implements multi-display support: the grid will be shown on
the display that currently has the cursor and can be moved through
screen borders.

Fixes #2

v1.6.0

31 Dec 20:02
Compare
Choose a tag to compare
Load config from executable directory instead of working directory

Fixes #13

v1.5.0

27 Dec 17:36
Compare
Choose a tag to compare
Read keynavrc from working directory

Note that this is technically non-standard behaviour (i.e. differs from
the original keynav).

v1.4.1

23 Dec 02:02
Compare
Choose a tag to compare
Properly swap mouse button 2 and 3

The previous commit (fa83b90c103f906370a9bd9a9dcfe7c5be00ad30)
mistakenly only swapped the buttons for `doubleclick`.

v1.4.0

23 Dec 01:47
fa83b90
Compare
Choose a tag to compare
Swap `click 2` and `click 3`

This makes the mouse buttons match the original keynav.

v1.3.2

28 Feb 15:52
Compare
Choose a tag to compare
Recreate notification icon on TaskbarCreated

Fixes #11

v1.3.1

25 Jan 03:47
Compare
Choose a tag to compare
Update resource file

v1.3.0

25 Jan 03:47
Compare
Choose a tag to compare
Add a border around the grid to improve visibility and match keynav

v1.2.3

11 Jan 17:03
Compare
Choose a tag to compare
Handle display resolution changes

v1.2.2

09 Jan 18:03
Compare
Choose a tag to compare
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.