The most recent beta added a sub-menu to the file dialog widget:
Would you please make it so that the script author can configure whether to display this sub-menu? I realize it has a purpose to address other issues, but maybe the options could be moved to preferences.
Referencing the screen capture above, I configured this example dialog to require as few steps as possible to open a sprite through keyboard:
- Set the file widget’s
focusproperty totrueso it can be opened it with the enter key or space bar. - Give the
OKbutton anAlt+Oshortcut by using an ampersand&. - Reassign
Ctrl+Oto the script.
The sub-menu adds 2 more steps because I have to press the down arrow key on the sub menu to go to Choose File... then press Enter again.
Thanks for considering.
