Open j-f1 opened 2 years ago
Example: https://ke-complex-modifications.pqrs.org/#command_q
This modification contains this JSON:
{ // ... "to": [ { "key_code": "q", "modifiers": "left_command" } ] // ... }
…and the parseKeys function in MainForm.tsx expects an array:
parseKeys
MainForm.tsx
https://github.com/genesy/karabiner-complex-rules-generator/blob/90cbbd1ae1db80bdf06910a2e1da587aada9aab7/src/components/MainForm.tsx#L85-L87
Example: https://ke-complex-modifications.pqrs.org/#command_q
This modification contains this JSON:
…and the
parseKeys
function inMainForm.tsx
expects an array:https://github.com/genesy/karabiner-complex-rules-generator/blob/90cbbd1ae1db80bdf06910a2e1da587aada9aab7/src/components/MainForm.tsx#L85-L87