class documentation

Structure to hold key layout information

Method __init__ Initialize a key layout entry.
Class Variable __slots__ Undocumented
Instance Variable normal Undocumented
Instance Variable shifted Undocumented
Instance Variable width Undocumented
def __init__(self, normal: str, shifted: str, width: int = 1):

Initialize a key layout entry.

Parameters
normal:strThe character for the normal state.
shifted:strThe character for the shifted state.
width:intThe key width in units. Defaults to 1.
__slots__: tuple[str, ...] =

Undocumented

normal =

Undocumented

shifted =

Undocumented

width =

Undocumented