Add new key mappings

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-15 17:25:02 +00:00
parent 59688aaf0e
commit ae4b713bf6

View File

@@ -32,7 +32,8 @@ static void showControls(void)
"Stop: L+B\n" "Stop: L+B\n"
"A: Open File\n" "A: Open File\n"
"B: Go up folder\n" "B: Go up folder\n"
"Start: Exit\n"); "Start: Exit\n"
"Browse: Up, Down, Left or Right\n");
} }
/** /**