Parse a keybinding string into a KeySequence.
Supports:
Modifier names (case-insensitive):
Key names (case-insensitive):
Keybinding string to parse
ParseKeyResult with KeySequence or error
parseKeySequence("ctrl+s") // Single key with modifierparseKeySequence("g g") // Two-key chordparseKeySequence("ctrl+k ctrl+c") // Chord with modifiers Copy
parseKeySequence("ctrl+s") // Single key with modifierparseKeySequence("g g") // Two-key chordparseKeySequence("ctrl+k ctrl+c") // Chord with modifiers
Parse a keybinding string into a KeySequence.
Supports:
Modifier names (case-insensitive):
Key names (case-insensitive):