Skip to content

Decky File Manager 1.2.0 Beta 5

Pre-release
Pre-release

Choose a tag to compare

@danielcamilo1 danielcamilo1 released this 02 Sep 21:37
· 8 commits to testing since this release

Fixes the editor being unreachable with the gamepad, the keyboard never opening, and the missing recent-folders list — all three were the same root cause.

Both dialogs were rendered as an inline ModalRoot inside the page. showModal goes through Steam's own modal manager, and that is what puts a dialog in the gamepad navigation tree: rendering inline draws the same chrome but registers nothing, so the D-pad could not reach it and Steam never activated the text field that raises the on-screen keyboard. The Y context menu always worked because it goes through showContextMenu.

Fixed

  • The file editor is now reachable with the D-pad. Press A on a line, type on the Steam keyboard, Apply. Insert line below and Delete line are in the same panel, and B backs out of the line before it backs out of the file.
  • Recent folders now opens and lists the history. This also removes a second failure mode: the list was previously opened by a state update dispatched into the page as the context menu was being torn down.

Note: the other dialogs (rename, delete, properties, new folder, new file) still render inline and have the same limitation — say the word and they get the same treatment.

Install through Decky Loader's Install from zip, with developer mode enabled.