Decky File Manager 1.2.0 Beta 4
Pre-release
Pre-release
·
9 commits
to testing
since this release
Makes the editor actually typable, and fixes the empty recent-folders list.
Fixed
- The on-screen keyboard never opened in the editor. Decky's
TextFieldis not a plain<input>— it is Steam's own component, and that is what raises the keyboard. A raw<textarea>has none of that wiring, so the editor was effectively read-only. The editor now shows the file as numbered lines and every edit goes through Steam's text field: press A on a line, type, then Apply. The same panel can insert a line below or delete the line, and B backs out of the line before it backs out of the file. - Recent folders was always empty. The history was only re-read when the folder changed, and the read on open happened before anything had been recorded. It is now re-read each time the list is opened, and a failed lookup says so instead of looking like an empty history.
- Y no longer opens the file context menu on top of an open modal.
Install through Decky Loader's Install from zip, with developer mode enabled.