module

Termisu::Input::KeySymbolMaps

Symbol lookup tables for Key enum. Defines the single source of truth for symbol <-> key mappings. Uses lazy initialization with class variables to avoid enum constant limitations.

Class methods

char_to_key

Char to Key lookup hash - single source of truth for symbol mappings.

Source
key_to_char

Key to Char lookup hash - derived from char_to_key for DRY.

Source