Bug 770141 - Remove Quick Reference PDF

This commit is contained in:
Andre Klapper 2018-07-10 09:33:20 +02:00 committed by Milan Crha
parent d92ce7957f
commit 74469b0cbe
36 changed files with 1 additions and 1937 deletions

View File

@ -6,6 +6,4 @@ evolution/mail/default/C/Inbox and can be translated by translating the
message in the file and also putting it in a locale specific dir, ie
evolution/mail/default/fr/Inbox. The file name 'Inbox' should not be
changed, as this is an internally defined string (the name in the
folder list will still be translated though). The content of the Quick
Reference in the "Help" menu can also be translated, see
https://bugzilla.gnome.org/show_bug.cgi?id=307856#c3 for a how-to.
folder list will still be translated though).

View File

@ -76,7 +76,6 @@
</menu>
<menu action='help-menu'>
<menuitem action='contents'/>
<menuitem action='quick-reference'/>
<separator/>
<menuitem action='submit-bug'/>
<separator/>

View File

@ -321,5 +321,3 @@ endforeach(_file)
install(FILES ${cinstalled}
DESTINATION ${SHARE_INSTALL_PREFIX}/help/C/${HELP_ID}/${HELP_FIGURES_DIR}
)
add_subdirectory(quickref)

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < 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{F12} \\
\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}

View File

@ -1,9 +0,0 @@
file(GLOB directories RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *)
foreach(dir ${directories})
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${dir}/quickref.pdf")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/${dir}/quickref.pdf
DESTINATION ${evolutionhelpdir}/quickref/${dir}/
)
endif(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/${dir}/quickref.pdf")
endforeach(dir)

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{lscape}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage[normalem]{ulem}
\usepackage[catalan]{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{Referència ràpida de l'Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Global}
\begin{tabular*}{5in}{rp{1.5in}}
\textit{\textbf{Components}} & \\
Correu & \textbf{Ctrl+1} \\
Contactes & \textbf{Ctrl+2} \\
Calendaris & \textbf{Ctrl+3} \\
Tasques & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Anotacions & \textbf{Ctrl+5} \\
\textit{\textbf{Controls}} & \\
Element nou en el mode actual & \textbf{Ctrl+N} \\
Commuta el focus entre subfinestres & \textbf{F6} \\
Neteja la barra de cerca & \textbf{Majús+Ctrl+Q} \\
Tanca la finestra & \textbf{Ctrl+W} \\
Obre una finestra nova & \textbf{Majús+Ctrl+W} \\
\vspace{1.5mm}
Surt de l'Evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Selecció}} & \\
Imprimeix la selecció & \textbf{Ctrl+P} \\
Desa la selecció & \textbf{Ctrl+S} \\
Suprimeix la selecció & \textbf{Supr} o \textbf{Retrocés} \\
Mou els correus/contactes a la carpeta & \textbf{Majús+Ctrl+V} \\
Copia els correus/contactes a la carpeta & \textbf{Majús+Ctrl+Y} \\
\end{tabular*}
\section*{Components de contactes/anotacions}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Ordres generals}} & \\
Contacte nou & \textbf{Majús+Ctrl+C} \\
Llista de contactes nova & \textbf{Majús+Ctrl+L} \\
Anotació nova & \textbf{Majús+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Component de correu}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Ordres generals}} & \\
Missatge nou & \textbf{Majús+Ctrl+M} \\
\vspace{1.5mm}
Envia/rep missatges & \textbf{F12} \\
\textit{\textbf{Selecció}} & \\
Aplica els filtres & \textbf{Ctrl+Y} \\
Obre en una finestra nova & \textbf{Retorn} o \textbf{Ctrl+O} \\
\vspace{1.5mm}
Reenvia la selecció & \textbf{Ctrl+F} \\
\textit{\textbf{Subfinestra de la llista de missatges}} & \\
Missatge no llegit següent & \textbf{.} o \textbf{]} \\
\vspace{1.5mm}
Missatge no llegit anterior & \textbf{,} o \textbf{[} \\
\textit{\textbf{Subfinestra de previsualització}} & \\
Respon al remitent & \textbf{Ctrl+R} \\
Respon a la llista & \textbf{Ctrl+L} \\
Respon a tots els destinataris & \textbf{Majús+Ctrl+R} \\
Desplaça't cap amunt & \textbf{Retrocés} \\
Desplaça't cap avall & \textbf{Espai} \\
\end{tabular*}
\section*{Components de calendaris/tasques}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Ordres generals}} & \\
Cita nova & \textbf{Majús+Ctrl+A} \\
Reunió nova & \textbf{Majús+Ctrl+E} \\
\vspace{1.5mm}
Tasca nova & \textbf{Majús+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navegació}} & \\
Vés a la data d'avui & \textbf{Ctrl+T} \\
Vés a una data & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,117 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
%\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{Stručná příručka Evolutionu}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Globální}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Komponenty}} & \\
Pošta & \textbf{Ctrl+1} \\
Kontakty & \textbf{Ctrl+2} \\
Kalendáře & \textbf{Ctrl+3} \\
Úkoly & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Poznámky & \textbf{Ctrl+5} \\
\textit{\textbf{Ovládání}} & \\
Nová položka v aktuálním režimu & \textbf{Ctrl+N} \\
Přepíná zaměření mezi panely & \textbf{F6} \\
Vymazat lištu hledání & \textbf{Shift+Ctrl+Q} \\
Zavřít okno & \textbf{Ctrl+W} \\
Otevřít nové okno & \textbf{Shift+Ctrl+W} \\
\vspace{1.5mm}
Ukončit & \textbf{Ctrl+Q} \\
\textit{\textbf{Výběr}} & \\
Tisknout výběr & \textbf{Ctrl+P} \\
Uložit výběr & \textbf{Ctrl+S} \\
Odstranit výběr & \textbf{Del} nebo \textbf{Backspace} \\
Přesunout zprávy/kontakty do složky & \textbf{Shift+Ctrl+V} \\
Kopírovat zprávy/kontakty do složky & \textbf{Shift+Ctrl+Y} \\
\end{tabular*}
\section*{Komponenta adresáře/poznámky}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Obecné příkazy}} & \\
Nový kontakt & \textbf{Shift+Ctrl+C} \\
Nový seznam kontaktů & \textbf{Shift+Ctrl+L} \\
Nová poznámka & \textbf{Shift+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Komponenta pošty}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Obecné příkazy}} & \\
Nová zpráva & \textbf{Shift+Ctrl+M} \\
\vspace{1.5mm}
Odeslat/přijmout zprávy & \textbf{F12} \\
\textit{\textbf{Výběr}} & \\
Použít filtry & \textbf{Ctrl+Y} \\
Otevřít v novém okně & \textbf{Enter} nebo \textbf{Ctrl+O} \\
\vspace{1.5mm}
Přeposlat výběr & \textbf{Ctrl+F} \\
\textit{\textbf{Seznam zpráv}} & \\
Následující nepřečtená zpráva & \textbf{.} nebo \textbf{]} \\
\vspace{1.5mm}
Předchozí nepřečtená zpráva & \textbf{,} nebo \textbf{[} \\
\textit{\textbf{Panel náhledu}} & \\
Odpovědět odesílateli & \textbf{Ctrl+R} \\
Odpovědět do konference & \textbf{Ctrl+L} \\
Odpovědět všem & \textbf{Shift+Ctrl+R} \\
Posunout nahoru & \textbf{Backspace} \\
Posunout dolů & \textbf{Mezerník} \\
\end{tabular*}
\section*{Komponenta kalendáře/úkolů}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Obecné příkazy}} & \\
Nová událost & \textbf{Shift+Ctrl+A} \\
Nová schůzka & \textbf{Shift+Ctrl+E} \\
\vspace{1.5mm}
Nový úkol & \textbf{Shift+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navigace}} & \\
Jít na dnešek & \textbf{Ctrl+T} \\
Jít na datum & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,119 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
% german version (de)
\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-Kurzreferenz}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Allgemein}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Komponenten}} & \\
E-Mail & \textbf{Strg+1} \\
Kontakte & \textbf{Strg+2} \\
Kalender & \textbf{Strg+3} \\
Aufgaben & \textbf{Strg+4} \\
\vspace{1.5mm}
Notizen & \textbf{Strg+5} \\
\textit{\textbf{Befehle}} & \\
Neuen Eintrag erstellen & \textbf{Strg+N} \\
Zwischen den Flächen wechseln & \textbf{F6} \\
Suchbegriff verwerfen & \textbf{Shift+Strg+Q} \\
Fenster schließen & \textbf{Strg+W} \\
Neues Fenster öffnen & \textbf{Shift+Strg+W} \\
\vspace{1.5mm}
Evolution beenden & \textbf{Strg+Q} \\
\textit{\textbf{Auswahl}} & \\
Auswahl drucken & \textbf{Strg+P} \\
Auswahl speichern & \textbf{Strg+S} \\
Auswahl löschen & \textbf{Entf} oder \textbf{Backspace} \\
E-Mail/Kontakte in Ordner verschieben & \textbf{Shift+Strg+V} \\
E-Mail/Kontakte in Ordner kopieren & \textbf{Shift+Strg+Y} \\
\end{tabular*}
\section*{Kontakte/Notizen}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Allgemeine Befehle}} & \\
Neuer Kontakt & \textbf{Shift+Strg+C} \\
Neue Kontaktliste & \textbf{Shift+Strg+L} \\
Neue Notiz & \textbf{Shift+Strg+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{E-Mail}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Allgemeine Befehle}} & \\
Neue Nachricht & \textbf{Shift+Strg+M} \\
\vspace{1.5mm}
Nachrichten verschicken/abrufen & \textbf{F12} \\
\textit{\textbf{Auswahl}} & \\
Filter anwenden & \textbf{Strg+Y} \\
In einem neuen Fenster öffnen & \textbf{Enter} oder \textbf{Strg+O} \\
\vspace{1.5mm}
Auswahl weiterleiten & \textbf{Strg+F} \\
\textit{\textbf{Nachrichtenlistenfeld}} & \\
Nächste ungelesene Nachricht & \textbf{.} oder \textbf{]} \\
\vspace{1.5mm}
Vorherige ungelesene Nachricht & \textbf{,} oder \textbf{[} \\
\textit{\textbf{Vorschaufeld}} & \\
Antwort an Absender & \textbf{Strg+R} \\
Antwort an Liste & \textbf{Strg+L} \\
Antwort an alle & \textbf{Shift+Strg+R} \\
Nach oben rollen & \textbf{Backspace} \\
Nach unten rollen & \textbf{Leertaste} \\
\end{tabular*}
\section*{Kalender/Aufgaben}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Allgemeine Befehle}} & \\
Neuer Termin & \textbf{Shift+Strg+A} \\
Neue Besprechung & \textbf{Shift+Strg+E} \\
\vspace{1.5mm}
Neue Aufgabe & \textbf{Shift+Strg+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Strg+E} \\
\textit{\textbf{Navigation}} & \\
Heute wählen & \textbf{Strg+T} \\
Datum wählen & \textbf{Strg+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{lscape}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage[normalem]{ulem}
\usepackage[spanish]{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{Tarjeta de referencia rápida de Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Global}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Componentes}} & \\
Correo & \textbf{Ctrl+1} \\
Contactos & \textbf{Ctrl+2} \\
Calendario & \textbf{Ctrl+3} \\
Tareas & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Notas & \textbf{Ctrl+5} \\
\textit{\textbf{Controles}} & \\
Elemento nuevo en el modo actual & \textbf{Ctrl+N} \\
Cambiar el foco entre los paneles & \textbf{F6} \\
Limpiar la barra de búsqueda & \textbf{Mayús.+Ctrl+Q} \\
Cerrar ventana & \textbf{Ctrl+W} \\
Abrir ventana nueva & \textbf{Mayús.+Ctrl+W} \\
\vspace{1.5mm}
Salir de Evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Selección}} & \\
Imprimir selección & \textbf{Ctrl+P} \\
Guardar selección & \textbf{Ctrl+S} \\
Borrar selección & \textbf{Supr} o \textbf{Retroceso} \\
Mover correo/contactos a carpeta & \textbf{Mayús.+Ctrl+V} \\
Copiar correo/contactos a carpeta & \textbf{Mayús.+Ctrl+Y} \\
\end{tabular*}
\section*{Componentes de contactos/notas}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandos generales}} & \\
Contacto nuevo & \textbf{Mayús.+Ctrl+C} \\
Lista de contactos nueva & \textbf{Mayús.+Ctrl+L} \\
Nota nueva & \textbf{Mayús.+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Componente de correo}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandos generales}} & \\
Mensaje nuevo & \textbf{Mayús.+Ctrl+M} \\
\vspace{1.5mm}
Enviar/Recibir mensajes & \textbf{F12} \\
\textit{\textbf{Selección}} & \\
Aplicar filtros & \textbf{Ctrl+Y} \\
Abrir en una ventana nueva & \textbf{Retorno} o \textbf{Ctrl+O} \\
\vspace{1.5mm}
Reenviar selección & \textbf{Ctrl+F} \\
\textit{\textbf{Panel de lista de mensajes}} & \\
Siguiente mensaje no leído & \textbf{.} o \textbf{]} \\
\vspace{1.5mm}
Anterior mensaje no leído & \textbf{,} o \textbf{[} \\
\textit{\textbf{Panel de vista previa}} & \\
Responder al remitente & \textbf{Ctrl+R} \\
Responder a la lista & \textbf{Ctrl+L} \\
Responder a todos los remitentes & \textbf{Mayús.+Ctrl+R} \\
Desplazar arriba & \textbf{Retroceso} \\
Desplazar abajo & \textbf{Espacio} \\
\end{tabular*}
\section*{Componentes de calendario/tareas}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandos generales}} & \\
Cita nueva & \textbf{Mayús.+Ctrl+A} \\
Reunión nueva & \textbf{Mayús.+Ctrl+E} \\
\vspace{1.5mm}
Tarea nueva & \textbf{Mayús.+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navegación}} & \\
Ir a hoy & \textbf{Ctrl+T} \\
Ir a fecha & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

View File

@ -1,300 +0,0 @@
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.8.0 (http://cairographics.org)
%%CreationDate: Tue Jan 6 18:58:31 2009
%%Pages: 1
%%BoundingBox: 0 0 396 402
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%EndComments
%%BeginProlog
/cairo_eps_state save def
/dict_count countdictstack def
/op_count count 1 sub def
userdict begin
/q { gsave } bind def
/Q { grestore } bind def
/cm { 6 array astore concat } bind def
/w { setlinewidth } bind def
/J { setlinecap } bind def
/j { setlinejoin } bind def
/M { setmiterlimit } bind def
/d { setdash } bind def
/m { moveto } bind def
/l { lineto } bind def
/c { curveto } bind def
/h { closepath } bind def
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
0 exch rlineto 0 rlineto closepath } bind def
/S { stroke } bind def
/f { fill } bind def
/f* { eofill } bind def
/B { fill stroke } bind def
/B* { eofill stroke } bind def
/n { newpath } bind def
/W { clip } bind def
/W* { eoclip } bind def
/BT { } bind def
/ET { } bind def
/pdfmark where { pop globaldict /?pdfmark /exec load put }
{ globaldict begin /?pdfmark /pop load def /pdfmark
/cleartomark load def end } ifelse
/BDC { mark 3 1 roll /BDC pdfmark } bind def
/EMC { mark /EMC pdfmark } bind def
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
/Tj { show currentpoint cairo_store_point } bind def
/TJ {
{
dup
type /stringtype eq
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
} forall
currentpoint cairo_store_point
} bind def
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
/Tf { pop /cairo_font exch def /cairo_font_matrix where
{ pop cairo_selectfont } if } bind def
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
/cairo_font where { pop cairo_selectfont } if } bind def
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
/g { setgray } bind def
/rg { setrgbcolor } bind def
/d1 { setcachedevice } bind def
%%EndProlog
%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox: 0 0 396 402
%%EndPageSetup
q
1 g
6 271.954 m 6 64.404 l 324.832 64.404 l 324.305 270.958 l 324.273
282.626 222.129 395.255 203.285 395.255 c 129.539 395.255 l 109.73
395.255 6 282.951 6 271.954 c 6 271.954 l f*
0 g
12 w
0 J
1 j
[] 0.0 d
4 M q 1 0 0 -1 0 401.25528 cm
6 129.301 m 6 336.852 l 324.832 336.852 l 324.305 130.297 l 324.273
118.629 222.129 6 203.285 6 c 129.539 6 l 109.73 6 6 118.305 6 129.301
c 6 129.301 l S Q
130.129 168.9 m 20.984 79.505 l 134.305 157.755 l 207.781 157.755 l
308.965 80.501 l 212.309 168.9 l 130.129 168.9 l 130.129 168.9 l f*
19.934 268.126 m 113.762 151.486 l 122.469 158.451 l 19.934 268.126 l
19.934 268.126 l f*
309.324 268.126 m 215.496 151.486 l 206.793 158.451 l 309.324 268.126 l
309.324 268.126 l f*
71.59 246.951 m 257.234 301.548 l 277.859 255.443 l 263.094 314.482 l
71.59 246.951 l 71.59 246.951 l f
0.996078 g
237.531 259.454 m 156.586 147.208 l 168.148 136.997 l 237.531 259.454 l
237.531 259.454 l f*
0 g
391.793 125.208 m 391.793 58.771 337.875 4.853 271.438 4.853 c 205.004
4.853 151.086 58.771 151.086 125.208 c 151.086 191.642 205.004 245.56
271.438 245.56 c 337.875 245.56 391.793 191.642 391.793 125.208 c
391.793 125.208 l f*
9.706934 w
1 J
q 1 0 0 -1 0 401.25528 cm
391.793 276.047 m 391.793 342.484 337.875 396.402 271.438 396.402 c
205.004 396.402 151.086 342.484 151.086 276.047 c 151.086 209.613
205.004 155.695 271.438 155.695 c 337.875 155.695 391.793 209.613
391.793 276.047 c 391.793 276.047 l S Q
1 g
380.434 125.806 m 380.434 65.31 331.336 16.212 270.84 16.212 c 210.344
16.212 161.246 65.31 161.246 125.806 c 161.246 186.298 210.344 235.396
270.84 235.396 c 331.336 235.396 380.434 186.298 380.434 125.806 c
380.434 125.806 l f*
0.952941 g
283.938 126.681 m 283.938 118.966 277.68 112.708 269.965 112.708 c
262.254 112.708 255.996 118.966 255.996 126.681 c 255.996 134.392
262.254 140.65 269.965 140.65 c 277.68 140.65 283.938 134.392 283.938
126.681 c 283.938 126.681 l f*
0 g
8.036863 w
q 1 0 0 -1 0 401.25528 cm
283.938 274.574 m 283.938 282.289 277.68 288.547 269.965 288.547 c
262.254 288.547 255.996 282.289 255.996 274.574 c 255.996 266.863
262.254 260.605 269.965 260.605 c 277.68 260.605 283.938 266.863
283.938 274.574 c 283.938 274.574 l S Q
8.03686 w
0 j
q 1 0 0 -1 0 401.25528 cm
263.781 260.379 m 237.18 200.914 l S Q
12.055288 w
q 1 0 0 -1 0 401.25528 cm
235.285 324.5 m 259.961 288.902 l S Q
279.617 202.068 m 279.617 196.853 275.383 192.619 270.168 192.619 c
264.949 192.619 260.719 196.853 260.719 202.068 c 260.719 207.283
264.949 211.517 270.168 211.517 c 275.383 211.517 279.617 207.283
279.617 202.068 c 279.617 202.068 l f*
279.617 50.888 m 279.617 45.673 275.383 41.439 270.168 41.439 c 264.949
41.439 260.719 45.673 260.719 50.888 c 260.719 56.103 264.949 60.337
270.168 60.337 c 275.383 60.337 279.617 56.103 279.617 50.888 c 279.617
50.888 l f*
204.023 126.478 m 204.023 121.263 199.793 117.029 194.578 117.029 c
189.359 117.029 185.129 121.263 185.129 126.478 c 185.129 131.693
189.359 135.927 194.578 135.927 c 199.793 135.927 204.023 131.693
204.023 126.478 c 204.023 126.478 l f*
355.207 126.478 m 355.207 121.263 350.973 117.029 345.758 117.029 c
340.543 117.029 336.309 121.263 336.309 126.478 c 336.309 131.693
340.543 135.927 345.758 135.927 c 350.973 135.927 355.207 131.693
355.207 126.478 c 355.207 126.478 l f*
Q q
q 0 0 397 402 rectclip
% Fallback Image: x=147, y=142, w=92, h=114 res=300dpi size=548352
[ 0.24 0 0 0.24 147 145.01528 ] concat
/DeviceRGB setcolorspace
8 dict dup begin
/ImageType 1 def
/Width 384 def
/Height 476 def
/BitsPerComponent 8 def
/Decode [ 0 1 0 1 0 1 ] def
/DataSource currentfile /ASCII85Decode filter /LZWDecode filter def
/ImageMatrix [ 1 0 0 -1 0 476 ] def
end
image
J3Vsg3$]7K#D>EP:q1$o*=mro@So+\<\5,H7Uo<*jE<[.O@Wn[3@'nb-^757;Rp>H>q_R=Al
C^cenm@9:1mM9jS"!dTMT<$3-4qU7&3^p<4ZX!SPQ1`C/m<k<\"$K53l3`j`\=EYZP^B4!g
3;<3/;*0/nl^h/Bf.DHAorf'R[D;4l3Nduhr:]O5\\4=1jRLW!Y3\#;rRaPhP2hcQtW="Tc
_Aoh+cSh^l:Ek%[d#Bk/_VpoI(>.nM-4Tol=*A,kNG?_Q3DKf<uk4VfYJ\7S8->Q>F^u'0X
>eXi0SX-s)hX?63&XL@_5$o</kBFVsn9AZ\)E\AT_dtOq/tWrhh=(,dISnE=7@;M824JH$T
D/9`^^pmDqOhGgZ>$ni+o;GY:i%-W_@VV.qQEBiaD_qB$$(>5a.t!l`"<DH&ZO*WelrsPZM
_L+O_e;>`Y")%qOYa<ls(AR_4YQ^&X7\ca:\o7J\J&@qL07#.=>M?joX!TaqBZ0.DAWQN+e
["M/H]:kCM]=8s9\&1!GX;l?8`]BkgujVX_TC9XB]>3R3RNlNNoWq2A[KAr2j8ckHom6*)i
Hr,*JYiHSfJLWT19d$0M98^`IulKk,Hd=tpILN2!>e.iE];5Eh=VJK5ol*4,dQ#0f.W3W_[
GaRW5NoX4Uc#m==PVVmjRB`aY?<ELFNB'hU6.U,tk>BQ8g(o[E+4/KQZu6maS[E=hOG/(W*
+q:P-el*^c#^Mjq>Ef*-^j7Fh%u(4H+17]7ag.[c1QLk;oK/li"tMZJ`)J"dreo_/es*!MZ
)&<+'=OBM;jo&T7bnn[Pa')M;tI[iU8B\OlVo[:>m6s$MT`qR;Q8g<d@_QRHBp;'4Dt#c=N
JXRI3dm*G9BDS`e]ZNJ^LFEP7W=)Es^ih^6<BN+)R;XfL;Z\[@Z9R23'2lkV=qEu]/(_62m
H%b7u;o]b"@)MWF_VX9kUm6Kb;$'J\g47:M.n/Ml&G"IDmK;%VD(DXp5.nPV1(qPj7\a/$`
/^)-e^EL[*geTZNoFW/j>aS@C43DD'%oq/pluBp#QEadoeomUbi,p'<<)?d;#-"<GDOn7ji
O>4F86hMD3I]&A?(Zu:q@2">?C7SXGC0/BO1"A^lV%uE)eSoTi,ZQpc1A0_f/;1u#'l?VmV
F>_q>DD=c>":FVdNetA_i%8*D'lacjWr?:sf<['F=aN/c.fbT'Mr"YZ[`m!#?jL18)F2K0\
9'!'!+Ci<1<W&3:Fb`KWD(gTWr\:&mBhQ9=,VY(f6&)?GY2#bf0sLCfam3H\qo"iIQ_6Nhg
u_=n+*B]"Y5:*p*WS,smf3f6d0*Q-O2h;4XOFpVthZPU\ZT('Z8J`8EdaNYGE6tqNU?8a\S
Zp)J@aV[iC2@]2r2rSQ6-?-bG^en2Mj8]mU;5urR=P"L&6V]:+oOZ'/C,3ejbE"=[QO_+g-
`"ONP>ORJ88147j?/9`9_K4BjVBK``02K7SlQ/C>S/94"I;r;>"`!c.-8>u2M60C3sT^cV,
8HW1CQdt:jXq4'ZlZi/nRb%F#2J(-\X"SfF;i12<:8[+sUuC#`62'B)ht&;`8Yk=e.As6OO
pp`-9-+*.h@i80VQ4H;%0X3!$,CT2Y/7:7;$r=Sr"4E]P<qiTDmcB^h]n?r$nd*=%*7r1[.
cF3j\6\`8'WNcS*Y$W4i&LD8EhX8mU)g.W3[5R4,b;O157.n/]SdSCC\A4tG)1WHB>UdOpa
MopDaC&edC<4\f'>$js<6H)pa:7ET8N%^QVc$Y.IWX!jO#-,X3X&X&4e=+%NPX+$'Y3e%Uf
$HO[719EDY-(gZh,e@iEDiQrF:MKCll+=;:BL[4"q(81/-Tsr<XpV2.h&@(>jY$=2-Pr_i.
XZ$i".e?&_U@pAaIBiYkDp"%oM[VBGF5X6O6t#iTjHQoM,\@,QV&;?#/C>S@2#72n3&ZRg*
iY)8Z=/<IcrC/d9)"2U:;.8nRsrE3pFUcp<J]"q\X"6_YA(l<RVPFjcO7)=G:>$NX'@_a%]
65]5K8>KqHOA_=[ephc#l[NbpBN!M]`+TPa6H8!85]m&iU1Qh/P7$*N6@$D8\S.1&;*W3`D
r,c>o!JA1r&]#;[$=LLtHcCdXVu_X<!.65NnHKfJ7km+5r(IYV7NfZPY6<iI>\_<>0bN'`"
G/1-NUb"Aa$t)M%X?&9.M*-2)%Rp$]Sp<,R,!5NU/#5mSWiV.;(glj.Kt4%FRjl`b;i3J(3
+\fm8dE7=cX?[grr_2`?l>+j"b6%h3mkc92>VU3Wbi=S$U+[c8k6`(6M+Z_*3Fr3Y+Pibm[
;kGbWSNRmq'c*M`6jOX3l;:h`a!V=]5)dooC>&d[>Ao`^Vr\nb2Y9fo>qZ"_\hIi@TX?*!W
fYp"he2$0msX7aKCelqEle)>N\[Ka:p>7Y%TLbLT\J4/%:04o$+$oN3Y;qb0+!:7t4ZM&HI
Qt(lc"q7cEpBK:)34sD%:uSt#2X0!YYAeAA(EY2qJH<C/G&L[<]<8eb'3jf3n(mBGpTF;"6
JmB1?rb!%7fVCHHtmWIOi-ri&`F]^MbcX_(q@Pdi`pDPECk16\H%<D<WE>Dc:u0#oP@;)GE
r9T?-2nt''1h:A92%,%CqN[j.+Bd%^(6"!uDm=>n<?Ea.F<hQUq6!0;<RF:!oOD^Zn(nWc[
[2bW:BM*1^msp"ln(q9N2`D=i43Ia,tr#AN<`M80Meh4R%uC@5?m[Pf/K3l:W:g7?R(Fror
nMDhMs5Z>Dl?AIFl.+duSs2K;%*RfC'1Sg?+5OOUBj8?qcngq+SBY[@)I0WO=Ci":k?LeoE
hkB^JC_(j=e*Fu^Z1Mj1)%,:TmJUD&hsm'L#Od(q;=Ci#USm)TDiO2!7b7io/44g4Z1Ir.,
8C/O$N4=qp%6PZ#9RbOIFscCrei)CTgSC!O3O0&UrN_R,Y8J1h=t-%MA/<KqL3q]PJMJ=&O
5`$rs!0&@E8aO"TIlr`F(t3i:R*oVZC`6B@#Y[0FIq4nG8e-%8\U76&;",)J$#=$BRCP:dD
NA3XW)^(9gK40K*Xl9GXc,"#*(GlRr!@Ar2'coV("C-D2EAF:@Y`oe9eZlA5Fi,Rpu6)GlC
u#/D)&PQ[)9#S<N#C*<RBPSI#n^X/'XlCnf.[$Er`$1PTtJ3OGc$OgIe%'ZmONM%2_AIWUn
%B2V#OJEY2jC'afD/!5fm$eI2oSj8'!l4C<iOodVl>R"5*Qh1c;"kPMU^,9aqI*/,d0=P5L
D"N/"47hq:.Ph62%;8aEFRAQ0Y%hch#Q@uqk4iInPKst/H?:u#Ot4lTQq:r<u,c>'h9#T0l
R26FVXCRo"_jRiL(N;Cig"U#_:Y7d<P_R-kDH-imEL'8[o^I@2a-L!\A(!Z*:$dSoouc(%.
@h&ZYiXV?R&q*2qa6B3(#MkoFc+*%u?O!.a!YDZ`k`EDQZ6;;Cmr=T!]B)"IPGVhj`VI"oE
k+"omn^^@toW'?FFGXD'3@1(c[%.CJ5L4I;U,iKoELm#U,P<bHYD[c3Pb9V#@,=eIGZ;:ZZ
<?r(:o$!E*+i,GE[a'Fr!A\L<Nkk54/.Fna-aI906IQr_kpHtU-VuAm_8dqd\H]j-.C+coX
'$7s]-@rQI..miD+,oAL^DM?.e9TgZ"=_gd47t#*Y=PQd_:,4nJQlQ*O<cF&7cS4jXhkHTg
@TCZLKO72U^MV$@u1uP3@)*[4kuc0XC?0%gO$S.ie-^Ia[9n+<rWt%c4B?%Wa3:!T,W18.l
Rr,#]iAD5ccnZQuk6JZ.GIF$ADu[KdEB)"U@QYmW"RM`!)g$%PP]1N>)^??hEm0VD9$NJ-A
QbRj3a2e[IL@>=8mJCW+8l`^CLaK-(3Ur0O)e?5_RY+um*TSK97&)d%?X[sK#feJ]!KT8;=
co_Z!^sU>-kRR&DW3!h/d,srNd#%8STohMEfe?jB.l6J8TH-9OBMT<6MY$?>PQ&h5dgVqn5
cEBP<$23@,sa)i$m7bE6"`L*&ebs>1XmhlE4IAnF@4P7MSf$<PWm4WDYOo<NN/_7!5CrRE8
Ft@&sR5uPZit.p^$M;7SI_jJ<)#kEfglg*AD%pbWs6%=;/#`88#HeF+$Ug4pdIQ3V8i(%ho
rP.nWJG#Z'PSksm$#Rh)m9^qc^=oArXP6l7c65Th(@X3U3C;,25_QP;/$^_9HNbp1GZ:8p`
1OqCJ_K&hJ=:pg.e1DK%Q"L[01;65sXl#@m^(:F`)q4S65[31HiHk4aS[GY+bm&1fP17'PA
;l_OYP:R2`[8^iO03(qMb6];BF]NWeP[a;&eR5V!*XNO=<iJJ?;c-UG\KLti=L=Q!a36+j/
QbWU2Sk__ooPDIde*4"X'i>=ls_QSU6-YK1f^QSN_%Tl6!J&B/Kh<'otI9Kncd@2<HZBI6I
SC=d\X(W*jtB@omS=7JR3(:PCYZ"p$e:_J:R=fT8c5Vp(:[iCad*T@C?N8EVVC+'UKs(@^[
>JOLPm'2-BQ!I2,Cal'SrrKk,?fRIrLL$(.i&G8\t);D?.&$'l"NAN7,%P[Q.Up0a*q/IqJ
hRGg_Mo%dq,VY8q$!u?3L0lRm]/SI]]T+[9"l#AdA,QUr5NDs=dG+asPJf0XnC8ds:M=#(-
F'Z-bCWLV=1EUF)E@DB&".%/d9go_]e<E^U*E)]Mk]7L^Gs1l`OYZ8-2Z[h&E!r!=&f1>'Y
/glM'lZ\Zg6*UhQO\@/oF#jlEI\'c'#S`I8;rle+G#_tpGA3PDA(PPi7*I&.7Ir-4_RXA&@
YK#;t4UGnNAe8Fm.Ks2TopPhfj0^G0&?SZYaL&WE>i1GKE9[_<QZ'DemZN&_Du(,5"XfUMJ
8l+BP/!G!B]&=rK?1HKdjZ5soG9<!4AVI(-bN1UCe=Eqbl&I.qNJQZH^O<sI:3NO%pBeqD^
)q0o9qEAn\H0b7l_pl1PkAe'Aj(^>Ye)hE0d<Au(P-_;+k-$=@Z$UFH<#nS%82/BWQ&6M)J
([RhsnRN;gKF$3^0Vr=m9k&)Lbs:ZMn_jP5,DKSN(I0?Z5i[VSaqW@RMXV5h<Z]tUfj>>d(
r-rDl1Dm#@0j]FIa\1.2.5.(H!2]E*_q8`9!j!@R<DTY[=L>ros\)_QYu*pHZ&9%[F1cY='
KonI7l8?!n,aZk1Z&d>AV"i\D4L4TnacNNbQIiFchNJ34K3Jr`K'u+X<+,[Z0a#]]X'h=Lh
Z2((mtE7_pLf7o^du/REZp?1;]cfe@IKoiH:uhDQaD+X4`-6%cuW?>)/+[TaKW<-#g!QFJA
@EeS)2jbjN9EGtqPQ'iiK+&9'\_rh*$2H<q_U^D>Y@8Tad`rTYBj]\dMJ6%_lR@nDQrJD<J
Gup,HXK2d)Z>:3MOEDp3p*F`:QGTN64Q'S;olE%CgN-.>S7\lNF`VE-+*Z!''3X[8n[hjRK
8Gr-(qL0Kk'Gd$Ki>0,Nq_g7&6kH4Hn@)C;JiCGiCS\71_"aVB=:T:$+pie9H[A*(g8t4Ph
6g5Db1@eUgajR!+V6??O#*9;n"._H&$Xr_59[q00l/-ofI.YKpp_#+Kih\/'MT#/Q9!Z0%u
1+eKq1A9e,Z(:);SuqOSl%0e@*lA<+d&i*T;]VV(aN,.2C"7S.q`b1_uiXJ.?d3I-VH2Zjt
"6hrgG_DS7LT9+dWO-n<i'Oe0H4f#[a@XuS)o`PO^'r[T),BHqI7N4YpAPc<BDS$f4;fEI5
+CMYDBU$Z\3&DR9/gQ8196eTf;>Ens)U&"I,r^Xcjp9L["c.M/,uX+LlNCRS[nYApkSn7`&
r!e@p<5A(21$4Mi_nNN6E>h3[T'cGe?-7_AGEsAXek,FQtJu$/M-dp-IZ21`T&TORnU?+':
ZQ\H"<kmcHkH>9X8lTid)@ZjbkFpa1<'Wd23,CO1k[1:D\VZ`Oc]RO_q]^^Oh"7MMPJ7_n/
XlB\X"E8GTkI-sA7lQkX+J4<>qN;8Qn<>2Ze['@WjA1+"V*O"&:TdiV-l4fR4+.FkAhKm>f
PrBcgJH\%s2U8([;,Zg@_8JT4b!j&*2L7^nU%5e5Tq[O%)J1J,T(EA62U@jp25Gf64a^V,#
:(3YH?(\K&:"f9`_S=9NRT,N0^@WkL*5F+HcT+R5<17_o3s3_OcGAH>R:S`d@<G!kiI?79/
C*][$#!4o8\al^o$p+RU?*Y.bKqO_Q'>3'JK`DBkm]Y_Xouo%Gp>IoW!St_dR'p(#s;*>8.
)^:\(:B(_X/IO6;TZ15q4%(h,#eo@$$',W\gJ8pg+Hd@PIY%NC<*#oD`*CpX`mAW9sM?K]L
1cGruKsTUgln:.,YMqG&p05PL#fj"7<I!f'1c/H%(P>P"8rYV>q!LF3uj&][%VBf)C#1E,2
>846-5b<[Tqh4miN9/K11q&kmQY?gKP>7'.3USIF]BU*r%j&`MOdRZ-UdkcOJ^(<4"1<cP)
gU#L:i3D8dF0r,S8/4Lp1Cio'&*$#ug>ma^;qH<O82lsb7N3X:GGXD6U5f+i2NWVg^1;NcQ
TQ5?k9lm+2rc^k`TP::_fKM43jIn(D*D'^!HXU"^6Ep>2`Z%]e%VPm/<e0H-Qs8elK<$/o7
;\r]Qd>Xj:\iL>c[4(<@`Tj3ILAa7r'[IQc%\<G[&WPG\;fGl?,tc3HYZB55',.p""1KlDX
CF-Q,Zf;)KgH@0*"j#==FFaYId@%6ktXIfD8bD'PZ*F7./6F$E$C1%V;1oM\WlT2BgI8F0s
c'U'$\P?[]m5Km%Rc9Gi[b+j?*%o(o#p?*=MF$Gh;Hud<cYO]d&'?U#^"JM#XBg7i%B]$gM
aW;OqEnd-:lWHngWc1Mdd#uKBs0comM_A,/ks*%&^B\^5oduf]E*Skdnd12gg2Je*0`IdFB
(%qt%o_CfggBOn&,6hK#mGrIi=MAU/f>+R6fJ[pPYNYBMacW:(si=E*KN_O&fDCD8L9QljV
!t\Y$!?@/7oKNPg3u#Rn`&ZRFLYM4eGO6'H.\rM++1:knKQg?C1el9<&^FPtn;YX%C>hRT4
79?*@>r()n!Ka^qe]m1u,cMV2(?>OE:HPsKtD[9`5;S(6s&ID9.Y(`X5Uab9h*mWb7&0,[S
3A+4a`Q;8rpb@U8_SCH3SS]9jb)B<Dq8C#[robsB%Y?A!ZC\A<0I`r\;d;AUsRZUs&Z/9Kp
*$,n,M8b7Eq&?J<0:<sbF5'tA2c$F'lZN(FRR?PR*q+/t*Z`(dakH?3r>qS4YGS;nGeP7>:
a>2`qg1OLT@`Q-rN_1i"6BPKC9Z_#5L;e3"[R*<)MORJKF%rOBj_S^*>$.0%7>*q3tF;[e3
aR2E?[mT%P[fZ'h*+Q>.kp'K+7uOZ(sr!!@L!N(IrK+HQPcBd.nhSZ6VmuaRTIt,tW,fP^?
![Un]-VDj5-[b49AT/PC-F&ku$iUr)ndZR!.=9_1[#ih+\-<B!TMK9l?7$n9:U:@lEq4Yh`
`q`)pi:tJ!/F<q;^;!TO378O\.5QfF*XV"-&FJUIWa!Wu\7al0Udn`ll"[c-dBMf.9;jB]1
kCA<S>>eJoKk!Fk[A1AF<AhYK/D#$0HXBkFfk4_p2Bo*J!%*,X?s.YaRhc<2Ko9Y"b_;U'>
5#l3Dqf#G"_l`U=atEq2^QXg4!V_nE*[0?!$#8<L#[G:-dCoa?MA%%Od5\&kC6k6""I5WGL
d+^KfDM7Ic*1t)i$'J"s\b0?i`EK@JIhuN@U9.]49iea>8rbVp75bAGJQ;+V0tF$:3eL:1K
](BV#rCA[bo^Fm"%IH_4s7)0MWc(WadpBGs@(R+GfmM/V&/Y+qh.HDVO'C@e$fBo)WJX06=
5OY*hR<rm<IC`>jmCPKH5a^TpmK\1ck>Gg]ER@D4f]l/8[qnI(I#6Ve\j[T]f>%Es5]5`4.
A&Ij,-m?\RI&@q,EpZ@?bsGp<43VdE""hdiDhYc?FSu_KeM&!k>3<*L7p"AeCY)kH2arLCg
37u)bM2dXpcIFrLYmI=Gj=ICjY9.6S)ekoJrSmgCNW\q*8Za_m3fWG\uH*e#Ij5NBtq@Q.L
#"anpQ!s/+``(5Y_&l?Z59-+eOP\OqHU7n,GWC%/un3*C`E%"$d,'s54k!$BR.K_"[d/i"3
8IO?s==fHg@0g`%>sFpl.\`s,m3kmn>W'0[g4q1cg<K^cD5_O%,1+d=U6O$X[GYrN;&X?1[
Rh:mIiJ39P?4G]$G+$3lF&n3CbG&\PS(K#_s,*T!_c>DM@eeJnYe!Q#qBKF--[hrA_?#g;u
B>u@Hio;7o9u*bc`qJd<g<bM5Ohs1<R,lFk3us@OorglO5ZU1pIZTOi5VYPP,%N6_Beg]W.
^@GJA7Um:dQ)]e#q73(m$:q/G#(]/5g3cudoC?(G"NWKae]p(#a2Vqb4[bDegQlNP/:EWq.
-L+lBmn.omk5N:_..P^6ji\?n&o611i)\?;hk0/9C/;VI\.\dlBY$^hYeSdcHq>`'hlG[l@
F$h+e&iF&"12ZR6qq"V\=dcLmMbdOC^sF2E8Sf*=KPd&N_%aJk+Z!BoW[1RTFNIhLZc6=B$
TTQE&U/HD&%a_Dt,<'#plU%(T]!"5MhYYrmF01]2e:nshf!RbuB8nf"j?id&\L71_,JdjN4
Pgt$hER["b0IR(R`0?)#JPE-WfcB+kGDb?q/!fQd,m>u<e2j8.a/J\QU?l<HYll6R'hfn2M
Q^"u^oq&e_AOR(>)V?S'gfuAX+Zis<r0^=<>,]W"$C*pEGJk]81Oj$[$$=$!F2]=Po9a,BN
L)\.ttL9<H\(udVoD,a*iTGMA0q<!P)Yi7<fB<0LFFO7j+n8UJE,!F:MM4?>SG2$R'emg&a
S_D3^p*M3rJt!Sf9H!4T?oU_\R_>AOTO_RPo_j!;dF<GK4\[:7Wf$^"hoXq;WS[o@c]H]N>
IkkQ;fjBmjcIrd2Ait4UG79qZ4'5pn)]nj,.%-m;&D\[L)_2'aNJit;GSaF1JUi?lQ`I.->
bm$G[)..tW$HC'`_2*JQNKL,hY8FV_U=,%YJ2r@'DAu#3:i)+b,UJ-5QGE]EMIF_*MFOPu)
RkM]LHsaR5QI4lR&:lHnZ4Xg[AaH5/0n^KXcRP:6USarD@Lp]#XK:N^C/g)A5&YR7W?foeL
pIt>d9N6dMs(6G8WB&-'n-8%91o.&rdmYR.F2^,=+fs:llt=F'`oP?t29*J=W9QVL(N8CiA
>`J0Ql4K0:EN6Xq:'U3%`?4&0lY?\IR`1hMq4_%01GJ9@`2VOKW>:JY>JiM^k\UGtVn;e%B
f.J5$g2p:\lj"1/023G$Pg=H17?nnbUdB1)J2Z.1CGHae:)$?5c1@-TSAVX=0``[Cim%'e[
L!J/^(.$(R4eoGZ#`.6%i"k_Y[CAm3M@.tn05c3W\kD,O"W-0Mm]GDN=XB'@&OUg3Elp5Je
bE8,a+&#f!*EJSW4r=nK5_kC=>d%+^CW4OE1S1R3-N;@gdd8:Ltd@^^Dl21FJ.H0oDs4Ppd
5.YO)f8e2*"\3A3adlEq4K?"]b>l*5e6X@KH~>Q
Q
showpage
%%Trailer
count op_count sub {pop} repeat
countdictstack dict_count sub {end} repeat
cairo_eps_state restore
%%EOF

Binary file not shown.

View File

@ -1,119 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t a4 -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=a4 quickref.ps
% french version (fr)
\documentclass[12pt]{article}
\usepackage[utf8]{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{Carte de référence rapide d'Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Général}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Composants}} & \\
Courriel & \textbf{Ctrl+1} \\
Contacts & \textbf{Ctrl+2} \\
Calendriers & \textbf{Ctrl+3} \\
Tâches & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Mémos & \textbf{Ctrl+5} \\
\textit{\textbf{Commandes}} & \\
Nouvel élément du mode en cours & \textbf{Ctrl+N} \\
Basculer entre les panneaux & \textbf{F6} \\
Effacer la barre de recherche & \textbf{Ctrl+Maj+Q} \\
Fermer la fenêtre & \textbf{Ctrl+W} \\
Ouvrir une nouvelle fenêtre & \textbf{Ctrl+Maj+W} \\
\vspace{1.5mm}
Quitter Evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Sélection}} & \\
Imprimer la sélection & \textbf{Ctrl+P} \\
Enregistrer la sélection & \textbf{Ctrl+S} \\
Supprimer la sélection & \textbf{Suppr} ou \textbf{Ret. arrière} \\
Déplacer message/contact dans un dossier & \textbf{Ctrl+Maj+V} \\
Copier message/contact dans un dossier & \textbf{Ctrl+Maj+Y} \\
\end{tabular*}
\section*{Composants Contacts et Mémos}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Commandes générales}} & \\
Nouveau contact & \textbf{Ctrl+Maj+C} \\
Nouvelle liste de contacts & \textbf{Ctrl+Maj+L} \\
Nouveau mémo & \textbf{Ctrl+Maj+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Composant Courriel}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Commandes générales}} & \\
Nouveau message & \textbf{Ctrl+Maj+M} \\
\vspace{1.5mm}
Envoyer/Recevoir les messages & \textbf{F12} \\
\textit{\textbf{Sélection}} & \\
Appliquer les filtres & \textbf{Ctrl+Y} \\
Ouvrir dans une nouvelle fenêtre & \textbf{Entrée} ou \textbf{Ctrl+O} \\
\vspace{1.5mm}
Faire suivre la sélection & \textbf{Ctrl+F} \\
\textit{\textbf{Panneau Liste des messages}} & \\
Prochain message non lu & \textbf{.} ou \textbf{]} \\
\vspace{1.5mm}
Message non lu précédent & \textbf{,} ou \textbf{[} \\
\textit{\textbf{Panneau d'aperçu}} & \\
Répondre à l'expéditeur & \textbf{Ctrl+R} \\
Répondre à la liste & \textbf{Ctrl+L} \\
Répondre à tous les destinataires & \textbf{Ctrl+Maj+R} \\
Défilement vers le haut & \textbf{Ret. arrière} \\
Défilement vers le bas & \textbf{Barre espace} \\
\end{tabular*}
\section*{Composants Calendriers et Tâches}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Commandes générales}} & \\
Nouveau rendez-vous & \textbf{Ctrl+Maj+A} \\
Nouvelle réunion & \textbf{Ctrl+Maj+E} \\
\vspace{1.5mm}
Nouvelle tâche & \textbf{Ctrl+Maj+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navigation}} & \\
Aller à aujourd'hui & \textbf{Ctrl+T} \\
Aller à une date & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
\documentclass[12pt]{article}
\usepackage[utf8]{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{Az Evolution rövid bemutatása}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Globális}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Összetevők}} & \\
Levelező & \textbf{Ctrl+1} \\
Névjegyek & \textbf{Ctrl+2} \\
Naptár & \textbf{Ctrl+3} \\
Feladatok & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Feljegyzések & \textbf{Ctrl+5} \\
\textit{\textbf{Vezérlőelemek}} & \\
Új elem az aktuális módban & \textbf{Ctrl+N} \\
Átváltás az ablaktáblák között & \textbf{F6} \\
Keresősáv törlése & \textbf{Shift+Ctrl+Q} \\
Ablak bezárása & \textbf{Ctrl+W} \\
Új ablak megnyitása & \textbf{Shift+Ctrl+W} \\
\vspace{1.5mm}
Kilépés az Evolutionből & \textbf{Ctrl+Q} \\
\textit{\textbf{Kijelölés}} & \\
Kijelölt elem nyomtatása & \textbf{Ctrl+P} \\
Kijelölt elem mentése & \textbf{Ctrl+S} \\
Kijelölt elem törlése & \textbf{Del} vagy \textbf{Backspace} \\
Levél/névjegyek áthelyezése mappába & \textbf{Shift+Ctrl+V} \\
Levél/névjegyek másolása mappába & \textbf{Shift+Ctrl+Y} \\
\end{tabular*}
\section*{Névjegy/feljegyzés összetevők}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Általános parancsok}} & \\
Új névjegy & \textbf{Shift+Ctrl+C} \\
Új címlista & \textbf{Shift+Ctrl+L} \\
Új feljegyzés & \textbf{Shift+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Levelező-összetevő}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Általános parancsok}} & \\
Új üzenet & \textbf{Shift+Ctrl+M} \\
\vspace{1.5mm}
Üzenetek küldése/fogadása & \textbf{F12} \\
\textit{\textbf{Kijelölés}} & \\
Szűrők alkalmazása & \textbf{Ctrl+Y} \\
Megnyitás új ablakban & \textbf{Enter} vagy \textbf{Ctrl+O} \\
\vspace{1.5mm}
Kijelölt elem továbbítása & \textbf{Ctrl+F} \\
\textit{\textbf{Üzenetlista}} & \\
Következő olvasatlan üzenet & \textbf{.} vagy \textbf{]} \\
\vspace{1.5mm}
Előző olvasatlan üzenet & \textbf{,} vagy \textbf{[} \\
\textit{\textbf{Előnézet}} & \\
Válasz a feladónak & \textbf{Ctrl+R} \\
Válasz a listának & \textbf{Ctrl+L} \\
Válasz minden címzettnek & \textbf{Shift+Ctrl+R} \\
Görgetés fel & \textbf{Backspace} \\
Görgetés le & \textbf{Szóköz} \\
\end{tabular*}
\section*{Naptár/feladat összetevők}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Általános parancsok}} & \\
Új értekezlet & \textbf{Shift+Ctrl+A} \\
Új találkozó & \textbf{Shift+Ctrl+E} \\
\vspace{1.5mm}
Új feladat & \textbf{Shift+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navigáció}} & \\
Mai nap kiválasztása & \textbf{Ctrl+T} \\
Dátum kiválasztása & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{lscape}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage[normalem]{ulem}
\usepackage[italian]{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{Scheda riferimenti veloci di Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Globale}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Componenti}} & \\
Posta & \textbf{Ctrl+1} \\
Contatti & \textbf{Ctrl+2} \\
Calendario & \textbf{Ctrl+3} \\
Compiti & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Memo & \textbf{Ctrl+5} \\
\textit{\textbf{Controlli}} & \\
Nuovo elemento in modalità attuale & \textbf{Ctrl+N} \\
Sposta focus tra riquadri & \textbf{F6} \\
Pulisci barra di ricerca & \textbf{Maiusc+Ctrl+Q} \\
Chiudia finestra & \textbf{Ctrl+W} \\
Apri nuova finestra & \textbf{Maiusc+Ctrl+W} \\
\vspace{1.5mm}
Esci da Evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Selezione}} & \\
Stampa selezione & \textbf{Ctrl+P} \\
Salva selezione & \textbf{Ctrl+S} \\
Elimina selezione & \textbf{Canc} o \textbf{Backspace} \\
Sposta email/contatti su cartella & \textbf{Maiusc+Ctrl+V} \\
Copia email/contatti su cartella & \textbf{Maiusc+Ctrl+Y} \\
\end{tabular*}
\section*{Componenti Contatti/Memo}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandi generici}} & \\
Nuovo contatto & \textbf{Maiusc+Ctrl+C} \\
Nuova lista contatti & \textbf{Maiusc+Ctrl+L} \\
Nuovo memo & \textbf{Maiusc+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Componente Posta}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandi generici}} & \\
Nuovo messaggio & \textbf{Maiusc+Ctrl+M} \\
\vspace{1.5mm}
Invia/Ricevi messaggi & \textbf{F12} \\
\textit{\textbf{Selezione}} & \\
Applica filtri & \textbf{Ctrl+Y} \\
Apri in nuova finestra & \textbf{Invio} o \textbf{Ctrl+O} \\
\vspace{1.5mm}
Inoltra selezione & \textbf{Ctrl+F} \\
\textit{\textbf{Riquadro elenco messaggi}} & \\
Successivo messaggio non letto & \textbf{.} oppure \textbf{]} \\
\vspace{1.5mm}
Precedente messaggio non letto & \textbf{,} oppure \textbf{[} \\
\textit{\textbf{Riquadro anteprima}} & \\
Rispondi a mittente & \textbf{Ctrl+R} \\
Rispondi a lista & \textbf{Ctrl+L} \\
Rispondi a tutti destinatari & \textbf{Maiusc+Ctrl+R} \\
Scorri in alto & \textbf{Backspace} \\
Scorri in basso & \textbf{Spazio} \\
\end{tabular*}
\section*{Componenti Compiti/Calendario}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandi generici}} & \\
Nuovo appuntamento & \textbf{Maiusc+Ctrl+A} \\
Nuova riunione & \textbf{Maiusc+Ctrl+E} \\
\vspace{1.5mm}
Nuovo compito & \textbf{Maiusc+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navigazione}} & \\
Vai a oggi & \textbf{Ctrl+T} \\
Vai alla data & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,119 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t a4 -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=a4 quickref.ps
% french version (fr)
\documentclass[12pt]{article}
\usepackage[utf8]{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{Carte de référence rapide d'Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Général}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Compausants}} & \\
Corrièl & \textbf{Ctrl+1} \\
Contactes & \textbf{Ctrl+2} \\
Calendièrs & \textbf{Ctrl+3} \\
Prètzfaches & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Memòs & \textbf{Ctrl+5} \\
\textit{\textbf{Comandas}} & \\
Nouvel élément du mode en cours & \textbf{Ctrl+N} \\
Basculer entre les panneaux & \textbf{F6} \\
Effacer la barre de recherche & \textbf{Ctrl+Maj+Q} \\
Fermer la fenêtre & \textbf{Ctrl+W} \\
Ouvrir une nouvelle fenêtre & \textbf{Ctrl+Maj+W} \\
\vspace{1.5mm}
Quitter Evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Sélection}} & \\
Imprimer la sélection & \textbf{Ctrl+P} \\
Enregistrer la sélection & \textbf{Ctrl+S} \\
Supprimer la sélection & \textbf{Suppr} ou \textbf{Ret. arrière} \\
Déplacer message/contact dans un dossier & \textbf{Ctrl+Maj+V} \\
Copier message/contact dans un dossier & \textbf{Ctrl+Maj+Y} \\
\end{tabular*}
\section*{Composants Contacts et Mémos}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Commandes générales}} & \\
Nouveau contact & \textbf{Ctrl+Maj+C} \\
Nouvelle liste de contacts & \textbf{Ctrl+Maj+L} \\
Nouveau mémo & \textbf{Ctrl+Maj+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Composant Courriel}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Commandes générales}} & \\
Nouveau message & \textbf{Ctrl+Maj+M} \\
\vspace{1.5mm}
Envoyer/Recevoir les messages & \textbf{F12} \\
\textit{\textbf{Sélection}} & \\
Appliquer les filtres & \textbf{Ctrl+Y} \\
Ouvrir dans une nouvelle fenêtre & \textbf{Entrée} ou \textbf{Ctrl+O} \\
\vspace{1.5mm}
Faire suivre la sélection & \textbf{Ctrl+F} \\
\textit{\textbf{Panneau Liste des messages}} & \\
Prochain message non lu & \textbf{.} ou \textbf{]} \\
\vspace{1.5mm}
Message non lu précédent & \textbf{,} ou \textbf{[} \\
\textit{\textbf{Panneau d'aperçu}} & \\
Répondre à l'expéditeur & \textbf{Ctrl+R} \\
Répondre à la liste & \textbf{Ctrl+L} \\
Répondre à tous les destinataires & \textbf{Ctrl+Maj+R} \\
Défilement vers le haut & \textbf{Ret. arrière} \\
Défilement vers le bas & \textbf{Barre espace} \\
\end{tabular*}
\section*{Composants Calendriers et Tâches}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Commandes générales}} & \\
Nouveau rendez-vous & \textbf{Ctrl+Maj+A} \\
Nouvelle réunion & \textbf{Ctrl+Maj+E} \\
\vspace{1.5mm}
Nouvelle tâche & \textbf{Ctrl+Maj+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navigation}} & \\
Aller à aujourd'hui & \textbf{Ctrl+T} \\
Aller à une date & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,118 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
\documentclass[12pt]{article}
\usepackage[OT4]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lscape}
\usepackage{setspace}
\usepackage{graphicx}
\usepackage{multicol}
\usepackage[normalem]{ulem}
\usepackage[polish]{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 -- ściągawka}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Ogólne}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Komponenty}} & \\
Poczta & \textbf{Ctrl+1} \\
Kontakty & \textbf{Ctrl+2} \\
Kalendarz & \textbf{Ctrl+3} \\
Zadania & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Notatki & \textbf{Ctrl+5} \\
\textit{\textbf{Operacje}} & \\
Nowy element w bieżącym trybie & \textbf{Ctrl+N} \\
Przełączanie pomiędzy widokami & \textbf{F6} \\
Czyszczenie pola wyszukiwania & \textbf{Shift+Ctrl+Q} \\
Zamknięcie okna & \textbf{Ctrl+W} \\
Nowe okno & \textbf{Shift+Ctrl+W} \\
\vspace{1.5mm}
Koniec pracy Evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Zaznaczenie}} & \\
Wydruk zaznaczenia & \textbf{Ctrl+P} \\
Zapis zaznaczenia & \textbf{Ctrl+S} \\
Usunięcie zaznaczenia & \textbf{Del} lub \textbf{Backspace} \\
Przenoszenie wiadomości/kontaktów & \textbf{Shift+Ctrl+V} \\
Kopiowanie wiadomości/kontaktów & \textbf{Shift+Ctrl+Y} \\
\end{tabular*}
\section*{Kontakty/Notatki}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Polecenia ogólne}} & \\
Nowy kontakt & \textbf{Shift+Ctrl+C} \\
Nowa lista kontaktów & \textbf{Shift+Ctrl+L} \\
Nowa notatka & \textbf{Shift+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Poczta}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Polecenia ogólne}} & \\
Nowa wiadomość & \textbf{Shift+Ctrl+M} \\
\vspace{1.5mm}
Wysłanie/Odbiór wiadomości & \textbf{F12} \\
\textit{\textbf{Zaznaczenie}} & \\
Zastosowanie filtrów & \textbf{Ctrl+Y} \\
Otwarcie w nowym oknie & \textbf{Enter} lub \textbf{Ctrl+O} \\
\vspace{1.5mm}
Przekazanie zaznaczenia dalej & \textbf{Ctrl+F} \\
\textit{\textbf{Lista wiadomości}} & \\
Następna nieprzeczytana wiadomość & \textbf{.} lub \textbf{]} \\
\vspace{1.5mm}
Poprzednia nieprzeczytana wiadomość & \textbf{,} lub \textbf{[} \\
\textit{\textbf{Podgląd wiadomości}} & \\
Odpowiedź do nadawcy & \textbf{Ctrl+R} \\
Odpowiedź na listę & \textbf{Ctrl+L} \\
Odpowiedź do wszystkich adresatów & \textbf{Shift+Ctrl+R} \\
Przewijanie w górę & \textbf{Backspace} \\
Przewijanie w dół & \textbf{Spacja} \\
\end{tabular*}
\section*{Kalendarz/Zadania}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Polecenia ogólne}} & \\
Nowe spotkanie & \textbf{Shift+Ctrl+A} \\
Nowe zebranie & \textbf{Shift+Ctrl+E} \\
\vspace{1.5mm}
Nowe zadanie & \textbf{Shift+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Nawigacja}} & \\
Dzień dzisiejszy & \textbf{Ctrl+T} \\
Dowolna data & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < 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{Referência Rápida do Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Global}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Componentes}} & \\
Email & \textbf{Ctrl+1} \\
Contactos & \textbf{Ctrl+2} \\
Calendários & \textbf{Ctrl+3} \\
Tarefas & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Memos & \textbf{Ctrl+5} \\
\textit{\textbf{Controlos}} & \\
Novo item no modo actual & \textbf{Ctrl+N} \\
Ciclar o foco entre paineis & \textbf{F6} \\
Limpar a barra de procura & \textbf{Shift+Ctrl+Q} \\
Fechar a janela & \textbf{Ctrl+W} \\
Abrir uma nova janela & \textbf{Shift+Ctrl+W} \\
\vspace{1.5mm}
Sair do evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Selecção}} & \\
Imprimir a selecção & \textbf{Ctrl+P} \\
Gravar a selecção & \textbf{Ctrl+S} \\
Apagar a selecção & \textbf{Del} or \textbf{Backspace} \\
Mover correio/contactos para a pasta & \textbf{Shift+Ctrl+V} \\
Copiar correio/contactos para a pasta & \textbf{Shift+Ctrl+Y} \\
\end{tabular*}
\section*{Contactos/Componentes dos Memos}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandos Gerais}} & \\
Novo contacto & \textbf{Shift+Ctrl+C} \\
Nova lista de contactos & \textbf{Shift+Ctrl+L} \\
Novo memo & \textbf{Shift+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Componente de Email}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandos Gerais}} & \\
Nova mensagem & \textbf{Shift+Ctrl+M} \\
\vspace{1.5mm}
Enviar/Receber mensagens & \textbf{F12} \\
\textit{\textbf{Selecção}} & \\
Aplicar filtros & \textbf{Ctrl+Y} \\
Abrir numa nova janela & \textbf{Return} or \textbf{Ctrl+O} \\
\vspace{1.5mm}
Reencaminhar a selecção & \textbf{Ctrl+F} \\
\textit{\textbf{Painel de Lista de Mensagens}}& \\
Mensagem por ler seguinte & \textbf{.} or \textbf{]} \\
\vspace{1.5mm}
Mensagem por ler anterior & \textbf{,} or \textbf{[} \\
\textit{\textbf{Painel de Antevisão}} & \\
Responder ao remetente & \textbf{Ctrl+R} \\
Responder para a lista & \textbf{Ctrl+L} \\
Responder a todos os destinatários & \textbf{Shift+Ctrl+R} \\
Rolar acima & \textbf{Backspace} \\
Rolar abaixo & \textbf{Space} \\
\end{tabular*}
\section*{Componentes de Calendário/Tarefas}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Comandos Gerais}} & \\
Novo compromisso & \textbf{Shift+Ctrl+A} \\
Nova reunião & \textbf{Shift+Ctrl+E} \\
\vspace{1.5mm}
Nova tarefa & \textbf{Shift+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navegação}} & \\
Ir para hoje & \textbf{Ctrl+T} \\
Ir para a data & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < quickref.dvi >| quickref.ps
% ps2pdf -sPAPERSIZE=letter quickref.ps
\documentclass[12pt]{article}
\usepackage[utf8]{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{Skedë referimi e shpejtë për Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Globale}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Përbërës}} & \\
Posta & \textbf{Ctrl+1} \\
Kontakte & \textbf{Ctrl+2} \\
Kalendari & \textbf{Ctrl+3} \\
Aktivitete & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Shënime & \textbf{Ctrl+5} \\
\textit{\textbf{Kontrolle}} & \\
Element i ri në modalitetin aktual & \textbf{Ctrl+N} \\
Shkëmbe fokusin midis panelëve & \textbf{F6} \\
Pastro fushën e kërkimit & \textbf{Shift+Ctrl+Q} \\
Mbyll dritaren & \textbf{Ctrl+W} \\
Hap një dritare të re & \textbf{Shift+Ctrl+W} \\
\vspace{1.5mm}
Mbyll evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Zgjedhja}} & \\
Printo zgjedhjen & \textbf{Ctrl+P} \\
Ruaj zgjedhjen & \textbf{Ctrl+S} \\
Elemino zgjedhjen & \textbf{Del} ose \textbf{Backspace} \\
Lëviz mesazhe/kontakte tek kartela & \textbf{Shift+Ctrl+V} \\
Kopjo mesazhe/kontakte tek kartela & \textbf{Shift+Ctrl+Y} \\
\end{tabular*}
\section*{Përbërsit e kontakteve/Shënime}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Komandat e përgjithshme}} & \\
Kontakt i ri & \textbf{Shift+Ctrl+C} \\
Listë e re kontaktesh & \textbf{Shift+Ctrl+L} \\
Shënim i ri & \textbf{Shift+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{Komponenti i postës}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Komandat e përgjithshme}} & \\
Mesazh i ri & \textbf{Shift+Ctrl+M} \\
\vspace{1.5mm}
Dërgo/Merr mesazhe & \textbf{F12} \\
\textit{\textbf{Zgjedhja}} & \\
Apliko filtrat & \textbf{Ctrl+Y} \\
Hap në një dritare të re & \textbf{Return} ose \textbf{Ctrl+O} \\
\vspace{1.5mm}
Përcill zgjedhjen & \textbf{Ctrl+F} \\
\textit{\textbf{Paneli i listës së mesazheve}} & \\
Mesazhi në vijim i palexuar & \textbf{.} ose \textbf{]} \\
\vspace{1.5mm}
Mesazhi paraardhës i palexuar & \textbf{,} ose \textbf{[} \\
\textit{\textbf{Paneli i pamjes së parë}} & \\
Përgjigju dërguesit & \textbf{Ctrl+R} \\
Përgjigju në listë & \textbf{Ctrl+L} \\
Përgjigju të gjithë dërguesve & \textbf{Shift+Ctrl+R} \\
Rrotullo për sipër & \textbf{Backspace} \\
Rrotullo për poshtë & \textbf{Space} \\
\end{tabular*}
\section*{Përbërsit Kalendari/Aktivitete}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Komandat e përgjithshme}} & \\
Takim i ri & \textbf{Shift+Ctrl+A} \\
Mbledhje e re & \textbf{Shift+Ctrl+E} \\
\vspace{1.5mm}
Aktivitet i ri & \textbf{Shift+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Lundrimi}} & \\
Shko tek dita e sotme & \textbf{Ctrl+T} \\
Shko tek data & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

Binary file not shown.

View File

@ -1,116 +0,0 @@
% To rebuild the .pdf from this source, use something like the following
% latex quickref.tex
% dvips -t letter -f < 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{Snabbreferens för Evolution}}
\end{center}
\begin{center}
\begin{multicols}{2}
\section*{Allmänna snabbtangenter}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Komponenter}} & \\
E-post & \textbf{Ctrl+1} \\
Kontakter & \textbf{Ctrl+2} \\
Kalender & \textbf{Ctrl+3} \\
Uppgifter & \textbf{Ctrl+4} \\
\vspace{1.5mm}
Memo & \textbf{Ctrl+5} \\
\textit{\textbf{Kontroller}} & \\
Ny post i aktuellt läge & \textbf{Ctrl+N} \\
Växla fokus mellan paneler & \textbf{F6} \\
Töm sökraden & \textbf{Skift+Ctrl+Q} \\
Stäng fönster & \textbf{Ctrl+W} \\
Öppna nytt fönster & \textbf{Skift+Ctrl+W} \\
\vspace{1.5mm}
Avsluta evolution & \textbf{Ctrl+Q} \\
\textit{\textbf{Markering}} & \\
Skriv ut markering & \textbf{Ctrl+P} \\
Spara markering & \textbf{Ctrl+S} \\
Ta bort markering & \textbf{Del} eller \textbf{Backsteg} \\
Flytta brev/kontakter till mapp & \textbf{Skift+Ctrl+V} \\
Kopiera brev/kontakter till mapp & \textbf{Skift+Ctrl+Y} \\
\end{tabular*}
\section*{Kontakter/Memo}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Allmänna kommandon}} & \\
Ny kontakt & \textbf{Skift+Ctrl+C} \\
Ny kontaktlista & \textbf{Skift+Ctrl+L} \\
Nytt memo & \textbf{Skift+Ctrl+O} \\
\end{tabular*}
% {\\ \vspace{5mm} \footnotesize \textit{* denotes the feature may not be implemented yet}}
\section*{E-post}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Allmänna kommandon}} & \\
Nytt meddelande & \textbf{Skift+Ctrl+M} \\
\vspace{1.5mm}
Skicka/Ta emot meddelanden & \textbf{F12} \\
\textit{\textbf{Markering}} & \\
Tillämpa filter & \textbf{Ctrl+Y} \\
Öppna i nytt fönster & \textbf{Retur} eller \textbf{Ctrl+O} \\
\vspace{2.5mm}
Vidarebefordra markering & \textbf{Ctrl+F} \\
\textit{\textbf{Meddelandelistpanel}} & \\
Nästa olästa meddelande & \textbf{.} eller \textbf{]} \\
\vspace{1.5mm}
Föregående olästa meddelande & \textbf{,} eller \textbf{[} \\
\textit{\textbf{Förhandsvisningspanel}} & \\
Svara till avsändare & \textbf{Ctrl+R} \\
Svara till lista & \textbf{Ctrl+L} \\
Svara till alla mottagare & \textbf{Skift+Ctrl+R} \\
Rulla upp & \textbf{Backsteg} \\
Rulla ned & \textbf{Blanksteg} \\
\end{tabular*}
\section*{Kalender/Uppgift}
\begin{tabular*}{4in}{rp{1.5in}}
\textit{\textbf{Allmänna kommandon}} & \\
Nytt möte & \textbf{Skift+Ctrl+A} \\
Nytt sammanträde & \textbf{Skift+Ctrl+E} \\
\vspace{1.5mm}
Ny uppgift & \textbf{Skift+Ctrl+T} \\
% \vspace{1.5mm}
% Expunge/Purge old schedules & \textbf{Ctrl+E} \\
\textit{\textbf{Navigering}} & \\
Gå till idag & \textbf{Ctrl+T} \\
Gå till datum & \textbf{Ctrl+G} \\
\end{tabular*}
\end{multicols}
\end{center}
\end{landscape}
\end{document}

View File

@ -314,72 +314,6 @@ e_shell_utils_run_preferences (EShell *shell)
}
}
static gboolean
shell_utils_manage_quick_reference (EShell *shell,
gboolean only_test)
{
const gchar * const *language_names;
gboolean app_launched = FALSE;
gboolean found_any = FALSE;
language_names = g_get_language_names ();
while (*language_names != NULL && !app_launched) {
const gchar *language = *language_names++;
gchar *filename;
/* This must be a valid language AND a language with
* no encoding suffix. The next language should have
* no encoding suffix. */
if (language == NULL || strchr (language, '.') != NULL)
continue;
filename = g_build_filename (
EVOLUTION_HELPDIR, "quickref",
language, "quickref.pdf", NULL);
if (g_file_test (filename, G_FILE_TEST_EXISTS)) {
found_any = TRUE;
if (!only_test) {
GFile *file;
gchar *uri;
GError *error = NULL;
file = g_file_new_for_path (filename);
uri = g_file_get_uri (file);
app_launched = g_app_info_launch_default_for_uri (
uri, NULL, &error);
if (error != NULL) {
/* FIXME Show an error dialog. */
g_warning ("%s", error->message);
g_error_free (error);
}
g_object_unref (file);
g_free (uri);
}
}
g_free (filename);
}
return found_any;
}
gboolean
e_shell_utils_is_quick_reference_available (EShell *shell)
{
return shell_utils_manage_quick_reference (shell, TRUE);
}
void
e_shell_utils_run_quick_reference (EShell *shell)
{
shell_utils_manage_quick_reference (shell, FALSE);
}
void
e_shell_utils_run_help_about (EShell *shell)
{

View File

@ -41,10 +41,6 @@ guint e_shell_utils_import_uris (EShell *shell,
const gchar * const *uris);
void e_shell_utils_run_preferences (EShell *shell);
gboolean e_shell_utils_is_quick_reference_available
(EShell *shell);
void e_shell_utils_run_quick_reference
(EShell *shell);
void e_shell_utils_run_help_about (EShell *shell);
void e_shell_utils_run_help_contents (EShell *shell);
EAlertSink * e_shell_utils_find_alternate_alert_sink

View File

@ -320,22 +320,6 @@ action_preferences_cb (GtkAction *action,
e_shell_utils_run_preferences (e_shell_window_get_shell (shell_window));
}
/**
* E_SHELL_WINDOW_ACTION_QUICK_REFERENCE:
* @window: an #EShellWindow
*
* Activation of this action opens a printable table of useful shortcut
* keys for this application.
*
* Main menu item: Help -> Quick Reference
**/
static void
action_quick_reference_cb (GtkAction *action,
EShellWindow *shell_window)
{
e_shell_utils_run_quick_reference (e_shell_window_get_shell (shell_window));
}
/**
* E_SHELL_WINDOW_ACTION_QUIT:
* @window: an #EShellWindow
@ -889,13 +873,6 @@ static GtkActionEntry shell_entries[] = {
N_("Configure Evolution"),
G_CALLBACK (action_preferences_cb) },
{ "quick-reference",
NULL,
N_("_Quick Reference"),
NULL,
N_("Show Evolutions shortcut keys"),
G_CALLBACK (action_quick_reference_cb) },
{ "quit",
"application-exit",
N_("_Quit"),
@ -1315,8 +1292,6 @@ e_shell_window_actions_init (EShellWindow *shell_window)
/* Fine tuning. */
gtk_action_set_sensitive (ACTION (SEARCH_QUICK), FALSE);
gtk_action_set_visible (ACTION (QUICK_REFERENCE),
e_shell_utils_is_quick_reference_available (e_shell_window_get_shell (shell_window)));
e_binding_bind_property (
shell_window, "menubar-visible",

View File

@ -58,8 +58,6 @@
E_SHELL_WINDOW_ACTION ((window), "paste-clipboard")
#define E_SHELL_WINDOW_ACTION_PREFERENCES(window) \
E_SHELL_WINDOW_ACTION ((window), "preferences")
#define E_SHELL_WINDOW_ACTION_QUICK_REFERENCE(window) \
E_SHELL_WINDOW_ACTION ((window), "quick-reference")
#define E_SHELL_WINDOW_ACTION_QUIT(window) \
E_SHELL_WINDOW_ACTION ((window), "quit")
#define E_SHELL_WINDOW_ACTION_SEARCH_ADVANCED(window) \

View File

@ -1266,8 +1266,6 @@ shell_app_menu_activate_cb (GSimpleAction *action,
shell_action_new_window_cb (action, parameter, shell);
} else if (g_str_equal (name, "preferences")) {
e_shell_utils_run_preferences (shell);
} else if (g_str_equal (name, "quick-reference")) {
e_shell_utils_run_quick_reference (shell);
} else if (g_str_equal (name, "help")) {
e_shell_utils_run_help_contents (shell);
} else if (g_str_equal (name, "about")) {
@ -1283,7 +1281,6 @@ shell_create_app_menu (GtkApplication *application)
const GActionEntry actions[] = {
{ "new-window", shell_app_menu_activate_cb, NULL, NULL, NULL },
{ "preferences", shell_app_menu_activate_cb, NULL, NULL, NULL },
{ "quick-reference", shell_app_menu_activate_cb, NULL, NULL, NULL },
{ "help", shell_app_menu_activate_cb, NULL, NULL, NULL },
{ "about", shell_app_menu_activate_cb, NULL, NULL, NULL }
};
@ -1304,8 +1301,6 @@ shell_create_app_menu (GtkApplication *application)
g_object_unref (section);
section = g_menu_new ();
if (e_shell_utils_is_quick_reference_available (E_SHELL (application)))
g_menu_append (section, _("Quick _Reference"), "app.quick-reference");
g_menu_append (section, _("_Help"), "app.help");
g_menu_append (section, _("_About"), "app.about");
g_menu_append (section, _("_Quit"), "app.quit");