Skip to content

Introduction

Support for keyboard-related functionality is provided by the lokey_keyboard crate.

The crate contains two main components:

  • Scanner: A component that scans keys and sends internal messages representing key events. See Scanning for more information.

  • Layout: A component that receives the internal messages from the Scanner and maps them to Actions. See Layout for more information.