aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
index b405b47..73dba15 100644
--- a/README.md
+++ b/README.md
@@ -44,3 +44,28 @@ ShellPkg/Application/UfmApp/UfmApp.inf
```
UfmCommandLib|Include/Library/UfmCommandLib.h
```
+
+## Usage:
+
+```
+Shell> ufm
+```
+
+This example of launching an application is possible if it's integrated in the Shell. In other case, go to the desired file system and run **UfmApp.efi**
+
+The app doesn't currently support command line arguments
+
+### Controls:
+
+There is no mouse support.
+
+Keyboard Inputs:
+
+```
+- UP ARROW / DOWN ARROW: move to the next / prev item or scroll a line up / down
+- TAB: move to the next panel
+- ENTER: follow the current link
+- SPACE: select the file
+- F1-F10: special commands
+```
+