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§

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

Macros§

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