From 393a8c1e495f11a1deab6e1740b39f7ece8d711d Mon Sep 17 00:00:00 2001 From: Kyle Reed <3761006+kallanreed@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:15:10 -0700 Subject: [PATCH] Updated File manager (markdown) --- File-manager.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/File-manager.md b/File-manager.md index a51772e..f5a822c 100644 --- a/File-manager.md +++ b/File-manager.md @@ -7,12 +7,15 @@ Used to manage files on the SD Card. - Use the right button to select a folder to take an action on (e.g. rename a folder). - Use the left button or select the ".." folder to go up a directory. -Selecting a TXT or PPL file will open Notepad so the file can be viewed. Selecting a PNG file will open the Screenshot viewer (this can only view screenshots generated on the device). Use the right button to enter the toolbar for these file types. Exiting Notepad or the Screenshot viewer when launched this way will return back to Fileman. - -When viewing a screenshot, press any key to return back to Fileman. - A small, blinking arrow on the right indicates that there are more items if you scroll down. +### File type handlers +Selecting certain types of files launch a viewer for the content. Use the right button to enter the toolbar for these file types. Exiting the viewer when launched this way will return back to Fileman. +- BMP files will open in the Splash viewer. If the file is of the correct size and type, it can be set as the splash screen. +- TXT files will open in Notepad +- PPL and C16 files will open in Replay in the correct mode. +- PNG file will open the Screenshot viewer (this can only view screenshots generated on the device). When viewing a screenshot, press any key to return back to Fileman. + ## Buttons ![Tools_File manager](https://github.com/eried/portapack-mayhem/assets/3761006/9a138517-c66b-4a4f-8456-b48b84f9ec85)