Tags: LGUG2Z/whkd
Tags
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
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
PreviousNext