From a35ebacab155c1605ba1d21487f018a124e6e5a0 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Mon, 30 Apr 2018 02:28:58 +0200 Subject: [PATCH] Readme: added 'Buttons' section --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 478903a..227f320 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,21 @@ These short instructions apply to all users who have [boot9strap](https://github You may now run GodMode9 via holding the X Button (or any other button you chose) at startup. See below for a list of stuff you can do with it. +## Buttons in GodMode9 usage +GodMode9 is designed to be intuitive, buttons leading to the results you'd expect. However, some stuff may not be obvious at first glance. So, here's a quick, incomplete rundown of what each button / button combo does. +* __ button__: The button is the 'confirm' / 'choose' button. It confirms prompts and selects entries in menus. In the main file view, it pulls up a submenu for files and opens directories (use on directories for a submenu, also including the invaluable title search). In the hexviewer, switches into edit mode. +* __ button__: The button is the 'cancel' / 'return' button. Use it to leave menus without action, hold it on file operations to cancel said file operations. +* __ button__: In the main file view, the button deletes (marked) files. With files are renamed. +* __ button__: In the main file view, the button copies and pastes files. With you can create folders and dummy files. +* __ button__: The button is the 'mark' button. Use it with / to mark / unmark all files in a folder, hold it and use / to select multiple files. +* __ button__: The button is the 'switch' button. It switches buttons to their secondary function. Notable exceptions are for a screenshot (works almost anywhere), / to switch panes and to reload the file listing. +* __ button__: Use the button to reboot from GodMode9. Use to poweroff your 3DS. +* __ button clears or restores the clipboard (depending on if it's empty or not). +* __ button__: The button enters the HOME menu, including the scripts / payloads submenus, options for formatting the SD, setting the RTC, and more. +* __ combo__: This little known keycombo, when held at startup, pauses the GodMode9 boot so that you can stare at the splash screen for a little longer. +* ____: If you have installed GodMode9 as your bootloader, this keycombo enters the bootmenu. Hold on startup! + + ## How to build this / developer info Build `GodMode9.firm` via `make firm`. This requires [firmtool](https://github.com/TuxSH/firmtool), [Python 3.5+](https://www.python.org/downloads/) and [devkitARM](https://sourceforge.net/projects/devkitpro/) installed).