Crate hookmap

source ·
Expand description

Registers hotkeys and simulates keyboard and mouse input.

Feature flags

  • us-keyboard-layout (default): Use US keyboard layout. This changes the Button variant.
  • japanese-keyboard-layout: Use Japanese keyboard layout. This changes the Button variant.

Modules

Representation of keyboard and mouse events.
Registering Hotkeys.
Gets keyboard events dynamically.
A prelude for conveniently defining hotkeys.
Definition of utility hotkeys.

Macros

Passing multiple buttons as an argument for functions.
Sends keyboard input.