Skip to content

Instantly share code, notes, and snippets.

@orlandoaleman
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orlandoaleman/9473904 to your computer and use it in GitHub Desktop.
Save orlandoaleman/9473904 to your computer and use it in GitHub Desktop.
My Custom XCode 5 Keybindings (shortcuts for spanish keyboard)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Menu Key Bindings</key>
<dict>
<key>Key Bindings</key>
<array>
<dict>
<key>Action</key>
<string>newTarget:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.NewTarget</string>
<key>Group</key>
<string>File Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>~@t</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>New</string>
<key>Title</key>
<string>Target…</string>
</dict>
<dict>
<key>Action</key>
<string>createSnapshot:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.CreateSnapshot</string>
<key>Group</key>
<string>File Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Create Snapshot…</string>
</dict>
<dict>
<key>Action</key>
<string>runPageLayout:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.PageSetup</string>
<key>Group</key>
<string>File Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Page Setup…</string>
</dict>
<dict>
<key>Action</key>
<string>printDocument:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.Print</string>
<key>Group</key>
<string>File Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Print…</string>
</dict>
<dict>
<key>Action</key>
<string>orderFrontFontPanel:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ShowFonts</string>
<key>Group</key>
<string>Edit Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Font</string>
<key>Title</key>
<string>Show Fonts</string>
</dict>
<dict>
<key>Action</key>
<string>orderFrontColorPanel:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ShowColors</string>
<key>Group</key>
<string>Edit Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Font</string>
<key>Title</key>
<string>Show Colors</string>
</dict>
<dict>
<key>Action</key>
<string>showGuessPanel:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ShowSpellingAndGrammar</string>
<key>Group</key>
<string>Edit Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Spelling and Grammar</string>
<key>Title</key>
<string>Show Spelling and Grammar</string>
</dict>
<dict>
<key>Action</key>
<string>checkSpelling:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.CheckDocumentNow</string>
<key>Group</key>
<string>Edit Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Spelling and Grammar</string>
<key>Title</key>
<string>Check Document Now</string>
</dict>
<dict>
<key>Action</key>
<string>refactorRename:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.Refactor.Rename</string>
<key>Group</key>
<string>Edit Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>~¡</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Refactor</string>
<key>Title</key>
<string>Rename…</string>
</dict>
<dict>
<key>Action</key>
<string>changeToVersionEditor:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.VersionEditor</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@
</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Version Editor</string>
<key>Title</key>
<string>Show Version Editor</string>
</dict>
<dict>
<key>Action</key>
<string>changeToVersionEditorComparisonView:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.VersionEditorComparisonView</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@1</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Version Editor</string>
<key>Title</key>
<string>Show Comparison View</string>
</dict>
<dict>
<key>Action</key>
<string>changeToVersionEditorBlameView:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.VersionEditorBlameView</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@2</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Version Editor</string>
<key>Title</key>
<string>Show Blame View</string>
</dict>
<dict>
<key>Action</key>
<string>activateConsole:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ActivateConsole</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string></string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Debug Area</string>
<key>Title</key>
<string>Activate Console</string>
</dict>
<dict>
<key>Action</key>
<string>toggleDebuggerVisibility:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.DebuggerToggleVisibility</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string></string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Debug Area</string>
<key>Title</key>
<string>Show Debug Area</string>
</dict>
<dict>
<key>Action</key>
<string>showLibraryWithChoiceFromSender:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.LibraryCategory.Objects</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Utilities</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Utilities</string>
<key>Title</key>
<string>Show Object Library</string>
</dict>
<dict>
<key>Action</key>
<string>showLibraryWithChoiceFromSender:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.LibraryCategory.Media</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Utilities</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Utilities</string>
<key>Title</key>
<string>Show Media Library</string>
</dict>
<dict>
<key>Action</key>
<string>showLibraryWithChoiceFromSender:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.LibraryCategory.Code</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Utilities</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Utilities</string>
<key>Title</key>
<string>Show Code Snippet Library</string>
</dict>
<dict>
<key>Action</key>
<string>showLibraryWithChoiceFromSender:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.LibraryCategory.Files</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Utilities</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Utilities</string>
<key>Title</key>
<string>Show File Template Library</string>
</dict>
<dict>
<key>Action</key>
<string>toggleToolbarShown:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ToggleToolbar</string>
<key>Group</key>
<string>View Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>~0</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Show Toolbar</string>
</dict>
<dict>
<key>Action</key>
<string>moveKeyboardFocusToNextArea:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.MoveFocusToNextArea</string>
<key>Group</key>
<string>Navigate Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>~j</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Move Focus To Next Area</string>
</dict>
<dict>
<key>Action</key>
<string>moveKeyboardFocusToPreviousArea:</string>
<key>Alternate</key>
<string>YES</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.MoveFocusToPreviousArea</string>
<key>Group</key>
<string>Navigate Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>~$J</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Move Focus To Previous Area</string>
</dict>
<dict>
<key>Action</key>
<string>toggleTokenizedEditing:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.EditAllInScope</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.EditAllInScope</string>
<key>Group</key>
<string>Editor Menu for Data Model Comparison</string>
<key>GroupID</key>
<string>Xcode.IDESourceCodeComparisonEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^¡</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Edit All in Scope</string>
</dict>
<dict>
<key>Action</key>
<string>moveCurrentLineUp:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineUp</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineUp</string>
<key>Group</key>
<string>Editor Menu for Data Model Comparison</string>
<key>GroupID</key>
<string>Xcode.IDESourceCodeComparisonEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Structure</string>
<key>Title</key>
<string>Move Line Up</string>
</dict>
<dict>
<key>Action</key>
<string>moveCurrentLineDown:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineDown</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineDown</string>
<key>Group</key>
<string>Editor Menu for Data Model Comparison</string>
<key>GroupID</key>
<string>Xcode.IDESourceCodeComparisonEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Structure</string>
<key>Title</key>
<string>Move Line Down</string>
</dict>
<dict>
<key>Action</key>
<string>toggleTokenizedEditing:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.EditAllInScope</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.EditAllInScope</string>
<key>Group</key>
<string>Editor Menu for Source Code</string>
<key>GroupID</key>
<string>Xcode.IDESourceEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^¡</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Edit All in Scope</string>
</dict>
<dict>
<key>Action</key>
<string>moveCurrentLineUp:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineUp</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineUp</string>
<key>Group</key>
<string>Editor Menu for Source Code</string>
<key>GroupID</key>
<string>Xcode.IDESourceEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Structure</string>
<key>Title</key>
<string>Move Line Up</string>
</dict>
<dict>
<key>Action</key>
<string>moveCurrentLineDown:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineDown</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineDown</string>
<key>Group</key>
<string>Editor Menu for Source Code</string>
<key>GroupID</key>
<string>Xcode.IDESourceEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Structure</string>
<key>Title</key>
<string>Move Line Down</string>
</dict>
<dict>
<key>Action</key>
<string>toggleTokenizedEditing:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.EditAllInScope</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.EditAllInScope</string>
<key>Group</key>
<string>Editor Menu for Source Code Comparison</string>
<key>GroupID</key>
<string>Xcode.IDESourceCodeComparisonEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^¡</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Edit All in Scope</string>
</dict>
<dict>
<key>Action</key>
<string>moveCurrentLineUp:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineUp</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineUp</string>
<key>Group</key>
<string>Editor Menu for Source Code Comparison</string>
<key>GroupID</key>
<string>Xcode.IDESourceCodeComparisonEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Structure</string>
<key>Title</key>
<string>Move Line Up</string>
</dict>
<dict>
<key>Action</key>
<string>moveCurrentLineDown:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineDown</string>
<key>CommandID</key>
<string>Xcode.IDESourceEditor.CmdDefinition.MoveLineDown</string>
<key>Group</key>
<string>Editor Menu for Source Code Comparison</string>
<key>GroupID</key>
<string>Xcode.IDESourceCodeComparisonEditor.MenuDefinition.Editor</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>^~@</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Structure</string>
<key>Title</key>
<string>Move Line Down</string>
</dict>
<dict>
<key>Action</key>
<string>selectNextRunContext:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.NextScheme</string>
<key>Group</key>
<string>Product Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Scheme</string>
<key>Title</key>
<string>Select Next Scheme</string>
</dict>
<dict>
<key>Action</key>
<string>selectPreviousRunContext:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.PreviousScheme</string>
<key>Group</key>
<string>Product Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Scheme</string>
<key>Title</key>
<string>Select Previous Scheme</string>
</dict>
<dict>
<key>Action</key>
<string>editActiveRunContext:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.EditActiveScheme</string>
<key>Group</key>
<string>Product Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Scheme</string>
<key>Title</key>
<string>Edit Scheme…</string>
</dict>
<dict>
<key>Action</key>
<string>selectNextDestination:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.NextDestination</string>
<key>Group</key>
<string>Product Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Destination</string>
<key>Title</key>
<string>Select Next Destination</string>
</dict>
<dict>
<key>Action</key>
<string>selectPreviousDestination:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.PreviousDestination</string>
<key>Group</key>
<string>Product Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Destination</string>
<key>Title</key>
<string>Select Previous Destination</string>
</dict>
<dict>
<key>Action</key>
<string>releaseOpenGLESFrame:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDEKit.CmdDefinition.PauseContinue</string>
<key>CommandID</key>
<string>Xcode.GPUToolsKit.CmdDefinition.ReleaseOpenGLESFrame</string>
<key>Group</key>
<string>Debug Menu for OpenGL ES</string>
<key>GroupID</key>
<string>Xcode.GPUToolsKit.MenuDefinition.Debug</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string></string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Release OpenGL ES Frame</string>
</dict>
<dict>
<key>Action</key>
<string>stepToPreviousDrawCall:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.GPUToolsKit.CmdDefinition.StepPreviousDrawCall</string>
<key>Group</key>
<string>Debug Menu for OpenGL ES</string>
<key>GroupID</key>
<string>Xcode.GPUToolsKit.MenuDefinition.Debug</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step to Previous OpenGL ES Draw Call</string>
</dict>
<dict>
<key>Action</key>
<string>stepToPreviousCall:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.GPUToolsKit.CmdDefinition.StepPreviousCall</string>
<key>Group</key>
<string>Debug Menu for OpenGL ES</string>
<key>GroupID</key>
<string>Xcode.GPUToolsKit.MenuDefinition.Debug</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step to Previous OpenGL ES Call</string>
</dict>
<dict>
<key>Action</key>
<string>stepToPreviousMarker:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.GPUToolsKit.CmdDefinition.StepPreviousMarker</string>
<key>Group</key>
<string>Debug Menu for OpenGL ES</string>
<key>GroupID</key>
<string>Xcode.GPUToolsKit.MenuDefinition.Debug</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step to Previous OpenGL ES Marker</string>
</dict>
<dict>
<key>Action</key>
<string>stepToNextCall:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDEKit.CmdDefinition.StepOverInstruction</string>
<key>CommandID</key>
<string>Xcode.GPUToolsKit.CmdDefinition.StepNextCall</string>
<key>Group</key>
<string>Debug Menu for OpenGL ES</string>
<key>GroupID</key>
<string>Xcode.GPUToolsKit.MenuDefinition.Debug</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step to Next OpenGL ES Call</string>
</dict>
<dict>
<key>Action</key>
<string>stepToNextMarker:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDEKit.CmdDefinition.StepOverThread</string>
<key>CommandID</key>
<string>Xcode.GPUToolsKit.CmdDefinition.StepNextMarker</string>
<key>Group</key>
<string>Debug Menu for OpenGL ES</string>
<key>GroupID</key>
<string>Xcode.GPUToolsKit.MenuDefinition.Debug</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step to Next OpenGL ES Marker</string>
</dict>
<dict>
<key>Action</key>
<string>pauseOrContinue:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDEKit.CmdDefinition.PauseContinue</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.PauseContinue</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string></string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Pause / Continue</string>
</dict>
<dict>
<key>Action</key>
<string>continueToCurrentLine:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ContinueToCurrentLine</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string></string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Continue To Current Line</string>
</dict>
<dict>
<key>Action</key>
<string>stepOverInstruction:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDEKit.CmdDefinition.StepOverInstruction</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.StepOverInstruction</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step Over Instruction</string>
</dict>
<dict>
<key>Action</key>
<string>stepOverThread:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandGroupID</key>
<string>Xcode.IDEKit.CmdDefinition.StepOverThread</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.StepOverThread</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step Over Thread</string>
</dict>
<dict>
<key>Action</key>
<string>stepIntoInstruction:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.StepIntoInstruction</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step Into Instruction</string>
</dict>
<dict>
<key>Action</key>
<string>stepIntoThread:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.StepIntoThread</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Step Into Thread</string>
</dict>
<dict>
<key>Action</key>
<string>toggleBreakpointAtCurrentLine:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ToggleBreakpointAtCurrentLine</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>@k</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Breakpoints</string>
<key>Title</key>
<string>Add Breakpoint at Current Line</string>
</dict>
<dict>
<key>Action</key>
<string>createSymbolicBreakpoint:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.CreateSymbolicBreakpoint</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string>~@k</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Breakpoints</string>
<key>Title</key>
<string>Create Symbolic Breakpoint…</string>
</dict>
<dict>
<key>Action</key>
<string>clearConsole:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.ClearConsole</string>
<key>Group</key>
<string>Debug Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Parent Title</key>
<string>Debug Workflow</string>
<key>Title</key>
<string>Clear Console</string>
</dict>
<dict>
<key>Action</key>
<string>showQuickHelp:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.IDEQuickHelp</string>
<key>Group</key>
<string>Help Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Keyboard Shortcut</key>
<string></string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Quick Help for Selected Item</string>
</dict>
<dict>
<key>Action</key>
<string>searchDocumentationForSelectedText:</string>
<key>Alternate</key>
<string>NO</string>
<key>CommandID</key>
<string>Xcode.IDEKit.CmdDefinition.SearchDocumentationForSelectedText</string>
<key>Group</key>
<string>Help Menu</string>
<key>GroupID</key>
<string>Xcode.IDEKit.MenuDefinition.Main</string>
<key>GroupedAlternate</key>
<string>NO</string>
<key>Navigation</key>
<string>NO</string>
<key>Title</key>
<string>Search Documentation for Selected Text</string>
</dict>
</array>
<key>Version</key>
<integer>3</integer>
</dict>
<key>Text Key Bindings</key>
<dict>
<key>Key Bindings</key>
<dict>
<key></key>
<array>
<string>moveSubWordForward:</string>
<string>moveSubWordBackward:</string>
<string>scrollPageUp:</string>
<string>scrollPageDown:</string>
<string>insertLineBreak:</string>
</array>
<key>^&lt;</key>
<string>nextCompletion:</string>
</dict>
<key>Version</key>
<integer>3</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment