Method ApplyModifiersAndEventType
ApplyModifiersAndEventType(string, Key)
Parses a kitty-extended modifier field that may contain an event type suffix.
The field format is modifiers or modifiers:event_type.
protected static Key ApplyModifiersAndEventType(string modifierField, Key key)
Parameters
modifierFieldstringThe raw modifier field string (e.g. "5" or "1:3").
keyKeyThe base key to apply modifiers to.