Skip to content

Tags: LGUG2Z/whkd

Tags

v0.2.7

Toggle v0.2.7's commit message
chore(release): v0.2.7

v0.2.6

Toggle v0.2.6's commit message
chore(release): v0.2.6

v0.2.5

Toggle v0.2.5's commit message
chore(release): v0.2.5

v0.2.4

Toggle v0.2.4's commit message
chore(release): v0.2.4

v0.2.3

Toggle v0.2.3's commit message
chore(release): v0.2.3

v0.2.2

Toggle v0.2.2's commit message
chore(release): v0.2.2

v0.2.1

Toggle v0.2.1's commit message
chore(release): v0.2.1

v0.2.0

Toggle v0.2.0's commit message
feat(whkd): enable key-repeat by default

This commit enables key-repeat support by default. Previously, key
repetition was not supported.

Given that this is a fundamental change to how the hotkey daemon treats
held hotkeys, a new release with a breaking change notice will be made.

BREAKING CHANGE: When held, hotkeys will now repeat until released

re #27

v0.1.2

Toggle v0.1.2's commit message
feat(whkd): continue execution on hotkey conflicts

This commit ensures that execution will continue if a key binding
conflict is encountered.

If a conflict is encountered, the key combination and the bound command
will be logged out, informing the user of a conflict and bubbling up the
underlying error, before continuing to try to enable the remaining key
bindings in the whkdrc file.

re #8

v0.1.1

Toggle v0.1.1's commit message
feat(whkd): add whkdrc check + exit early if not found