|
From: <gi...@gp...> - 2011-05-22 22:19:59
|
The branch, master has been updated
via 436c3c9f59d8eafc668a611bd8daef55710c99eb (commit)
from af25426a72ca8d0a9b5c81b456f32b4351d7ec0a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
doc/refcard.tex | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 436c3c9f59d8eafc668a611bd8daef55710c99eb
Author: Felix Ruoff <Fe...@po...>
Commit: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
Fix refcard (missing footnote and add rotate buffer)
The shortcut 'shift-F7' for rotating paste buffer by 90 degree
is added as suggested in bug LP-699391 (formerly sf-1112590).
Fix footnote used in the tabular environment.
Closes-bug: lp-699391
Reviewed-by: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
:100644 100644 9ec2e2f... 8072351... M doc/refcard.tex
=========
Changes
=========
commit 436c3c9f59d8eafc668a611bd8daef55710c99eb
Author: Felix Ruoff <Fe...@po...>
Commit: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
Fix refcard (missing footnote and add rotate buffer)
The shortcut 'shift-F7' for rotating paste buffer by 90 degree
is added as suggested in bug LP-699391 (formerly sf-1112590).
Fix footnote used in the tabular environment.
Closes-bug: lp-699391
Reviewed-by: Krzysztof KoÅciuszkiewicz <k.k...@gm...>
diff --git a/doc/refcard.tex b/doc/refcard.tex
index 9ec2e2f..8072351 100644
--- a/doc/refcard.tex
+++ b/doc/refcard.tex
@@ -167,19 +167,21 @@ m & move to current layer \\
\Shift \Ctrl x & cut selected objects to buffer \\
& and enter pastebuffer mode \\
\Btn1 & in pastebuffer mode copy to layout \\
+\Shift \Fun7 & rotate 90 degree cc \\
\Ctrl 1$\cdots$5 & select buffer \# 1$\cdots$5 \\
\end{tabular}
\section{Sizing}
\begin{tabular}{@{}ll@{}}
-s & increase size of TLAPV \footnote{TLAPV: text, line, arc, pin or via}\\
+s & increase size of TLAPV\footnotemark\\
\Shift s & decrease size of TLAPV\\
\Mod s & increase drill size of PV \\
\Shift\Mod s & decrease drill size of PV \\
k & increase clearance of LAPV\\
\Shift\ k & decrease clearance of LAPV\\
\end{tabular}
+\footnotetext{TLAPV: text, line, arc, pin or via}
\section{Element}
|