Skip to content

fix(sidebar): allow explorer/search hotkeys while search field is focused#1288

Merged
perber merged 1 commit into
mainfrom
fix/sidebar-hotkey-search-focus
Jul 8, 2026
Merged

fix(sidebar): allow explorer/search hotkeys while search field is focused#1288
perber merged 1 commit into
mainfrom
fix/sidebar-hotkey-search-focus

Conversation

@perber

@perber perber commented Jul 8, 2026

Copy link
Copy Markdown
Owner

HotKeyHandler blocks shortcuts when a form element is focused unless it opts in via data-allow-hotkeys. The sidebar search input never opted in, so Ctrl+Shift+E (and Ctrl+Shift+F) silently did nothing while typing in search, as reported in #1287.

…used

HotKeyHandler blocks shortcuts when a form element is focused unless it
opts in via data-allow-hotkeys. The sidebar search input never opted in,
so Ctrl+Shift+E (and Ctrl+Shift+F) silently did nothing while typing in
search, as reported in #1287.
@perber perber linked an issue Jul 8, 2026 that may be closed by this pull request
4 tasks
@perber
perber merged commit df30406 into main Jul 8, 2026
9 checks passed
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.

Won't switch to Explorer panel using shortcut while Search field in focus.

1 participant