From b9affbaee95262632ff16a80cbb75711465d5147 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 4 Sep 2015 07:36:23 -0700 Subject: [PATCH] ui: acc: show enter key in bottom help --- hledger-ui/Hledger/UI/AccountsScreen.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-ui/Hledger/UI/AccountsScreen.hs b/hledger-ui/Hledger/UI/AccountsScreen.hs index 6635a4d04..d9241b2c4 100644 --- a/hledger-ui/Hledger/UI/AccountsScreen.hs +++ b/hledger-ui/Hledger/UI/AccountsScreen.hs @@ -121,7 +121,7 @@ drawAccountsScreen _st@AppState{aopts=uopts, ajournal=j, aScreen=AccountsScreen{ bottomlabel = borderKeysStr [ -- ("up/down/pgup/pgdown/home/end", "move") ("-+1234567890", "adjust depth limit") - ,("right", "show transactions") + ,("right/enter", "show transactions") ,("q", "quit") ]