Fix bugs in the reference card
Reported by Michael Kaelbling.
This commit is contained in:
parent
c4a566df87
commit
f3953d3b15
|
@ -453,6 +453,7 @@ formula, \kbd{:=} a field formula.
|
|||
\key{find next link}{C-c C-x C-n}
|
||||
\key{find previous link}{C-c C-x C-p}
|
||||
\key{edit code snippet of file at point}{C-c '}
|
||||
|
||||
{\bf Internal Links}
|
||||
|
||||
\key{\kbd{<<My Target>>}}{\rm target}
|
||||
|
@ -555,11 +556,10 @@ after ``{\tt :}'', and dictionary words elsewhere.
|
|||
\key{capture columns view in dynamic block}{C-c C-x i}
|
||||
|
||||
\key{quit column view}{q}
|
||||
\key{next/previous allowed value}{S-left/right}
|
||||
\key{next/previous allowed value}{n / p}
|
||||
\key{show full value}{v}
|
||||
\key{edit value}{e}
|
||||
\metax{next/previous allowed value}{n/p or S-left/right}
|
||||
\key{edit allowed values list}{a}
|
||||
\key{show value}{v}
|
||||
\key{make column wider/narrower}{> / <}
|
||||
\key{move column left/right}{M-left/right}
|
||||
\key{add new column}{M-S-right}
|
||||
|
@ -699,7 +699,7 @@ some other place.
|
|||
\key{export/publish dispatcher}{C-c C-e}
|
||||
|
||||
\key{export visible part only}{C-c C-e v}
|
||||
\key{insert template of export options}{C-c C-x t}
|
||||
\key{insert template of export options}{C-c C-e t}
|
||||
\key{toggle fixed width for entry or region}{C-c :}
|
||||
|
||||
%{\bf HTML formatting}
|
||||
|
|
Loading…
Reference in New Issue