\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{nire0510} \pdfinfo{ /Title (keyboard-shortcuts-using-a-pc-keyboard-on-a-mac.pdf) /Creator (Cheatography) /Author (nire0510) /Subject (Keyboard shortcuts using a PC keyboard on a Mac Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{3AA305} \definecolor{LightBackground}{HTML}{F2F9EF} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Keyboard shortcuts using a PC keyboard on a Mac Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{nire0510} via \textcolor{DarkBackground}{\uline{cheatography.com/23531/cs/6835/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}nire0510 \\ \uline{cheatography.com/nire0510} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 2nd February, 2016.\\ Updated 10th May, 2016.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{tabularx}{17.67cm}{x{8.635 cm} x{8.635 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{17.67cm}}{\bf\textcolor{white}{INTRODUCTION}} \tn % Row 0 \SetRowColor{LightBackground} CONTROL & COMMAND \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} ALT & OPTION \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Windows/Start & Apple/COMMAND \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} BACKSPACE & DELETE \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} DELETE & DEL \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} SHIFT & SHIFT \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} ENTER & RETURN \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.7358 cm} x{5.5671 cm} x{5.5671 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{17.67cm}}{\bf\textcolor{white}{System Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} Backward delete & BACKSPACE & DELETE \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Capture whole screen to Clipboard & PRINT SCREEN & \seqsplit{COMMAND+CONTROL+SHIFT+3} \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} Capture front most window & ALT+PRINT SCREEN & \seqsplit{COMMAND+SHIFT+3} \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Close active window & CONTROL+W & COMMAND+W \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} Copy a file/folder & CONTROL+ drag icon & OPTION+ drag icon \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} Copy to Clipboard & CONTROL+C & COMMAND+C \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} Create an alias or shortcut & Mouse right-click, then select Create Shortcut & Select item, then COMMAND+L \tn % Row Count 17 (+ 4) % Row 7 \SetRowColor{white} Delete to Clipboard & CONTROL+X & COMMAND+X \tn % Row Count 19 (+ 2) % Row 8 \SetRowColor{LightBackground} Exit a dialog box without changes & ESC & ESC \tn % Row Count 22 (+ 3) % Row 9 \SetRowColor{white} Find/Search & CONTROL+F & COMMAND+F \tn % Row Count 23 (+ 1) % Row 10 \SetRowColor{LightBackground} Force exit from unresponsive application & \seqsplit{CONTROL+ALT+DELETE} & \seqsplit{COMMAND+OPTION+ESC} \tn % Row Count 27 (+ 4) % Row 11 \SetRowColor{white} Forward delete & DELETE & DEL (Mac notebooks: Function (fn)+DELETE) \tn % Row Count 31 (+ 4) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.7358 cm} x{5.5671 cm} x{5.5671 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{17.67cm}}{\bf\textcolor{white}{System Shortcuts (cont)}} \tn % Row 12 \SetRowColor{LightBackground} View item information or properties & ALT+ENTER & COMMAND+I \tn % Row Count 3 (+ 3) % Row 13 \SetRowColor{white} Log off Current User & Windows logo key +L & \seqsplit{COMMAND+SHIFT+Q} \tn % Row Count 5 (+ 2) % Row 14 \SetRowColor{LightBackground} Maximize window & CONTROL+F10 & CONTROL+F3, then UP ARROW or DOWN ARROW to select minimized windows on Dock, then ENTER \tn % Row Count 12 (+ 7) % Row 15 \SetRowColor{white} Minimize windows & Windows logo key +M & COMMAND+M \tn % Row Count 14 (+ 2) % Row 16 \SetRowColor{LightBackground} New folder & CONTROL+N & \seqsplit{COMMAND+SHIFT+N} \tn % Row Count 16 (+ 2) % Row 17 \SetRowColor{white} Open file & CONTROL+O & COMMAND+O \tn % Row Count 17 (+ 1) % Row 18 \SetRowColor{LightBackground} Paste Clipboard content & CONTROL+V & COMMAND+V \tn % Row Count 19 (+ 2) % Row 19 \SetRowColor{white} Print & CONTROL+P & COMMAND+P \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} Exit/quit program & ALT+F4 & COMMAND+Q \tn % Row Count 22 (+ 2) % Row 21 \SetRowColor{white} Rename file/folder & Select item, then F2 & Select item, then ENTER \tn % Row Count 24 (+ 2) % Row 22 \SetRowColor{LightBackground} Save file & CONTROL+S & COMMAND+S \tn % Row Count 25 (+ 1) % Row 23 \SetRowColor{white} Select all items & CONTROL+A & COMMAND+A \tn % Row Count 27 (+ 2) % Row 24 \SetRowColor{LightBackground} Select more than one item in a list & CONTROL, then click each item & COMMAND, then click each item \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{5.7358 cm} x{5.5671 cm} x{5.5671 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{17.67cm}}{\bf\textcolor{white}{System Shortcuts (cont)}} \tn % Row 25 \SetRowColor{LightBackground} Send items to Recycle Bin/Trash & Select items, then DELETE & Select items, then \seqsplit{COMMAND+DELETE} \tn % Row Count 3 (+ 3) % Row 26 \SetRowColor{white} Send/receive e-mail & CONTROL+K & COMMAND+K \tn % Row Count 5 (+ 2) % Row 27 \SetRowColor{LightBackground} Shut down & Windows logo key +U+U & \seqsplit{COMMAND+OPTION+CONTROL+Eject} key \tn % Row Count 8 (+ 3) % Row 28 \SetRowColor{white} Switch to next window & CONTROL+F6 & COMMAND+\textasciitilde{} \tn % Row Count 10 (+ 2) % Row 29 \SetRowColor{LightBackground} Switch to previous window & \seqsplit{CONTROL+SHIFT+F6} & COMMAND+SHIFT+\textasciitilde{} \tn % Row Count 12 (+ 2) % Row 30 \SetRowColor{white} Toggle through open applications & ALT+TAB & COMMAND+TAB \tn % Row Count 15 (+ 3) % Row 31 \SetRowColor{LightBackground} Type special characters & ALT+ character key & OPTION+ character key \tn % Row Count 17 (+ 2) % Row 32 \SetRowColor{white} Undo & CONTROL+Z & COMMAND+Z \tn % Row Count 18 (+ 1) % Row 33 \SetRowColor{LightBackground} Capture selection to Clipboard & & \seqsplit{COMMAND+CONTROL+SHIFT+4} \tn % Row Count 21 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{17.67cm}{x{6.4106 cm} x{4.0488 cm} x{6.4106 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{17.67cm}}{\bf\textcolor{white}{Microsoft Office / iWork}} \tn % Row 0 \SetRowColor{LightBackground} All Caps & \seqsplit{CONTROL+SHIFT+A} & \seqsplit{COMMAND+SHIFT+A} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Bold & \seqsplit{CONTROL+B} & COMMAND+B \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Extend selection word left & \seqsplit{CONTROL+SHIFT+LEFT} ARROW & \seqsplit{OPTION+SHIFT+LEFT} ARROW \tn % Row Count 6 (+ 3) % Row 3 \SetRowColor{white} Extend selection word right & \seqsplit{CONTROL+SHIFT+RIGHT} ARROW & \seqsplit{OPTION+SHIFT+RIGHT} ARROW \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} Font menu & \seqsplit{CONTROL+D} & COMMAND+D (Office) or COMMAND+T (iWork) \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} Italic & \seqsplit{CONTROL+I} & COMMAND+I \tn % Row Count 13 (+ 1) % Row 6 \SetRowColor{LightBackground} Move to beginning of current or previous word & \seqsplit{CONTROL+LEFT} ARROW & OPTION+LEFT ARROW \tn % Row Count 16 (+ 3) % Row 7 \SetRowColor{white} Move to end of current or next word & \seqsplit{CONTROL+RIGHT} ARROW & OPTION+RIGHT ARROW \tn % Row Count 19 (+ 3) % Row 8 \SetRowColor{LightBackground} Move to beginning of current line & \seqsplit{CONTROL+HOME} & OPTION+HOME or CONTROL+A \tn % Row Count 22 (+ 3) % Row 9 \SetRowColor{white} Move to end of current line & \seqsplit{CONTROL+END} & OPTION+END or CONTROL+E \tn % Row Count 24 (+ 2) % Row 10 \SetRowColor{LightBackground} New document, new e-mail message, and so on & \seqsplit{CONTROL+N} & COMMAND+N \tn % Row Count 27 (+ 3) % Row 11 \SetRowColor{white} Underline & \seqsplit{CONTROL+U} & COMMAND+U \tn % Row Count 28 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \end{document}