-
-
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): 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
- Loading branch information
Showing
4 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
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
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.2" | ||
version = "0.2.0" | ||
authors = ["Jade Iqbal <[email protected]>"] | ||
description = "A simple hotkey daemon for Windows" | ||
categories = ["hotkey-daemon", "windows"] | ||
|
@@ -18,4 +18,4 @@ color-eyre = "0.6" | |
dirs = "5" | ||
lazy_static = "1" | ||
parking_lot = "0.12" | ||
windows-hotkeys = "0.2.0" | ||
windows-hotkeys = "0.2.1" |
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