Skip to content

Conversation

@waleedlatif1
Copy link
Collaborator

Summary

  • Remove C, T, E single-key hotkeys for switching panel tabs (Copilot, Toolbar, Editor)
  • Remove command definitions and registrations from global keyboard config
  • Remove from docs across all 6 locales (en, es, fr, de, ja, zh)

Type of Change

  • Bug fix

Testing

Tested manually

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel
Copy link

vercel bot commented Feb 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 11, 2026 9:20pm

Request Review

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 11, 2026

Greptile Overview

Greptile Summary

Removed single-key hotkeys (C, T, E) for switching between Copilot, Toolbar, and Editor panel tabs to prevent conflicts with typing in text inputs.

  • Removed command IDs from CommandId type and COMMAND_DEFINITIONS in commands-utils.ts
  • Removed command registrations and handlers from panel.tsx
  • Updated documentation across all 6 supported locales (en, es, fr, de, ja, zh)
  • No remaining references to the removed hotkeys found in codebase

The changes are clean and complete with all code and documentation updated consistently.

Confidence Score: 5/5

  • This PR is safe to merge with no risks
  • Simple removal of unused hotkey commands with consistent changes across code and documentation, no logic changes to existing functionality, and verified no remaining references
  • No files require special attention

Important Files Changed

Filename Overview
apps/sim/app/workspace/[workspaceId]/utils/commands-utils.ts Removed three command definitions (focus-copilot-tab, focus-toolbar-tab, focus-editor-tab) and their IDs from the CommandId type - clean removal with no issues
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/panel.tsx Removed three command registrations and handlers for tab switching hotkeys, updated comment documentation - clean removal with no issues
apps/docs/content/docs/en/keyboard-shortcuts/index.mdx Removed documentation for C, T, E hotkeys from English keyboard shortcuts reference

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1 waleedlatif1 merged commit d5a756c into staging Feb 11, 2026
7 checks passed
@waleedlatif1 waleedlatif1 deleted the fix/hotkeys branch February 11, 2026 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant