Skip to content

Crossterm Supported Key Specification

Timon edited this page Nov 15, 2019 · 1 revision

Supported events by platform. Note that there are differences in key modifier combinations for each OS. We try to be accurate however we might overlook something.

Links (TODO code reference):

  • Supported Key Codes List
  • Supported Modifiers
  • Supported Mouse Events

Windows

  • Keys + ALT, SHIFT, CONTROL (all combinations possible)
    • Down
  • MOUSE + ALT, SHIFT, CONTROl (all combinations possible)
    • Drag
    • Down/Up
  • Resize Event

Linx

macOS