Issue Description
Describe the bug
Using the keyboard shortcut Ctrl + H can also invoke a tab search function when multiple tabs are present.
Steps to reproduce the bug
- Open Index
- Use keyboard shortcut to show/hide hidden files
- Open a new tab
- Use the shortcut, but now it triggers a dialog to search tabs
Expected behavior
Using Ctrl + H in Index only does a single action.
Screenshots
Tab search dialog in Index.
Additional context
In MauiKit TabView, Ctrl+H calls findTab(), which opens the quick tab search when multiple tabs are present. In Index, toggling hidden files creates a conflict when that's the case.
The problem is in MauiKit, since in Index, the shortcut is more common for that particular action (show/hide hidden files) within the app's scope (a file manager).
While Index provides a GUI fallback in the action bar (lower bottom-right), it's an annoying UX bug.
OS version and Desktop information
MauiKit Core 4.0.3 master/75956b2
Issue Description
Describe the bug
Using the keyboard shortcut Ctrl + H can also invoke a tab search function when multiple tabs are present.
Steps to reproduce the bug
Expected behavior
Using Ctrl + H in Index only does a single action.
Screenshots
Additional context
In MauiKit TabView, Ctrl+H calls
findTab(), which opens the quick tab search when multiple tabs are present. In Index, toggling hidden files creates a conflict when that's the case.The problem is in MauiKit, since in Index, the shortcut is more common for that particular action (show/hide hidden files) within the app's scope (a file manager).
While Index provides a GUI fallback in the action bar (lower bottom-right), it's an annoying UX bug.
OS version and Desktop information
MauiKit Core 4.0.3 master/75956b2