Describe the bug
On macOS, pressing Cmd+A (Select All) in the native open file dialog has no effect. It is impossible to select all files using the keyboard shortcut.
To Reproduce
Steps to reproduce the behavior:
- Run YUView on macOS.
- Click the "Open" button on the left panel (or press
Cmd+O) to show the native file dialog.
- Try to press
Cmd+A to select all files in the directory.
- No files are selected.
Expected behavior
All files in the folder should be selected, matching the behavior on Windows (Ctrl+A).
Version
- OS: macOS
- Version: develop branch
- If you compiled YUView yourself then which Qt version did you use? Compiled with Qt 6.x
Describe the bug
On macOS, pressing
Cmd+A(Select All) in the native open file dialog has no effect. It is impossible to select all files using the keyboard shortcut.To Reproduce
Steps to reproduce the behavior:
Cmd+O) to show the native file dialog.Cmd+Ato select all files in the directory.Expected behavior
All files in the folder should be selected, matching the behavior on Windows (
Ctrl+A).Version