Skip to content

Commit

Permalink
Add answerbackMessage to the json schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
j4james committed Aug 3, 2024
1 parent 060ec39 commit 9c9f30a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/cascadia/profiles.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3032,6 +3032,10 @@
"description": "By default Windows treats Ctrl+Alt as an alias for AltGr. When altGrAliasing is set to false, this behavior will be disabled.",
"type": "boolean"
},
"answerbackMessage": {
"description": "The response that is sent when an ENQ control character is received.",
"type": "string"
},
"source": {
"description": "Stores the name of the profile generator that originated this profile.",
"type": [
Expand Down

0 comments on commit 9c9f30a

Please sign in to comment.