From 5117ed86d5a1b1a264cc05ff660a296d638b2ed9 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Tue, 14 Dec 2021 18:41:23 +0300 Subject: readme: write about usage and available controls --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 +``` + -- cgit v1.2.3-18-g5258