Amazon Q Keyboard Shortcuts

25 shortcuts and commands in 5 groups, from AWS’s official Amazon Q Developer documentation.

Inline Suggestions (VS Code & JetBrains) (6)

ShortcutActionWhat it does
Alt + CManually Trigger SuggestionInvokes Amazon Q's inline suggestion on demand — this key triggers, it does not cycle. macOS uses Option + C.
TabAccept SuggestionAccepts the current inline recommendation.
RightNext SuggestionCycles forward through alternative recommendations.
LeftPrevious SuggestionCycles back through recommendations.
EscReject SuggestionDismisses the recommendation; Backspace or simply typing on does the same.
Alt + RightAccept Next WordAccepts the suggestion one word at a time; AWS documents the macOS form Option + Right for VS Code.

Inline Suggestions (Eclipse) (2)

ShortcutActionWhat it does
Alt + ]Next SuggestionEclipse uses bracket keys instead of arrows.
Alt + [Previous SuggestionCycles back in Eclipse.

Agentic Chat (VS Code) (3)

ShortcutActionWhat it does
Shift + Ctrl + EnterRun CommandRuns the command Q proposes in the chat panel; active only while focus is in the chat.
Shift + Ctrl + RReject CommandDeclines the proposed command.
Shift + Ctrl + BackspaceStop GenerationStops the response mid-stream.

CLI Commands (8)

ShortcutActionWhat it does
q chatStart Chat SessionOpens an interactive Amazon Q session in the terminal.
q chat "prompt"Single QueryAsks one question and returns to the shell.
q translateNatural Language to ShellTurns an English description into a shell command.
q doctorDiagnose InstallationChecks and fixes common setup problems.
q loginSign InAuthenticates with Builder ID or IAM Identity Center.
q logoutSign OutEnds the authenticated session.
q versionShow VersionPrints the installed CLI version.
q --helpHelpLists all available CLI commands.

Slash Commands (Chat) (6)

ShortcutActionWhat it does
/helpShow CommandsLists what the chat can do.
/clearClear HistoryWipes the current conversation context.
/quitExit ChatLeaves the interactive session.
/transformCode TransformationStarts an automated language or framework upgrade.
/devDevelopment AgentHas Q implement a feature across files from a description.
/reviewCode ReviewRuns an automated review for issues and vulnerabilities.
📜 Source: AWS Docs — Amazon Q Developer shortcut keys. Keyboard rows come from AWS’s two official shortcut pages for Amazon Q Developer (inline suggestions per IDE, and agentic chat); CLI and slash commands from the Amazon Q Developer CLI. An earlier version of this page mislabeled Alt + C as “next suggestion” — it is the manual trigger. Checked 2026-08-02.
📄 View Printable Cheat Sheet — Download as PDF or print · 🧩 Combine with other tools

Related Shortcut Pages

ChatGPT OpenAI Codex CLI OpenClaw Claude Code Gemini Midjourney

Search 13,500+ shortcuts across 269 platforms

Explore All Platforms Practice Shortcuts
🔧 Spotted an error or a missing shortcut? Suggest an edit on GitHub — every accepted fix goes live on this page, the API and the CLI.

One trigger, two arrows — and a common mislabel

The inline-suggestion keys are small but precise: Alt + C summons a suggestion on demand, Tab accepts it, and the Right and Left arrows cycle through alternatives. Cheat sheets sometimes list Alt + C as “next suggestion” — an earlier version of this page did too — but AWS’s reference is unambiguous: Alt + C triggers, the arrows cycle. Eclipse is the exception, cycling with Alt + ] and Alt + [. Rejection needs no shortcut at all: Esc, Backspace, or simply typing something that mismatches all dismiss the ghost text.

Chat keys live only in the chat panel

The agentic chat adds three VS Code bindings — Shift + Ctrl + Enter to run the command Q proposes, Shift + Ctrl + R to reject it, Shift + Ctrl + Backspace to stop generation — and AWS scopes them to fire only while focus is inside the Q chat panel, precisely so they can never shadow your editor’s own bindings. They ride VS Code’s native keybinding system, so anything you remap in the Keyboard Shortcuts editor updates Q’s tooltips too.

The terminal side speaks in words

Outside the IDE, Amazon Q is a CLI whose commands read like sentences: q chat opens a session, q translate turns plain English into a shell command, and q doctor diagnoses a broken install. Inside any chat, the slash commands carry the heavyweight workflows — /dev implements a feature across files, /review audits code for issues, /transform runs version upgrades — with /clear to reset context when a conversation has drifted.

Frequently asked questions

What does Alt + C actually do in Amazon Q?

It manually triggers an inline suggestion (Option + C on macOS). It does not cycle to the next suggestion — that is the Right arrow in VS Code and JetBrains, or Alt + ] in Eclipse. The mislabel is common because the two actions are easy to conflate.

How do I reject an Amazon Q suggestion?

Three ways, no dedicated key needed: press Esc, press Backspace, or just keep typing — the suggestion disappears at the first character mismatch.

Why don't the Amazon Q chat shortcuts work in my editor?

They are scoped: Shift + Ctrl + Enter, Shift + Ctrl + R and Shift + Ctrl + Backspace fire only while focus is inside the Q chat panel, and currently only in VS Code. That scoping is deliberate, to avoid clashing with editor keybindings.

Can I change Amazon Q's keyboard shortcuts?

Yes. Q uses each IDE's native shortcut system, so remap them in your IDE's keyboard settings; tooltips inside Q update to match. A refresh of the IDE may be needed before tooltips reflect the change.

What is the difference between q chat and the slash commands?

q chat is the terminal entry point that opens a session. Slash commands run inside a chat: /dev implements features, /review audits code, /transform upgrades versions, /clear resets the context.

Does Amazon Q have a shortcut to accept just part of a suggestion?

Yes — accept next word, documented by AWS as Option + Right in VS Code (Alt + Right on a Windows layout). Tab still accepts the whole suggestion.

🤖 Ask AI about Amazon Q shortcuts

Open your assistant with this page preloaded as the source — great for follow-up questions like "which of these work in other apps?"

ChatGPT Claude Perplexity Gemini Grok