Work faster with high-speed keyboard shortcuts in M0X CoderX and M0X IDE.
Keyboard shortcuts allow you to access the AI's features, toggle sidebars, edit code inline, and navigate your active workspaces without ever taking your hands off the keyboard.
Use these shortcuts inside the CoderX developer studio to orchestrate files, trigger agent task steps, and control your workspace.
Ctrl+Enter / Cmd+Enter: Submit prompt/instruction to the agent, or approve a pending diff action card.Ctrl+Backspace / Cmd+Backspace: Reject a pending agent diff action or halt the active loop.Ctrl+R / Cmd+R: Focus the Agent chat input box.Ctrl+Shift+L / Cmd+Shift+L: Clear the active chat transcript and reset the agent's context.Ctrl+B / Cmd+B: Show/hide the left Sidebar (File Explorer).Ctrl+J / Cmd+J: Show/hide the integrated bottom PTY Terminal panel.Ctrl+\\ / Cmd+\\: Focus the multi-tab center Monaco Editor.Ctrl+P / Cmd+P: Open the File Finder popover to search and jump to files in your project.Built on the VS Code engine, M0X IDE supports all standard VS Code keybindings alongside specialized AI-native hotkeys.
| Action | Shortcut (Windows/Linux) | Shortcut (macOS) | Description |
|---|---|---|---|
| Inline Edit | Ctrl + K | Cmd + K | Opens the inline edit box to modify highlighted code. |
| Focus Chat | Ctrl + L | Cmd + L | Focuses the AI Chat sidebar. |
| Accept Ghost Text | Tab | Tab | Accepts the gray inline ghost autocomplete suggestions. |
| Accept Inline Edit | Ctrl + Alt + Shift + Enter | Ctrl + Option + Enter | Accepts the pending inline code changes. |
| Reject Inline Edit | Ctrl + Alt + Shift + Backspace | Ctrl + Option + Backspace | Discards the pending inline code changes. |
| Focus Composer | Ctrl + I | Cmd + I | Opens the multi-file Composer window. |
Ctrl+Shift+F / Cmd+Shift+F: Global search and replace within your project workspace.Ctrl+P / Cmd+P: Quick Open file search.Ctrl+Shift+P / Cmd+Shift+P: Open the Command Palette to run editor settings and commands.Alt+Up / Alt+Down: Move the active line or selection up or down.M0X IDE supports third-party layout extensions out of the box. You can easily import your favorite bindings:
Ctrl+Shift+P (or Cmd+Shift+P on Mac).Ctrl+K Ctrl+S).Install Extension: Vim to activate modal editing.