Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Lexz-08/App-Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexz-08 committed Apr 3, 2022
2 parents 7b55434 + 76c68f3 commit 7650352
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,21 @@ Example 4=C:\example4_program.exe

This example here will create 2 different categories each with a pair of 2 different "example programs".

Also, clicking on a list item representing a program will launch it using the file path stored in the program after being loaded from the .ini file.
### Controls
- `Add Category`
- Opens a prompt where you enter a category name, and confirming will create a new, empty category in the launcher.
- `Add Program`
- Opens a prompt where you enter a program name and path, and confirming will create a new program in the current category in the launcher.
- `Mouse Left-Click`
- **Category**
- Selects a different category of programs in the launcher.
- **Program**
- Launches the selected program in the current category in the launcher.
- `Mouse Right-Click`
- **Category**
- Opens a prompt where you enter a category name or leave the input alone, and confirming will change the name of the selected category in the launcher.
- **Program**
- Opens a prompt where you enter a program name and path or leave an of the inputs alone, and confirming will modify the selected program in the current category in the launcher.

### Download
[Standalone](https://github.com/Lexz-08/App-Launcher/releases/download/1.0/Standalone.zip)

0 comments on commit 7650352

Please sign in to comment.