diff --git a/packages/compass-shell/src/components/shell-info-modal/keyboard-shortcuts-table.tsx b/packages/compass-shell/src/components/shell-info-modal/keyboard-shortcuts-table.tsx index b2495c16526..5da2d4978cd 100644 --- a/packages/compass-shell/src/components/shell-info-modal/keyboard-shortcuts-table.tsx +++ b/packages/compass-shell/src/components/shell-info-modal/keyboard-shortcuts-table.tsx @@ -13,10 +13,6 @@ import { } from '@mongodb-js/compass-components'; const hotkeys = [ - { - key: 'Ctrl+`', - description: 'Toggle shell.', - }, { key: 'Ctrl+A', description: 'Moves the cursor to the beginning of the line.',