From 54bb7cb5b789a535a0045de5377ffd425faa4713 Mon Sep 17 00:00:00 2001 From: Pascal Bugnion Date: Sun, 10 Jun 2018 12:42:45 +0100 Subject: [PATCH] Note about navigation with arrow keys in help. --- sml_sync/screens/diff.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sml_sync/screens/diff.py b/sml_sync/screens/diff.py index 2170f5f..5a6b33b 100644 --- a/sml_sync/screens/diff.py +++ b/sml_sync/screens/diff.py @@ -36,6 +36,10 @@ Keys: + [left/right] Switch focus between the left-hand menu and + the action lists. + [up/down] Navigate the left-hand menu or the table of + files, depending on which one is focussed. [r] Refresh differences between the local file system and SherlockML. [q] Quit the application.