\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{kesavanbr} \pdfinfo{ /Title (important-shortcuts.pdf) /Creator (Cheatography) /Author (kesavanbr) /Subject (Important Shortcuts 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}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \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{Important Shortcuts Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{kesavanbr} via \textcolor{DarkBackground}{\uline{cheatography.com/25369/cs/6616/}}} \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}kesavanbr \\ \uline{cheatography.com/kesavanbr} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 12th January, 2016.\\ Updated 13th 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{multicols*}{4} \begin{tabularx}{3.833cm}{x{1.64784 cm} x{1.78516 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Microsoft Windows}} \tn % Row 0 \SetRowColor{LightBackground} shortcut & action \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} CTRL+C & Copy \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} CTRL+Z & undo \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} CTRL+X & Cut \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} CTRL+V & Paste \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} SHIFT+DELETE & Delete the selected item permanently without placing the item in the Recycle Bin \tn % Row Count 9 (+ 4) % Row 6 \SetRowColor{LightBackground} CTRL while dragging an item & Copy the selected item \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} CTRL+SHIFT while dragging an item & Create a shortcut to the selected item \tn % Row Count 13 (+ 2) % Row 8 \SetRowColor{LightBackground} F2 key & Rename the selected item \tn % Row Count 15 (+ 2) % Row 9 \SetRowColor{white} CTRL+RIGHT ARROW & Move the insertion point to the beginning of the next word \tn % Row Count 18 (+ 3) % Row 10 \SetRowColor{LightBackground} CTRL+LEFT ARROW & Move the insertion point to the beginning of the previous word \tn % Row Count 22 (+ 4) % Row 11 \SetRowColor{white} CTRL+DOWN ARROW & Move the insertion point to the beginning of the next paragraph \tn % Row Count 26 (+ 4) % Row 12 \SetRowColor{LightBackground} CTRL+UP ARROW & Move the insertion point to the beginning of the previous paragraph \tn % Row Count 30 (+ 4) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{x{1.64784 cm} x{1.78516 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Microsoft Windows (cont)}} \tn % Row 13 \SetRowColor{LightBackground} CTRL+SHIFT with any of the arrow keys & Highlight a block of text \tn % Row Count 2 (+ 2) % Row 14 \SetRowColor{white} SHIFT with any of the arrow keys & Select more than one item in a window or on the desktop, or select text in a document \tn % Row Count 7 (+ 5) % Row 15 \SetRowColor{LightBackground} CTRL+A & Select all \tn % Row Count 8 (+ 1) % Row 16 \SetRowColor{white} F3 key & Search for a file or a folder \tn % Row Count 10 (+ 2) % Row 17 \SetRowColor{LightBackground} ALT+ENTER & View the properties for the selected item \tn % Row Count 13 (+ 3) % Row 18 \SetRowColor{white} ALT+F4 & Close the active item, or quit the active program \tn % Row Count 16 (+ 3) % Row 19 \SetRowColor{LightBackground} ALT+TAB & Switch between the open items \tn % Row Count 18 (+ 2) % Row 20 \SetRowColor{white} ALT+ESC & Cycle through items in the order that they had been opened \tn % Row Count 21 (+ 3) % Row 21 \SetRowColor{LightBackground} F6 key & Cycle through the screen elements in a window or on the desktop \tn % Row Count 25 (+ 4) % Row 22 \SetRowColor{white} F4 key & Display the Address bar list in My Computer or Windows Explorer \tn % Row Count 29 (+ 4) % Row 23 \SetRowColor{LightBackground} SHIFT+F10 & Display the shortcut menu for the selected item \tn % Row Count 32 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{3.833cm}{x{1.64784 cm} x{1.78516 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Microsoft Windows (cont)}} \tn % Row 24 \SetRowColor{LightBackground} ALT+SPACEBAR & Display the System menu for the active window \tn % Row Count 3 (+ 3) % Row 25 \SetRowColor{white} CTRL+ESC & Display the Start menu \tn % Row Count 5 (+ 2) % Row 26 \SetRowColor{LightBackground} ALT+Underlined letter in a menu name & Display the corresponding menu \tn % Row Count 7 (+ 2) % Row 27 \SetRowColor{white} F10 key & Activate the menu bar in the active program \tn % Row Count 10 (+ 3) % Row 28 \SetRowColor{LightBackground} RIGHT ARROW & Open the next menu to the right, or open a submenu \tn % Row Count 13 (+ 3) % Row 29 \SetRowColor{white} LEFT ARROW & Open the next menu to the left, or close a submenu \tn % Row Count 16 (+ 3) % Row 30 \SetRowColor{LightBackground} F5 key & Update the active window \tn % Row Count 18 (+ 2) % Row 31 \SetRowColor{white} BACKSPACE & View the folder onelevel up in My Computer or Windows Explorer \tn % Row Count 22 (+ 4) % Row 32 \SetRowColor{LightBackground} ESC & Cancel the current task \tn % Row Count 24 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{x{1.16722 cm} x{2.26578 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Dialog Box}} \tn % Row 0 \SetRowColor{LightBackground} CTRL+TAB & Move forward through the tabs \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{CTRL+SHIFT+TAB} & Move backward through the tabs \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} TAB & Move forward through the options \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} SHIFT+TAB & Move backward through the options \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{ALT+Underlined} letter & Perform the corresponding command or select the corresponding option \tn % Row Count 11 (+ 3) % Row 5 \SetRowColor{white} ENTER & Perform the command for the active option or button \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} SPACEBAR & Select or clear the check box if the active option is a check box \tn % Row Count 16 (+ 3) % Row 7 \SetRowColor{white} Arrow keys & Select a button if the active option is a group of option buttons \tn % Row Count 19 (+ 3) % Row 8 \SetRowColor{LightBackground} F1 key & Display Help \tn % Row Count 20 (+ 1) % Row 9 \SetRowColor{white} F4 key & Display the items in the active list \tn % Row Count 22 (+ 2) % Row 10 \SetRowColor{LightBackground} BACKSPACE & Open a folder one level up if a folder is selected in the Save As or Open dialog box \tn % Row Count 26 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{x{1.33887 cm} x{2.09413 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Windows Explorer Keyboard Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} END & Display the bottom of the active window \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} HOME & Display the top of the active window \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} NUM LOCK+Asterisk sign (*) & Display all of the subfolders that are under the selected folder \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} NUM LOCK+Plus sign (+) & Display the contents of the selected folder \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.44629 cm} x{2.98671 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Microsoft Internet Explorer Keyboard Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{CTRL+B} & Open the Organize Favorites dialog box \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{CTRL+E} & Open the Search bar \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} \seqsplit{CTRL+F} & Start the Find utility \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{CTRL+H} & Open the History bar \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{CTRL+I} & Open the Favorites bar \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{CTRL+L} & Open the Open dialog box \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} \seqsplit{CTRL+N} & Start another instance of the browser with the same Web address \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} \seqsplit{CTRL+O} & Open the Open dialog box,the same as CTRL+L \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{CTRL+P} & Open the Print dialog box \tn % Row Count 18 (+ 2) % Row 9 \SetRowColor{white} \seqsplit{CTRL+R} & Update the current Web page \tn % Row Count 20 (+ 2) % Row 10 \SetRowColor{LightBackground} \seqsplit{CTRL+W} & Close the current window \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{x{1.13289 cm} x{2.30011 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Microsoft Natural Keyboard Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} Windows Logo & Display or hide the Start menu \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Windows Logo+BREAK & Display the System Properties dialog box \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Windows Logo+D & Display the desktop \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Windows Logo+M & Minimize all of the windows \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Windows Logo+SHIFT+M & Restorethe minimized windows \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Windows Logo+E & Open My Computer \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} Windows Logo+F & Search for a file or a folder \tn % Row Count 14 (+ 2) % Row 7 \SetRowColor{white} CTRL+Windows Logo+F & Search for computers \tn % Row Count 16 (+ 2) % Row 8 \SetRowColor{LightBackground} Windows Logo+F1 & Display Windows Help \tn % Row Count 18 (+ 2) % Row 9 \SetRowColor{white} Windows Logo+ L & Lock the keyboard \tn % Row Count 20 (+ 2) % Row 10 \SetRowColor{LightBackground} Windows Logo+R & Open the Run dialog box \tn % Row Count 22 (+ 2) % Row 11 \SetRowColor{white} Windows Logo+U & Open Utility Manager \tn % Row Count 24 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{p{0.61794 cm} x{2.81506 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{MMC Console keyboard shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{SHIFT+F10} & Display the Action shortcut menu for the selected item \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} F1 key & Open the Help topic, if any, for the selected item \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} F5 key & Update the content of all console windows \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} \seqsplit{CTRL+F10} & Maximize the active console window \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} \seqsplit{CTRL+F5} & Restore the active console window \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{ALT+ENTER} & Display the Properties dialog box, if any, for theselected item \tn % Row Count 12 (+ 2) % Row 6 \SetRowColor{LightBackground} F2 key & Rename the selected item \tn % Row Count 13 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{CTRL+F4} & Close the active console window. When a console has only one console window, this shortcut closes the console \tn % Row Count 17 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{x{1.57918 cm} x{1.85382 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Accessibility Keyboard Shortcuts}} \tn % Row 0 \SetRowColor{LightBackground} Right SHIFT for eight seconds & Switch FilterKeys either on or off \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Left ALT+left SHIFT+PRINT SCREEN & Switch High Contrast either on or off \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Left ALT+left SHIFT+NUM LOCK & Switch the MouseKeys either on or off \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} SHIFT five times & Switch the StickyKeys either on or off \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} NUM LOCK for five seconds & Switch the ToggleKeys either on or off \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Windows Logo +U & Open Utility Manager \tn % Row Count 11 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{3.833cm}{x{1.27021 cm} x{2.16279 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{3.833cm}}{\bf\textcolor{white}{Remote Desktop Connection Navigation}} \tn % Row 0 \SetRowColor{LightBackground} CTRL+ALT+END & Open the Microsoft Windows NT Security dialog box \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} ALT+PAGE UP & Switch between programs from left to right \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} ALT+PAGE DOWN & Switch between programs from right to left \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} ALT+INSERT & Cycle through the programs in most recently used order \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} ALT+HOME & Display the Start menu \tn % Row Count 10 (+ 1) % Row 5 \SetRowColor{white} \seqsplit{CTRL+ALT+BREAK} & Switch the client computer between a window and a full screen \tn % Row Count 13 (+ 3) % Row 6 \SetRowColor{LightBackground} ALT+DELETE & Display the Windows menu \tn % Row Count 14 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{CTRL+ALT+Minus} sign (-) & Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer \tn % Row Count 21 (+ 7) % Row 8 \SetRowColor{LightBackground} CTRL+ALT+Plus sign (+) & Place asnapshot of the entire client window area on the Terminal server clipboardand provide the same functionality aspressing ALT+PRINT SCREEN on a local computer \tn % Row Count 28 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}