blob: 83cc156e6bf7c408e4e115e34569452a28a9abc3 (
plain) (
tree)
|
|
% 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=0.9in]{../evolution-logo.eps}\hspace{5mm}
\end{minipage}
\hspace{5mm}
\textbf{\Huge{Evolution Quick Reference Card}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Global}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Components}} & \\
Mail & \textbf{Ctrl+1} \\
Contacts & \textbf{Ctrl+2} \\
Calendars & \textbf{Ctrl+3} \\
Tasks & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Memos & \textbf{Ctrl+5} \\
\textit{\textbf{Controls}} & \\
New item in current mode & \textbf{Ctrl+N} \\
Cycle focus between panes & \textbf{F6} \\
Clear search bar & \textbf{Shift+Ctrl+Q} \\
Close window & \textbf{Ctrl+W} \\
Open new window & \textbf{Shift+Ctrl+W} \\
\vspace{1.5mm}
Quit evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Selection}} & \\
Print selection & \textbf{Ctrl+P} \\
Save selection & \textbf{Ctrl+S} \\
Delete selection & \textbf{Del} or \textbf{Backspace} \\
Move mail/contacts to folder & \textbf{Shift+Ctrl+V} \\
Copy mail/contacts to folder & \textbf{Shift+Ctrl+Y} \\
\end{tabular*}
\section*{Contacts/Memos Components}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{General Commands}} & \\
New contact & \textbf{Shift+Ctrl+C} \\
New contact list & \textbf{Shift+Ctrl+L} \\
New memo & \textbf{Shift+Ctrl+O} \\
\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{Shift+Ctrl+M} \\
\vspace{1.5mm}
Send/Receive messages & \textbf{F9} \\
\textit{\textbf{Selection}} & \\
Apply filters & \textbf{Ctrl+Y} \\
Open in new window & \textbf{Return} or \textbf{Ctrl+O} \\
\vspace{1.5mm}
Forward selection & \textbf{Ctrl+F} \\
\textit{\textbf{Message List Pane}} & \\
Next unread message & \textbf{.} or \textbf{]} \\
\vspace{1.5mm}
Previous unread message & \textbf{,} or \textbf{[} \\
\textit{\textbf{Preview Pane}} & \\
Reply to sender & \textbf{Ctrl+R} \\
Reply to list & \textbf{Ctrl+L} \\
Reply to all recipients & \textbf{Shift+Ctrl+R} \\
Scroll up & \textbf{Backspace} \\
Scroll down & \textbf{Space} \\
\end{tabular*}
\section*{Calendars/Tasks Components}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{General Commands}} & \\
New appointment & \textbf{Shift+Ctrl+A} \\
New meeting & \textbf{Shift+Ctrl+E} \\
\vspace{1.5mm}
New task & \textbf{Shift+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navigation}} & \\
Go to today & \textbf{Ctrl+T} \\
Go to date & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}
|