-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
3 changed files
with
70 additions
and
55 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "whkd" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Jade Iqbal <[email protected]>"] | ||
description = "A simple hotkey daemon for Windows" | ||
categories = ["hotkey-daemon", "windows"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters