Skip to content

Conversation

@zerone0x
Copy link
Contributor

@zerone0x zerone0x commented Jan 9, 2026

Summary

  • Skip list navigation when modifier keys (Alt/Option or Meta/Cmd) are pressed
  • Allows native text editing shortcuts like Option+Arrow (word navigation) and Option+Backspace (delete word) to work in search dialogs

Fixes #7398

@zerone0x zerone0x requested a review from adamdotdevin as a code owner January 9, 2026 03:56
@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2026

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@zerone0x zerone0x force-pushed the fix/macos-text-editing-shortcuts-7398 branch from a8cc6b9 to 68f1297 Compare January 9, 2026 03:59
fwang and others added 2 commits January 10, 2026 00:05
Revert "wip: zen"

This reverts commit 10ff8a6a0989c3ad1750bcd77bd82ad2766131b5.
Skip list navigation when modifier keys (Alt/Option or Meta/Cmd) are pressed,
allowing native text editing shortcuts like Option+Arrow (word navigation)
and Option+Backspace (delete word) to work in search dialogs.

Fixes anomalyco#7398

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@fwang fwang force-pushed the fix/macos-text-editing-shortcuts-7398 branch from 19518b5 to 2aa73ed Compare January 10, 2026 05:05
@adamdotdevin adamdotdevin merged commit b6b0097 into anomalyco:dev Jan 10, 2026
3 checks passed
fwang pushed a commit to lifefloating/opencode that referenced this pull request Jan 10, 2026
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.

Text editing shortcuts (Option+Arrow, Option+Backspace) don't work in search dialogs

3 participants