https://github.com/skippi/keyrate
Configure keyboard repeat rate and delay time for Windows 10.
https://github.com/skippi/keyrate
cli keyboard rust windows windows-10
Last synced: about 2 months ago
JSON representation
Configure keyboard repeat rate and delay time for Windows 10.
- Host: GitHub
- URL: https://github.com/skippi/keyrate
- Owner: skippi
- Created: 2020-06-08T15:49:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T01:36:49.000Z (about 6 years ago)
- Last Synced: 2025-01-21T09:48:33.180Z (over 1 year ago)
- Topics: cli, keyboard, rust, windows, windows-10
- Language: Rust
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.com/skippi/keyrate)
# keyrate
Configure keyboard repeat rate and delay time for Windows 10.
## Motivation
- Wanted to speed up VIM ijkl movement and other repetitive actions.
- Needed an accessible alternative to editing the Windows Registry keyboard
settings.
## Usage
```txt
keyrate 0.1.0
Configure keyboard repeat rate and delay time for Windows 10.
This program uses Filter Keys to pseudo modify keyboard settings. If no
arguments are present, the program disables Filter Keys. Otherwise, the
program enables and initializes Filter Keys with the given or
defaulted parameters.
USAGE:
keyrate.exe [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-d Delay time (250ms)
-r Clicks per second (31)
```
## Building
Use `cargo build` and preferred binary flags to get a binary.
Since keyrate depends on `winapi`, only `windows` targets are supported.