Make File Widget Sub-Menu Configurable (v 1.3.14-beta1)

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 focus property to true so it can be opened it with the enter key or space bar.
  • Give the OK button an Alt+O shortcut by using an ampersand &.
  • Reassign Ctrl+O to 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.