Module enigo::keycodes

source ·
Expand description

Contains the available keycodes

Enums

  • A key on the keyboard. For alphabetical keys, use Key::Layout for a system independent key. If a key is missing, you can use the raw keycode with Key::Raw. Some of the keys are only available on a specific platform. Use conditional compilation to use them.