\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{nimasmi} \pdfinfo{ /Title (microsoft-flight-simulator-2020.pdf) /Creator (Cheatography) /Author (nimasmi) /Subject (Microsoft Flight Simulator 2020 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}{A2A2A2} \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{Microsoft Flight Simulator 2020 Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{nimasmi} via \textcolor{DarkBackground}{\uline{cheatography.com/125251/cs/24067/}}} \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}nimasmi \\ \uline{cheatography.com/nimasmi} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 20th August, 2020.\\ Updated 26th September, 2020.\\ 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*}{3} \begin{tabularx}{5.377cm}{x{3.13551 cm} x{1.84149 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Miscellaneous}} \tn % Row 0 \SetRowColor{LightBackground} Minus & Ctrl + Numpad plus \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Plus & Ctrl + Numpad subtract \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Toggle Pushback & Shift + p \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} Request Fuel & Shift + f \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Display Navlog & n \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} Display VFR Map & v \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} Sim Rate & r \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} Skip RTC & Backspace \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} New UI Window Mode & Right Alt \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} Toggle Delegate Control to AI Copilot & Ctrl + Alt + X \tn % Row Count 13 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.68298 cm} x{1.29402 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Menu}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Active Pause & Pause \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Toggle Basic Control Panel & Ctrl + C \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Toggle Pause & Esc \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Display Checklist & Shift + C \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Help Menu & Tab \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Next Toolbar Panel & . \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Previous Toolbar Panel & / \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.93643 cm} x{2.04057 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Power}} \tn % Row 0 \SetRowColor{LightBackground} Cut Throttle & F1 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Decrease Throttle & F2 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Increase Throttle & F3 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Mixuture Lean & Shift + Ctrl + F1 \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} Decrease Mixture & Shift + Ctrl + F2 \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} Increase Mixture & Shift + Ctrl + F3 \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} Mixture Rich & Shift + Ctrl + F4 \tn % Row Count 11 (+ 2) % Row 7 \SetRowColor{white} Propeller Pitch Low & Ctrl + F1 \tn % Row Count 12 (+ 1) % Row 8 \SetRowColor{LightBackground} Decrease Propeller Pitch & Ctrl + F2 \tn % Row Count 14 (+ 2) % Row 9 \SetRowColor{white} Increase Propeller Pitch & Ctrl + F3 \tn % Row Count 16 (+ 2) % Row 10 \SetRowColor{LightBackground} Propeller Pitch High & Ctrl + F4 \tn % Row Count 17 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.43413 cm} x{1.54287 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Instruments and Systems}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Anti Ice & h \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Toggle Pitot heat & Shift + h \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Toggle Master Alternator & Alt + a \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Toggle Master Battery & Alt + b \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Toggle Master Battery and Alternator & Shift + m \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} Increase Cowl Flap & Shift + Ctrl + v \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Decrease Cowl Flap & Shift + Ctrl + c \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} Select Engine & e \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Auto Start Engine & Ctrl + e \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Engine Autostop & Shift + Ctrl + e \tn % Row Count 14 (+ 2) % Row 10 \SetRowColor{LightBackground} Magneto & m \tn % Row Count 15 (+ 1) % Row 11 \SetRowColor{white} Magnetos Both & Shift + Alt + f \tn % Row Count 17 (+ 2) % Row 12 \SetRowColor{LightBackground} Magnetos Left & Shift + Alt + s \tn % Row Count 19 (+ 2) % Row 13 \SetRowColor{white} Magnetos Right & Shift + Alt + d \tn % Row Count 21 (+ 2) % Row 14 \SetRowColor{LightBackground} Magnetos Start & Shift + Alt + g \tn % Row Count 23 (+ 2) % Row 15 \SetRowColor{white} Magnetos Off & Shift + Alt + q \tn % Row Count 25 (+ 2) % Row 16 \SetRowColor{LightBackground} Toggle Master Ignition Switch & Alt + i \tn % Row Count 27 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.03597 cm} x{1.94103 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Radio}} \tn % Row 0 \SetRowColor{LightBackground} Com Radio & C \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Nav Radio & N \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Transponder & T \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} DME & F \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Frequency Swap & X \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} ADF & Shift + Ctrl + A \tn % Row Count 7 (+ 2) % Row 6 \SetRowColor{LightBackground} VOR OBS & Shift + V \tn % Row Count 8 (+ 1) % Row 7 \SetRowColor{white} Set Com 1 Standby & Shift + Alt + X \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} Com 1 Switch to Standby & Alt + U \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} Set Transponder & Shift + Alt + W \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} Nav 1 Swap & Shift + Ctrl + N \tn % Row Count 13 (+ 2) % Row 11 \SetRowColor{white} Decrease VOR 1 OBS & Shift + Ctrl + End \tn % Row Count 15 (+ 2) % Row 12 \SetRowColor{LightBackground} Increase VOR 1 OBS & Shift + Ctrl + Home \tn % Row Count 17 (+ 2) % Row 13 \SetRowColor{white} Display ATC & Scroll Lock \tn % Row Count 18 (+ 1) % Row 14 \SetRowColor{LightBackground} ATC Panel Choice {\emph{number}} {[}0–9{]} & {[}0–9{]} \tn % Row Count 20 (+ 2) % Row 15 \SetRowColor{white} Increase Nav 1 Frequency & Shift + Ctrl + PgUp \tn % Row Count 22 (+ 2) % Row 16 \SetRowColor{LightBackground} Decrease Nav 1 Frequency & Shift + Ctrl + PgDown \tn % Row Count 24 (+ 2) % Row 17 \SetRowColor{white} Increase Wheel Speed & Shift \tn % Row Count 25 (+ 1) % Row 18 \SetRowColor{LightBackground} Toggle Marker Sound & Ctrl + 3 \tn % Row Count 26 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{What does {\emph{Increase Wheel Speed}} mean?} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.83689 cm} x{2.14011 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Fuel}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Fuel Pump & Alt + P \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Fuel Selector 1 All & Alt + W \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Fuel Selector 1 Off & Ctrl + Alt + W \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Toggle All Fuel Valve & Alt + V \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Toggle Fuel Dump & Shift + Ctrl + D \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.37976 cm} p{0.59724 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Secondary Control Surfaces}} \tn % Row 0 \SetRowColor{LightBackground} Retract Flaps & F5 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Decrease Flaps & F6 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Increase Flaps & F7 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Extend Flaps & F8 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Toggle Spoilers & / \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.43873 cm} x{2.53827 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Trimming}} \tn % Row 0 \SetRowColor{LightBackground} Elevator Trim Up & Keypad 1 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Elevator Trim Down & Keypad 7 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Rudder Trim Left & Ctrl + Keypad 0 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Rudder Trim Right & Ctrl + Keypad Enter \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Aileron Trim Left & Ctrl + Keypad 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Aileron Trim Right & Ctrl + Keypad 6 \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.53367 cm} x{1.44333 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Brakes}} \tn % Row 0 \SetRowColor{LightBackground} Apply Brakes & . \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Left Brake & Keypad * \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Right Brake & Keypad - \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Toggle Parking Brake & Ctrl + . \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.38896 cm} x{2.58804 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Exterior Lights}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Beacon Light & Alt + H \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Toggle Strobes & O \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Togle Nav Lights & Alt + N \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Toggle Taxi Lights & Alt + J \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Toggle Landing Lights & Ctrl + L \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} Landing Lights Up & Shift + Ctrl + Keypad 8 \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Langing Lights Down & Shift + Ctrl + Keypad 2 \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} Landing Lights Left & Shift + Ctrl + Keypad 4 \tn % Row Count 12 (+ 2) % Row 8 \SetRowColor{LightBackground} Landing Lights Right & Shift + Ctrl + Keypad 6 \tn % Row Count 14 (+ 2) % Row 9 \SetRowColor{white} Landing Lights Home & Shift + Ctrl + Keypad 5 \tn % Row Count 16 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.93643 cm} x{2.04057 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Flight Instruments}} \tn % Row 0 \SetRowColor{LightBackground} Select Airspeed Bug & Shift + Ctrl + r \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Select Altitude Bug & Shift + Ctrl + z \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Toggle Autorudder & Shift + Ctrl + u \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Set Altimeter & b \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Decrease Heading Bug & Ctrl + Del \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Increase Heading Bug & Ctrl + Insert \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Select Heading Bug & Shift + Ctrl + h \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Set Heading Indicator & d \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Toggle Alternate Static & Alt + s \tn % Row Count 9 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.68298 cm} x{1.29402 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Camera — Instruments}} \tn % Row 0 \SetRowColor{LightBackground} Next & A \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Previous & Shift + A \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Select Next POI & PgUp \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Next Smartcam Target & Ctrl + PgUp \tn % Row Count 5 (+ 2) % Row 4 \SetRowColor{LightBackground} Previous Smartcam Target & Ctrl + PgDown \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} Toggle Follow Smartcam Target & PgDown \tn % Row Count 8 (+ 1) % Row 6 \SetRowColor{LightBackground} Set Custom Smartcam Target & T \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} Unset Custom Smartcam Target & Shift + T \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} Reset Smartcam & Ctrl + F \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} Camera AI Player & Ctrl + Home \tn % Row Count 13 (+ 2) % Row 10 \SetRowColor{LightBackground} Toggle Instrument View {\emph{number}} {[}0–9{]} & Ctrl + {[}0–9{]} \tn % Row Count 15 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.33459 cm} x{1.64241 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Camera — External}} \tn % Row 0 \SetRowColor{LightBackground} Zoom In & + \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Zoom Out & - \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} External Quickview Top & Ctrl + Up \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} External Quickview Rear & Ctrl + Down \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} External Quickview Left & Ctrl + Left \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} External Quickview Right & Ctrl + Right \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Reset External View & Ctrl + Space \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.53367 cm} x{1.44333 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Interior Lights}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Lights & L \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Toggle Flashlight & Alt + L \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.08574 cm} x{1.89126 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Camera — Fixed}} \tn % Row 0 \SetRowColor{LightBackground} Next Fixed Camera & A \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Previous Fixed Camera & Shift + A \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Reset Fixed Camera & F \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Toggle Fixed Camera {\emph{number}} {[}0–9{]} & Ctrl + Shift + {[}0–9{]} \tn % Row Count 5 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.03137 cm} p{0.94563 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Camera Mode Switches}} \tn % Row 0 \SetRowColor{LightBackground} Cockpit/External View Mode & End \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Toggle Drone & Insert \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.18528 cm} x{1.79172 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cockpit Camera}} \tn % Row 0 \SetRowColor{LightBackground} Cockpit View Upper & Space \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Reset Cockpit View & Ctrl + Space \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Toggle Smart Camera & S \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Zoom In & = \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Zoom Out & - \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Translate View Left & Left \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Translate View Right & Right \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Increase View Height & Up \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Decrease View Height & Down \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Translate View Forward & Right Alt + Up \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Translate View Backward & Right Alt + Down \tn % Row Count 12 (+ 2) % Row 11 \SetRowColor{white} Load next custom camera & K \tn % Row Count 13 (+ 1) % Row 12 \SetRowColor{LightBackground} Load previous custom camera & Shift + K \tn % Row Count 15 (+ 2) % Row 13 \SetRowColor{white} Load Custom Camera {\emph{number}} {[}0–9{]} & Alt + {[}0–9{]} \tn % Row Count 17 (+ 2) % Row 14 \SetRowColor{LightBackground} Save Custom Camera {\emph{number}} {[}0–9{]} & Ctrl + Alt + {[}0–9{]} \tn % Row Count 19 (+ 2) % Row 15 \SetRowColor{white} Look Up & Shift + Up \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} Look Down & Shift + Down \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} Look Left & Shift + Left \tn % Row Count 22 (+ 1) % Row 18 \SetRowColor{LightBackground} Look Right & Shift + Right \tn % Row Count 23 (+ 1) % Row 19 \SetRowColor{white} Quickview Up & Ctrl + Up \tn % Row Count 24 (+ 1) % Row 20 \SetRowColor{LightBackground} Quickview Rear & Ctrl + Down \tn % Row Count 25 (+ 1) % Row 21 \SetRowColor{white} Quickview Left & Ctrl + Left \tn % Row Count 26 (+ 1) % Row 22 \SetRowColor{LightBackground} Quickview Right & Ctrl + Right \tn % Row Count 27 (+ 1) % Row 23 \SetRowColor{white} Quickview Cycle & Q \tn % Row Count 28 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.08574 cm} x{1.89126 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Camera — Drone}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Motion} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Translate Drone & W, A, S, D \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Translate Drone Up & R \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Translate Drone Down & F \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Top Down View & Ctrl + Space \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Pitch Up & Keypad 8 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Pitch Down & Keypad 2 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Roll Left & Keypad 7 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Roll Right & Keypad 9 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Reset Roll & Space \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Yaw Left & Keypad 4 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Yaw Right & Keypad 6 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Reset Target Offset & Keypad 5 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Decrease Translation Speed & F1 \tn % Row Count 15 (+ 2) % Row 14 \SetRowColor{LightBackground} Increase Translation Speed & F2 \tn % Row Count 17 (+ 2) % Row 15 \SetRowColor{white} Decrease Rotation Speed & F3 \tn % Row Count 18 (+ 1) % Row 16 \SetRowColor{LightBackground} Increase Rotation Speed & F4 \tn % Row Count 19 (+ 1) % Row 17 \SetRowColor{white} Toggle Follow Mode & Tab \tn % Row Count 20 (+ 1) % Row 18 \SetRowColor{LightBackground} Toggle Plane Controls & C \tn % Row Count 21 (+ 1) % Row 19 \SetRowColor{white} Zoom In & Keypad + \tn % Row Count 22 (+ 1) % Row 20 \SetRowColor{LightBackground} Zoom Out & Keypad - \tn % Row Count 23 (+ 1) % Row 21 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{Image} \tn % Row Count 24 (+ 1) % Row 22 \SetRowColor{LightBackground} Toggle Depth of Field & F1 \tn % Row Count 25 (+ 1) % Row 23 \SetRowColor{white} Decrease Depth of Field & F2 \tn % Row Count 26 (+ 1) % Row 24 \SetRowColor{LightBackground} Increase Depth of Field & F3 \tn % Row Count 27 (+ 1) % Row 25 \SetRowColor{white} Toggle Autofocus & F4 \tn % Row Count 28 (+ 1) % Row 26 \SetRowColor{LightBackground} Toggle Foreground Blur & F5 \tn % Row Count 29 (+ 1) % Row 27 \SetRowColor{white} Attach to Next/Previous Target & Ctrl + PgUp/PgDown \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{3.08574 cm} x{1.89126 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Camera — Drone (cont)}} \tn % Row 28 \SetRowColor{LightBackground} Decrease Exposure & Ctrl + F2 \tn % Row Count 1 (+ 1) % Row 29 \SetRowColor{white} Increase Exposure & Ctrl + F3 \tn % Row Count 2 (+ 1) % Row 30 \SetRowColor{LightBackground} Toggle Auto Exposure & Ctrl + F4 \tn % Row Count 3 (+ 1) % Row 31 \SetRowColor{white} Lock to Next Target & T \tn % Row Count 4 (+ 1) % Row 32 \SetRowColor{LightBackground} Lock to Previous Target & Shift + T \tn % Row Count 5 (+ 1) % Row 33 \SetRowColor{white} Toggle Lock Mode & Ctrl + Tab \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}