: Chat input field doesn't capture Option+Arrow keys, triggering app-level navigation shortcuts

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When the chat input field is focused, pressing Option+Left or Option+Right (standard macOS word-jump shortcuts) does not move the cursor within the text input as expected. Instead, the keypresses are intercepted by the application and trigger Cursor’s global shortcuts (in this case previous/next in the integrated browser’s history even if the browser is closed).

Keyboard shortcuts that are standard text-editing gestures (Option+Arrow) should be consumed by a focused input element and never bubble up to global application handlers. This violates standard macOS text input conventions and makes the chat input frustrating to use for anyone editing their messages before sending.

Steps to Reproduce

Open the Cursor chat panel.
Click into the chat input field so it has focus.
Type a few words.
Press Option+Left or Option+Right.

Expected Behavior

Since the chat input field is focused, Option+Left / Option+Right should be handled locally by the input, moving the cursor word by word within the text, as is standard macOS behavior in any text field.

Operating System

MacOS

Version Information

Version: 2.6.22
VSCode Version: 1.105.1
Commit: c6285feaba0ad62603f7c22e72f0a170dc8415a0
Date: 2026-03-27T15:59:31.561Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin x64 24.6.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, this is a known issue. The built-in browser tab grabs Option+Arrow after you interact with the URL bar, especially after picking something from autocomplete.

Duplicate bug report: Browser tab reacts on keys pressed in agent window

Workaround: close the browser tab and open it again. Option+Arrow will work as word-jump in the input again. The issue only comes back after you pick a URL from autocomplete again.

The team is aware and the bug is logged.

1 Like

A post was merged into an existing topic: Browser tab reacts on keys pressed in agent window