An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.com/skippi/keyrate.svg?branch=master)](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.