hoffstadt / hoffstadt/DearPyGui
`Ctrl + A` to "select all" in file dialog?
Open
state: thirdparty
type: improvement
- Dominant language
- C++
- Stars
- 15.6k
- Forks
- 783
- PR merge metrics
- No merged PRs in 30d
Description
I use dpg 2.0.0.
I a general file dialog, we are comfortable with three usually default multi-selection methods: `shift + left click` for continuous selection, `Ctrl + left click` for discontinuous selection, and `Ctrl + A` to select all in the current directory.
In the dpg file dialog that could be implemented by `dpg.file_dialog`, we can do the first two multi-selections by default, but not `Ctrl + A`. I wonder if there is a way to implement the `Ctrl + A`?
Contributor guide
Assessment
This issue has not been assessed yet.