Expand description

Implements applying keymaps to hardware keyboard key events.

See KeymapHandler for details.

Structs§

  • KeymapHandler applies a keymap to a keyboard event, resolving each key press to a sequence of Unicode code points. This allows basic keymap application, but does not lend itself to generalized text editing.