diff --git a/Usage.md b/Usage.md new file mode 100644 index 0000000..11a8cc2 --- /dev/null +++ b/Usage.md @@ -0,0 +1,79 @@ +# EntryInfo + +The first menu from the sidebar is the EntryInfo. + +![](https://github.com/Universal-Team/Universal-Updater/blob/master/screenshots/EntryInfo.png) + +See some Information about the current selected app. + +## Controls +| Control | Description | +|-----------|---------------------| +| KEY_A | Open Download List | +| KEY_START | Open Marking Menu | +| STAR_ICON | Open Marking Menu | + + +# DownloadList + +The second menu from the sidebar is the DownloadList. + +![](https://github.com/Universal-Team/Universal-Updater/blob/master/screenshots/DownloadList.png) + +Execute the download entries of a selected app. + +## Controls +| Control | Description | +|-------------|------------------------------| +| KEY_A | Select Download Entry | +| KEY_B | Go to last selected Menu | +| TOUCH_ENTRY | Select Download Entry | +| D-PAD | Scroll through the Entries | + + +# Search and Filters + +The third menu from the sidebar is the Search and Filters menu. + +![](https://github.com/Universal-Team/Universal-Updater/blob/master/screenshots/SearchMenu.png) + +Search for a specific app.. or filter for your markings. + +## Controls +| Control | Description | +|--------------------|-------------------------------------| +| KEY_A | Open Download List of selected app | +| TOUCH_SEARCH_BOXES | Include in search | +| TOUCH_SEARCHBAR | Open Keyboard | +| TOUCH_FILTER_BOXES | Filter for Markings | + + +# Sorting + +The fourth menu from the sidebar is the Sorting menu. + +![](https://github.com/Universal-Team/Universal-Updater/blob/master/screenshots/SortMenu.png) + +Sort for Title, Author and last-updated in Ascending or Descending.. and change the Top Style Menu from a Grid to List. + +## Controls +| Control | Description | +|--------------------|-------------------------------------| +| KEY_A | Open Download List of selected app | + + +# Settings + +The fifth menu from the sidebar are the Settings. + +![](https://github.com/Universal-Team/Universal-Updater/blob/master/screenshots/SettingsMenu.png) + +Change the Language, switch the UniStore and some other things. + +## Controls +| Control | Description | +|--------------------|-----------------------------| +| KEY_A | Select Setting | +| KEY_B | Open EntryInfo menu | +| TOUCH_SETTING | Select Setting | +| D-PAD | Scroll through the Settings | \ No newline at end of file