
| Name Pattern | Type | Description |
|---|---|---|
| ^(default|mac|windows|linux|chromeos)$ | string | A String value where value matches regex '^(Ctrl|Command|MacCtrl|Alt|Option)\+(Shift\+)?[A-Z]' |
"suggested_key": {
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^(default|mac|windows|linux|chromeos)$": {
"type": "string",
"pattern": "^(Ctrl|Command|MacCtrl|Alt|Option)\\+(Shift\\+)?[A-Z]"
}
}
}