Most commands and their shortcuts can be found via the main menu.
Commands can be mapped to keys using the key mappings file (Settings Menu -> Key Bindings).
Commands can also be executed from the CommandPrompt (ctrl+shift+X)
Commands can be executed from python using the ExecuteCommand API, for example:
N10X.Editor.ExecuteCommand("Openfile")
Open a file
Close the current file
Save the current file
Save the current file as the specified file
Save all files
Close all files
Create a new text file
Copy the path of the current file to the clipboard
Open file explorer for the folder of the current file
Show the current file in the workspace tree
Toggle the read-only status of the current file
Show the Create Workspace panel
Show the Open Workspace dialog
Save the current workspace file
Close the current workspace
Show the Open Solution dialog
Show the Open Folder dialog
Show the workspace settings panel
Show the workspace settings panel for the active workspace
Log the build variables for the workspace (for current config and platform)
Show the execute command text box
Open the output panel
Close the output panel
Close the find file panel
Close the command panel
Show/Hide the output panel
Toggle the workspace explorer panel
Open the settings file
Open the local settings file
Open the key bindings file
Open the current colour scheme file
Show the colour schemes panel
Internet search for the current word or selection using the InternetSearchCommand setting
Zoom in on editor text (increase font size)
Zoom in on editor text (decrease font size)
Cut to Clipboard
Copy to clipboard
Paste from clipboard
Show the paste history dropdown
Undo the last operation
Redo the last undone operation
Delete the current character or selected text
Cut the current line
Delete the current line
Move current line up one
Move current line down one
Duplicate the current line
Insert a new line at the current line
Insert a new line after the current line
Select all text
Select the current word
Select the current scope
Make selection uppercase
Make selection lowercase
Select the current scope for ()[]{}
Toggle whitespace visibility
Toggle line endings visibility
Toggle word wrap
Toggle word wrap for the current panel
Comment the current line or selected lines
Uncomment the current line or selected lines
Toggle line comment if no select. Toggle block comment if selection.
Delete to the end of the line.
Indent the current line or selected lines
Unindent the current line or selected lines
Toggle the indent mode between tabs and spaces
Format the current file
Format the selection or the current scope if no selection
Add a new cursor on the line above
Add a new cursor on the line below
Increase selection end for all multi-cursors
Decrease selection end for all multi-cursors
Select the next occurance of the current word using multi-cursor select
Collapse the current region
Expand the current region
Collapse all regions in the current file
Expand all regions in the current file
Toggle the collapse/expand of the current region
Toggle the collapse/expand of the all regions in the file
Start/stop recording a key sequence
Playback a key sequence
Move the cursor up in the current text editor
Move the cursor down in the current text editor
Move the cursor left in the current text editor
Move the cursor right in the current text editor
Move the selection up one line
Move the selection down one line
Move the selection left one character
Move the selection right one character
Move the cursor to the start of the line
Move the cursor to the end of the line
Select to the start of the line
Select to the end of the line
Move the cursor to the end of the file
Move the cursor to the end of the file
Select to the start of the file
Select to the end of the file
Move the cursor to the previous word
Move the cursor to the next word
Select to the start of the current/prev word
Select to the end of the current/next word
Move up by a page
Move down by a page
Move selection up by a page
Move selection down by a page
Scroll one line up
Scroll one line down
Go to the previous cursor location
Go to the next cursor location
Go to the previous cursor location in the current file
Go to the next cursor location in the current file
Go to the previous edit location
Show the Find File panel
Find text in the current file
Find the previous occurance of the last searched for text in the current file
Find the next occurance of the last searched for text in the current file
Find the previous occurance of the current word in the current file
Find the next occurance of the current word in the current file
Find and replace text in the current file
Go to the previus result in the last search or build operation
Go to the next result in the last search or build operation
Go to the specified line in the current file
Re-open the most recently closed file
Move to the matching bracket or brace
Toggle bookmark for current line
Go to the previous bookmark
Go to the next bookmark
Go to the previous bookmark in the current file
Go to the next bookmark in the current file
Clear all bookmarks
Remove all bookmarks from the current file
Show the FindInFiles panel
Show the ReplaceInFiles panel
Show the Find in Files Results panel 1
Show the Find in Files Results panel 2
Show the Find in Files Results panel 3
Show the Find in Files Results panel 4
Show/Hide the find in files results panel 1
Show/Hide the find in files results panel 2
Show/Hide the find in files results panel 3
Show/Hide the find in files results panel 4
Replace all items in the current file from the Find.Replace panel
Replace the next item from the Find.Replace panel
Move the current panel focus left
Move the current panel focus right
Move the current panel focus up
Move the current panel focus down
Move the current panel left
Move the current panel right
Move the current panel up
Move the current panel down
Show the switch file panel
Move to the previous item in the switch file panel
Duplicate the current panel
Duplicate the current panel and move to the left
Duplicate the current panel and move to the right
Close all tabs
Close all tabs except for the current tab
Close all tabs to the left of the current tab
Close all tabs to the right of the current tab
Close all unmodified tabs
Focus the previous tab in the current panel
Focus the next tab in the current panel
Pin the current tab
Set the panel column count to 'auto'
Set the panel column count to 1
Set the panel column count to 2
Set the panel column count to 3
Set the panel column count to 4
Set the panel column count to 5
Set the panel column count to 6
Set the panel column count to 7
Set the panel column count to 8
Set the panel row count to 'auto'
Set the panel row count to 1
Set the panel row count to 2
Set the panel row count to 3
Set the panel row count to 4
Set the panel row count to 5
Set the panel row count to 6
Set the panel row count to 7
Set the panel row count to 8
Build all workspaces
Rebuild all workspaces
Clean all workspaces
Build the currently active workspace
Rebuild the currently active workspace
Clean the currently active workspace
Build the current file
Cancel the current build
Open the Build panel
Close the build panel
Show/Hide the build output panel
Go to the previous build error
Go to the next build error
Start debugging
Restart the debugger
Stop debugging
Reconnect to the Visual Studio Debugger
Launch the exe without debugging
Toggle breakpoint on the current line
Remove breakpoints from all files
Go to the previous breakpoint
Go to the next breakpoint
Go to the previous breakpoint in the current file
Go to the next breakpoint in the current file
Remove all breakpoints from the current file
List all breakpoints to the output window
Reparse the current file
Reparse all files in the current workspace
Jump to the definition of the current symbol
Show the autocomplete dropdown
Move to the previous item in the autocomplete list
Move to the next item in the autocomplete list
Page selection up in the autocomplete list
Page selection down in the autocomplete list
Cancel autocomplete
If cursor is in a function call show the function declaration
Find a symbol in the workspace
Show references for the current symbol
Open the Find Function panel to find a function defnition in the current file
Rename the current symbol
Submit the current symbol rename
Toggle the parser verbose logging
Show the symbol info for the current symbol
Connect to the perforce server
Open the current file for edit in Perforce
Add the current file to Perforce
Diff the current file with the most recent version in Perforce
Show the perforce history for the current file
Show the current file in p4v
Show the p4 annotate output for the current file
Show the timelapse for the current file
Show the revision graph for the current file
Revert the current file
Revert the current file if it matches the version in Perforce
List the commands to the output panel
Update 10x
Show the context menu for the currently selected UI element
List files in the current workspace to the output panel
List files that the FileStatusMonitor is monitoring to the output panel
Show the total amount of memory allocated by 10x
Show memory for 10x subsystems
Exit 10x