cupertino-docs/docs/gamecontroller/documentation_gamecontroller_gckeycode_openbracket.json

110 lines
5.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"abstract" : "The keyboard code for the [ or { key.",
"codeExamples" : [
],
"contentHash" : "2f0d92fa4dbbedb5a2a7d4edd936bfee6e54243e02e726bd35fed902b30d4e2d",
"crawledAt" : "2025-12-02T14:55:10Z",
"declaration" : {
"code" : "static let openBracket: GCKeyCode",
"language" : "swift"
},
"id" : "629CCBE1-872F-4038-AD24-9DF4E39B51F1",
"kind" : "property",
"module" : "Game Controller",
"platforms" : [
"iOS",
"iPadOS",
"Mac Catalyst",
"macOS",
"tvOS",
"visionOS"
],
"rawMarkdown" : "---\nsource: https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/openBracket\ncrawled: 2025-12-02T14:55:10Z\n---\n\n# openBracket\n\n**Type Property**\n\nThe keyboard code for the [ or { key.\n\n## Declaration\n\n```swift\nstatic let openBracket: GCKeyCode\n```\n\n## Punctuation and Command Keys\n\n- **tab**: The keyboard code for the Tab key.\n- **spacebar**: The keyboard code for the Space Bar key.\n- **hyphen**: The keyboard code for the - or _ key.\n- **equalSign**: The keyboard code for the = or + key.\n- **closeBracket**: The keyboard code for the ] or } key.\n- **backslash**: The keyboard code for the \\ or | key.\n- **nonUSPound**: The keyboard code for the non-US Pound or _ key.\n- **semicolon**: The keyboard code for the ; or : key.\n- **quote**: The keyboard code for the or “ key.\n- **graveAccentAndTilde**: The keyboard code for the Grave Accent or Tilde key.\n- **comma**: The keyboard code for the Comma or < key.\n- **period**: The keyboard code for the Period or > key.\n- **slash**: The keyboard code for the \/ or ? key.\n- **capsLock**: The keyboard code for the Caps Lock key.\n- **deleteOrBackspace**: The keyboard code for the Delete or Backspace key.\n\n",
"sections" : [
{
"content" : "",
"items" : [
{
"description" : "The keyboard code for the Tab key.",
"name" : "tab",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/tab"
},
{
"description" : "The keyboard code for the Space Bar key.",
"name" : "spacebar",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/spacebar"
},
{
"description" : "The keyboard code for the - or _ key.",
"name" : "hyphen",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/hyphen"
},
{
"description" : "The keyboard code for the = or + key.",
"name" : "equalSign",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/equalSign"
},
{
"description" : "The keyboard code for the ] or } key.",
"name" : "closeBracket",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/closeBracket"
},
{
"description" : "The keyboard code for the \\ or | key.",
"name" : "backslash",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/backslash"
},
{
"description" : "The keyboard code for the non-US Pound or _ key.",
"name" : "nonUSPound",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/nonUSPound"
},
{
"description" : "The keyboard code for the ; or : key.",
"name" : "semicolon",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/semicolon"
},
{
"description" : "The keyboard code for the or “ key.",
"name" : "quote",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/quote"
},
{
"description" : "The keyboard code for the Grave Accent or Tilde key.",
"name" : "graveAccentAndTilde",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/graveAccentAndTilde"
},
{
"description" : "The keyboard code for the Comma or < key.",
"name" : "comma",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/comma"
},
{
"description" : "The keyboard code for the Period or > key.",
"name" : "period",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/period"
},
{
"description" : "The keyboard code for the \/ or ? key.",
"name" : "slash",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/slash"
},
{
"description" : "The keyboard code for the Caps Lock key.",
"name" : "capsLock",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/capsLock"
},
{
"description" : "The keyboard code for the Delete or Backspace key.",
"name" : "deleteOrBackspace",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/deleteOrBackspace"
}
],
"title" : "Punctuation and Command Keys"
}
],
"source" : "appleJSON",
"title" : "openBracket",
"url" : "https:\/\/developer.apple.com\/documentation\/GameController\/GCKeyCode\/openBracket"
}