diff --git a/hledger-web/static/hledger.css b/hledger-web/static/hledger.css index 5cc5ec30b..9b1d7708c 100644 --- a/hledger-web/static/hledger.css +++ b/hledger-web/static/hledger.css @@ -259,4 +259,9 @@ tr.firstposting td { } .twitter-typeahead { width:100%; -} \ No newline at end of file +} + +code { + font-weight: bold; + color: black; +} diff --git a/hledger-web/templates/default-layout-wrapper.hamlet b/hledger-web/templates/default-layout-wrapper.hamlet index 82fc94dbd..8407e5e3f 100644 --- a/hledger-web/templates/default-layout-wrapper.hamlet +++ b/hledger-web/templates/default-layout-wrapper.hamlet @@ -61,11 +61,11 @@ $newline never
Keyboard shortcuts
General
Search
-
h or maybe ? - view this help (escape or click to exit)
+ j - go to the Journal view (home)
+ a - add a transaction (escape to cancel)
+ s - toggle sidebar
+ f - focus search form ("find")
@@ -79,19 +79,19 @@ $newline never
-
acct:REGEXP - filter on to/from account
+ desc:REGEXP - filter on description
+ date:PERIODEXP, date2:PERIODEXP - filter on date or secondary date
+ code:REGEXP - filter on transaction's code (eg check number)
+ status:*, status:!, status: - filter on transaction's cleared status (cleared, pending, uncleared)
+
+ amt:N, amt:<N, amt:>N - filter on the unsigned amount magnitude. Or with a sign before N, filter on the signed value. (Single-commodity amounts only.)
+ cur:REGEXP - filter on the currency/commodity symbol (must match all of it). Dollar sign must be written as \$
+ tag:NAME, tag:NAME=REGEX - filter on tag name, or tag name and value
+
+ real:BOOL - filter on postings' real/virtual-ness
not: to negate a search term