diff options
author | Joursoir <chat@joursoir.net> | 2021-12-14 18:41:23 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-12-14 18:41:35 +0300 |
commit | 5117ed86d5a1b1a264cc05ff660a296d638b2ed9 (patch) | |
tree | 3394962fddac3908824640cdc79ddea1f6e4a68f | |
parent | 7e1a69e43832a7ada128e3f47c9d71071e1336c1 (diff) | |
download | ufm-5117ed86d5a1b1a264cc05ff660a296d638b2ed9.tar.gz ufm-5117ed86d5a1b1a264cc05ff660a296d638b2ed9.tar.bz2 ufm-5117ed86d5a1b1a264cc05ff660a296d638b2ed9.zip |
readme: write about usage and available controlsv0.2.0
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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 +``` + |