一个简单的 Windows 热键守护程序
whkd is a simple hotkey daemon for Windows that reacts to input events by executing commands.
Its configuration file (whkdrc) is a series of bindings which define the associations between the input events and the
commands. By default, this file should be located in ~/.config/, or an alternative can be set using the environment
variable WHKD_CONFIG_HOME.
If you are compiling from the master branch, a --config flag is also available, which, when used, overrides the
WHKD_CONFIG_HOME environment variable. This flag will be made available in v0.1.3+.
The format of the configuration file (and this project itself) is heavily inspired by skhd and sxhkd.
…
The list of valid hotkeys can be found here.
whkd is licensed under the Komorebi 2.0.0 license, which
is a fork of the PolyForm Strict 1.0.0
license. On a high level
this means that you are free to do whatever you want with whkd for
personal use other than redistribution, or distribution of new works (i.e.
hard-forks) based on the software.
Anyone is free to make their own fork of whkd with changes intended
either for personal use or for integration back upstream via pull requests.
The Komorebi 2.0.0 License does not permit any kind of commercial use.
A dedicated Individual Commercial Use License is available for those who want to use whkd at work.
The komorebi Individual Commercial Use License adds “Commercial Use” as a
“Permitted Use” for the licensed individual only, for the duration of a valid paid license subscription only, for both
komorebi and whkd. All provisions and restrictions enumerated in
the Komorebi License
continue to apply.
Contributions are accepted with the following understanding:
By making a contribution, you accept both the current project license terms, and that all contributions that you have made are provided under the terms of the 0-BSD license.
…
暂无开放 Issues,或尚未同步最近议题。