Skip to content

fix(ui): sync bubbles list filter key with custom binding#152

Merged
renato0307 merged 1 commit intomainfrom
fix/filter-shortcut
Feb 10, 2026
Merged

fix(ui): sync bubbles list filter key with custom binding#152
renato0307 merged 1 commit intomainfrom
fix/filter-shortcut

Conversation

@dnlopes
Copy link
Copy Markdown
Collaborator

@dnlopes dnlopes commented Feb 9, 2026

Summary

Fix ctrl+f filter shortcut not working after the keyboard shortcut swap in #151.

Changes

  • Sync the bubbles list.Model internal KeyMap.Filter with rocha's custom filter key binding

Context

The bubbles list.Model has its own internal KeyMap.Filter that defaults to "/".
When #151 swapped the filter shortcut from "/" to "ctrl+f", only rocha's custom
KeyMap was updated but the list's internal filter trigger was never synced.

The bubbles list.Model has its own internal KeyMap.Filter that defaults
to "/". When the filter shortcut was swapped to ctrl+f, only rocha's
custom KeyMap was updated but the bubbles list's internal filter trigger
was never synced, making ctrl+f non-functional.
@renato0307 renato0307 merged commit 9cdf12e into main Feb 10, 2026
2 checks passed
@renato0307 renato0307 deleted the fix/filter-shortcut branch February 10, 2026 04:08
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.

2 participants