quick ref docs
2004-01-26 David Trowbridge <trowbrds@cs.colorado.edu> * quick ref docs svn path=/trunk/; revision=24474
This commit is contained in:
committed by
JP Rosevear
parent
e0a29243e7
commit
bbe3fb2eaf
@ -1,3 +1,7 @@
|
||||
2004-01-26 David Trowbridge <trowbrds@cs.colorado.edu>
|
||||
|
||||
* quick ref docs
|
||||
|
||||
2004-01-09 Rodney Dawes <dobey@ximian.com>
|
||||
|
||||
* C/Makefile.am (entities): Remove usage-exec-summary.xml
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
SUBDIRS = C
|
||||
SUBDIRS = \
|
||||
C \
|
||||
quickref
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog.pre-1-4 \
|
||||
|
||||
2
help/quickref/.cvsignore
Normal file
2
help/quickref/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
2
help/quickref/C/.cvsignore
Normal file
2
help/quickref/C/.cvsignore
Normal file
@ -0,0 +1,2 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
8
help/quickref/C/Makefile.am
Normal file
8
help/quickref/C/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
||||
HELP_FILES = quickref.pdf
|
||||
|
||||
quickrefdir = $(evolutionhelpdir)/quickref/C
|
||||
quickref_DATA = $(HELP_FILES)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(HELP_FILES) \
|
||||
quickref.tex
|
||||
BIN
help/quickref/C/quickref.pdf
Normal file
BIN
help/quickref/C/quickref.pdf
Normal file
Binary file not shown.
111
help/quickref/C/quickref.tex
Normal file
111
help/quickref/C/quickref.tex
Normal file
@ -0,0 +1,111 @@
|
||||
% To rebuild the .pdf from this source, use something like the following
|
||||
% latex quickref.tex
|
||||
% dvips -t letter -f -Pcmz < quickref.dvi >| quickref.ps
|
||||
% ps2pdf -sPAPERSIZE=letter quickref.ps
|
||||
\documentclass[12pt]{article}
|
||||
\usepackage[latin1]{inputenc}
|
||||
\usepackage{lscape}
|
||||
\usepackage{setspace}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{multicol}
|
||||
\usepackage[normalem]{ulem}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{color}
|
||||
\usepackage{hyperref}
|
||||
|
||||
\textheight=9in
|
||||
\textwidth=7.5in
|
||||
\headheight=0pt
|
||||
\headsep=0pt
|
||||
\topmargin=0in
|
||||
\oddsidemargin=-0.4in
|
||||
\evensidemargin=-0.6in
|
||||
\parindent=0pt
|
||||
\parsep=1pt
|
||||
\pagestyle{empty}
|
||||
|
||||
\date {}
|
||||
|
||||
\makeatother
|
||||
|
||||
\begin{document}
|
||||
\begin{landscape}
|
||||
|
||||
% \textit{Dan Kuester's all-leather}
|
||||
|
||||
\begin{center}
|
||||
\begin{minipage}[m]
|
||||
{1in}\includegraphics[height=1in]{../evolution-logo.eps}\hspace{5mm}
|
||||
\end{minipage}
|
||||
\hspace{8mm}
|
||||
\textbf{\Huge{Ximian Evolution Quick Reference Card}}
|
||||
\end{center}
|
||||
|
||||
\begin{center}
|
||||
\begin{multicols}{2}
|
||||
\section*{Global}
|
||||
\begin{tabular*}{4in}{rp{1.5in}}
|
||||
\textit{\textbf{Controls}} & \\
|
||||
New item in current mode & \textbf{Ctrl+N} \\
|
||||
Clear search bar & \textbf{Shift+Ctrl+B} \\
|
||||
% Import* & \textbf{Ctrl+I} \\
|
||||
Close window & \textbf{Ctrl+W} \\
|
||||
Open new window & \textbf{Shift+Ctrl+W} \\
|
||||
\vspace{1.5mm}
|
||||
Quit evolution & \textbf{Ctrl+Q} \\
|
||||
\textit{\textbf{Selection(s)}} & \\
|
||||
Print selection(s) & \textbf{Ctrl+P} \\
|
||||
Move selection(s) to folder & \textbf{Shift+Ctrl+V} \\
|
||||
Copy selection(s) to folder & \textbf{Shift+Ctrl+Y} \\
|
||||
Delete selection(s) & \textbf{Del} or \textbf{Backspace} \\
|
||||
\end{tabular*}
|
||||
\section*{Calendar/Task Components}
|
||||
\begin{tabular*}{4in}{rp{1.5in}}
|
||||
\textit{\textbf{Schedule Manipulation}} & \\
|
||||
New appointment & \textbf{Ctrl+Shift+A} \\
|
||||
New all-day appointment* & \textbf{Ctrl+Shift+D} \\
|
||||
New meeting* & \textbf{Ctrl+Shift+E} \\
|
||||
New task & \textbf{Ctrl+Shift+T} \\
|
||||
\vspace{1.5mm}
|
||||
Purge old schedules & \textbf{Ctrl+E} \\
|
||||
\textit{\textbf{Navigation}} & \\
|
||||
Go to today & \textbf{Ctrl+Alt+T} \\
|
||||
Go to date & \textbf{Ctrl+Alt+G} \\
|
||||
\end{tabular*}
|
||||
{\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
|
||||
\section*{Mail Component}
|
||||
\begin{tabular*}{4in}{rp{1.5in}}
|
||||
\textit{\textbf{General Commands}} & \\
|
||||
New message & \textbf{Ctrl+Shift+M} \\
|
||||
\vspace{1.5mm}
|
||||
Send/Recieve messages & \textbf{F9} \\
|
||||
\textit{\textbf{Selection(s)}} & \\
|
||||
Apply filters & \textbf{Ctrl+Y} \\
|
||||
Open in new window & \textbf{Return Ctrl+O} \\
|
||||
\vspace{1.5mm}
|
||||
Forward selection(s) & \textbf{Ctrl+F} \\
|
||||
\textit{\textbf{Message List Pane}} & \\
|
||||
Next unread message & \textbf{.} or \textbf{]} \\
|
||||
\vspace{1.5mm}
|
||||
Prev. unread message & \textbf{,} or \textbf{[} \\
|
||||
\textit{\textbf{Preview Pane}} & \\
|
||||
Reply to list & \textbf{Ctrl+L} \\
|
||||
Reply to sender & \textbf{Ctrl+R} \\
|
||||
Reply to all recipients & \textbf{Shift+Ctrl+R} \\
|
||||
Scroll up & \textbf{Backspace} \\
|
||||
Scroll down & \textbf{Space} \\
|
||||
\end{tabular*}
|
||||
\section*{Contacts Component}
|
||||
\begin{tabular*}{4in}{rp{1.5in}}
|
||||
\textit{\textbf{General Commands}} & \\
|
||||
New contact* & \textbf{Ctrl+Shift+C} \\
|
||||
\vspace{1.5mm}
|
||||
New contact list* & \textbf{Ctrl+Shift+L} \\
|
||||
\textit{\textbf{Selection(s)}} & \\
|
||||
View selection(s)* & \textbf{Ctrl+Shift+O} \\
|
||||
Save as VCard* & \textbf{Ctrl+Alt+S} \\
|
||||
\end{tabular*}
|
||||
\end{multicols}
|
||||
\end{center}
|
||||
\end{landscape}
|
||||
\end{document}
|
||||
3
help/quickref/Makefile.am
Normal file
3
help/quickref/Makefile.am
Normal file
@ -0,0 +1,3 @@
|
||||
SUBDIRS = C
|
||||
|
||||
EXTRA_DIST = evolution-logo.eps
|
||||
18472
help/quickref/evolution-logo.eps
Normal file
18472
help/quickref/evolution-logo.eps
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user