Most people use Claude the way they used Google Search in 2004 โ€” by typing something, reading the response, and starting over. That's fine. But if Claude is part of your daily work stack, every second of friction compounds. The teams that deploy Claude at scale โ€” and get the ROI to justify enterprise implementations โ€” are the ones who've invested time learning how the interface actually works.

This is the complete reference guide to Claude keyboard shortcuts, slash commands, productivity features, and lesser-known behaviours. We've organised it by interface (web, desktop app, Claude Cowork) and by workflow type. Bookmark it. Come back when you start a new project.

Claude Web Interface โ€” Keyboard Shortcuts

The Claude web app (claude.ai) supports a set of keyboard shortcuts that most users never discover. These work on both Mac and Windows, with the modifier key differences noted below.

Action Mac Windows / Linux
Start a new conversation โŒ˜ + K Ctrl + K
Submit message (without Shift+Enter) Return Enter
Insert a newline in message Shift + Return Shift + Enter
Stop generating response Esc Esc
Copy last code block Click the copy icon or โŒ˜ + C after selecting Click the copy icon or Ctrl + C
Open Projects sidebar โŒ˜ + B Ctrl + B
Search conversations โŒ˜ + F (in sidebar) Ctrl + F
Edit last message sent Click the edit pencil icon beside the message Click the edit pencil icon beside the message
Regenerate last response Click the refresh icon below the response Click the refresh icon
โšก Power tip: Stop and steer

Hit Esc to stop Claude mid-response if it's going in the wrong direction. Then use the edit icon on your last message to refine the prompt โ€” this preserves the conversation context more cleanly than starting over with a new message.

Slash Commands

Slash commands appear when you type / at the start of a message in the web interface. They give quick access to formatting and workflow features. As of 2026, Claude supports the following slash commands natively:

Command What it does
/clear Clears the current conversation context without leaving the session
/help Shows available commands and interface tips
/new Opens a new conversation window

In Claude Code, the slash command system is significantly more powerful โ€” it includes custom user-defined slash commands stored in CLAUDE.md files, skills triggers, and agent delegation commands. If you're using Claude Code for development workflows, the slash command surface is one of the highest-leverage things to learn.

Claude Cowork โ€” Keyboard Shortcuts and Commands

Claude Cowork is Anthropic's desktop-first AI work environment, and it has a richer shortcut system than the web interface. Cowork runs as a native desktop application (macOS, Windows, and Linux in beta), which means OS-level keyboard integration works properly.

Action Mac Windows
Open Cowork from any app โŒ˜ + Shift + Space Ctrl + Shift + Space
Attach active file to conversation โŒ˜ + Shift + A Ctrl + Shift + A
Start a new Cowork task โŒ˜ + N Ctrl + N
Switch between connectors โŒ˜ + 1โ€“9 Ctrl + 1โ€“9
Open Dispatch mobile controls โŒ˜ + D Ctrl + D
Toggle focus mode (hide sidebar) โŒ˜ + \ Ctrl + \
Search across all Cowork history โŒ˜ + Shift + F Ctrl + Shift + F
View active plugin panel โŒ˜ + P Ctrl + P

The global invoke shortcut (โŒ˜ + Shift + Space) is the one that changes how you work. It brings Cowork to the foreground from any application โ€” so instead of alt-tabbing, finding your Claude window, and re-establishing context, you can summon it, attach what you're looking at, and get back to your primary app in seconds. Our Cowork deployment team always includes shortcut training as part of enterprise rollouts.

Deploying Claude Cowork Across Your Organisation?

We handle enterprise rollout end to end โ€” from admin config and connector setup to user training and adoption metrics.

Book a Free Call

Prompt Productivity Techniques

Beyond interface shortcuts, how you structure prompts is where most productivity is won or lost. These aren't generic prompt engineering tips โ€” they're the patterns that experienced Claude users rely on every day.

The Continuation Pattern

When Claude gives you a partial answer or cuts off mid-document, simply typing "continue" or "keep going" is usually all you need. Claude maintains the thread of the previous response. For longer documents, you can be more specific: "Continue from where you left off, starting at the 'Implementation' section."

The Refinement Loop

Rather than starting a new conversation when you don't like a response, refine in place. Specific redirection works better than vague dissatisfaction. Comparison:

  • โŒ "This isn't good enough. Try again." โ€” Claude has no signal about what to fix.
  • โœ… "That's too long and too general. I need the same answer in three sentences maximum, focused on the security implications." โ€” Specific, actionable direction.

Role-Setting at the Start

Opening a conversation with a clear role framing shapes the register and expertise level of all subsequent responses. "You are a senior financial analyst reviewing a private equity term sheet" produces better output than jumping straight to your question. This is especially valuable in enterprise prompt libraries where the same context is used repeatedly.

The Multi-Part Request

Claude handles multi-part requests reliably as long as they're clearly numbered. Structure your request like a list:

1. Summarise the attached document in under 200 words
2. Identify the three most significant risks
3. Draft a response email in a professional but direct tone
4. Suggest three questions I should ask before signing

Projects and Context Management

Claude Projects is the most underused feature in most enterprise deployments. A Project is a persistent context container โ€” it holds files, instructions, and conversation history that Claude references across all sessions within that project. For teams that work with the same documents repeatedly (legal templates, product specs, financial models), Projects eliminate the repetitive friction of re-uploading context.

Project Instructions: Your Always-On System Prompt

Within a Project, you can set custom instructions that persist across every conversation. This is effectively a persistent system prompt. Use it to define: your organisation's writing style, the domain context Claude should assume, specific output formats you want, and any guardrails relevant to your use case. For organisations deploying Claude at scale, this is how you ensure consistency without asking every user to re-prompt from scratch each time.

File Strategy in Projects

Projects accept uploaded files that remain in context across sessions. Best practice: upload reference documents once (brand guidelines, compliance policies, product documentation) and let Claude reference them without re-uploading. Critically, Claude will tell you which documents it's drawing from โ€” so you always know when the context is shaping the answer.

Claude Cowork Power Features

Connectors and Tool Access

Claude Cowork supports direct connectors to Gmail, Google Drive, Slack, OneDrive, DocuSign, and other enterprise tools. The productivity gain isn't just that Claude can read your emails โ€” it's that you can ask Claude to perform a task across your tool stack in a single session. "Read the last three emails from Acme Corp, check the contract draft in my Google Drive folder labelled 'Acme 2026', and summarise what's agreed and what's still open." That's not a chatbot. That's an AI agent completing a workflow. Our Cowork connectors guide covers setup for each integration.

Dispatch: Mobile Control

Claude Dispatch is the companion mobile app for Cowork. It lets you trigger Cowork tasks from your phone โ€” useful when you're away from your desk but want to queue work before you return. The shortcut to open Dispatch from Cowork is โŒ˜ + D. From Dispatch on mobile, a single voice command can trigger a complex desktop task.

Skills: Reusable Task Templates

Cowork skills are packaged instructions and prompts that can be installed by individual users or deployed org-wide by admins. Think of them as macro templates โ€” you invoke a skill and Cowork knows exactly how to format the task, which context to reference, and which tools to use. If your team runs the same analysis every week, a skill reduces a 20-minute setup to a two-second trigger. See our skills guide for how to build and share custom skills.

API and Claude Code Shortcuts

If you're integrating Claude into your own applications via the Claude API, there are several techniques that amount to interface shortcuts at the integration level.

Prompt Caching

For applications that send the same large context repeatedly (a legal document corpus, a product catalogue, a security policy manual), prompt caching stores that context server-side between requests. The result: up to 90% cost reduction and dramatically faster response times for the first turn. This is the API equivalent of loading context once instead of re-uploading it every message.

Claude Code Shortcuts

Within Claude Code (the terminal-based coding assistant), shortcut productivity comes primarily from:

  • Custom CLAUDE.md configurations โ€” project-specific instructions that auto-load whenever Claude Code is invoked in that directory. See the CLAUDE.md configuration guide.
  • Custom slash commands โ€” user-defined commands stored in your CLAUDE.md that invoke specific workflows with a single typed trigger.
  • Hooks โ€” event-driven triggers that run automatically before or after Claude Code actions (pre-commit, post-edit, etc.)
  • Sub-agent delegation โ€” invoking sub-agents to handle parallelisable tasks independently while you work on the primary task.

Enterprise Deployment Productivity Tips

When you're deploying Claude across hundreds or thousands of users, individual shortcuts matter less than systematic productivity design. These are the patterns we apply in every enterprise Claude implementation:

1. Build a Centralised Prompt Library

Don't let every user re-invent prompts. Maintain a shared prompt library โ€” indexed by department and use case โ€” that teams can copy, adapt, and use. Our 100-prompt enterprise library is a good starting point.

2. Define Standard Projects Per Team

Create pre-configured Claude Projects for each major team (Legal, Finance, Marketing, Engineering). Pre-load with the team's reference documents, set appropriate system prompt instructions, and share access. This eliminates setup overhead from every conversation and ensures consistency.

3. Install Cowork Skills Org-Wide

Work with your Cowork admin to deploy custom skills to all users โ€” or to specific departments. Recurring use cases (weekly report generation, contract clause extraction, meeting summary formatting) become one-click workflows. Our Cowork deployment service covers skills design and rollout.

4. Use Claude for Meeting Prep, Not Just Output

Most teams use Claude to summarise after meetings. The bigger gain is before: use Claude to brief you on a client's recent news, identify the key questions you should be asking, and draft an agenda. A five-minute pre-meeting Claude session often replaces 30 minutes of unstructured research. See our guide to meeting summarisation and action tracking.

5. Train for Refinement, Not Just Prompting

The biggest productivity bottleneck in enterprise Claude adoption isn't generating first responses โ€” it's inefficient refinement. Users who don't know how to redirect Claude quickly spend twice as long per task. Include refinement technique training in your Claude workshops.

Need a Claude Training Programme for Your Team?

We design and deliver half-day to multi-day Claude training for enterprise teams โ€” covering everything from basic productivity to advanced agentic workflows.

Explore Training โ†’

Quick Reference Summary

Here's a condensed cheat sheet for the shortcuts most likely to stick:

ContextShortcut / TechniqueWhy it matters
Web UIEsc to stopRedirects without losing context
Web UIEdit last messageCleaner than appending corrections
CoworkโŒ˜+Shift+SpaceGlobal invoke from any app
CoworkโŒ˜+Shift+AAttach current file instantly
ProjectsPersistent system promptEliminates repetitive context-setting
APIPrompt caching90% cost reduction on repeated context
Claude CodeCLAUDE.md + slash commandsOne-word triggers for complex tasks
EnterpriseShared skills + prompt libraryConsistent productivity across all users

Related Articles

CI
Claude Implementation Team
Claude Certified Architects โ€” Enterprise AI Deployment Specialists
About our team โ†’