Skip to content

Tags: lesderid/keynavish

Tags

v1.7.0

Toggle v1.7.0's commit message
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

Toggle v1.6.0's commit message
Load config from executable directory instead of working directory

Fixes #13

v1.5.0

Toggle v1.5.0's commit message
Read keynavrc from working directory

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

v1.4.1

Toggle v1.4.1's commit message
Properly swap mouse button 2 and 3

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

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Swap `click 2` and `click 3`

This makes the mouse buttons match the original keynav.

v1.3.2

Toggle v1.3.2's commit message
Recreate notification icon on TaskbarCreated

Fixes #11

v1.3.1

Toggle v1.3.1's commit message
Update resource file

v1.3.0

Toggle v1.3.0's commit message
Add a border around the grid to improve visibility and match keynav

v1.2.3

Toggle v1.2.3's commit message
Handle display resolution changes

v1.2.2

Toggle v1.2.2's commit message
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.