\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{Eric Jacinto (rangeric94)} \pdfinfo{ /Title (my-cities-skylines-modded.pdf) /Creator (Cheatography) /Author (Eric Jacinto (rangeric94)) /Subject (My Cities:Skylines - Modded 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}{4FB3FF} \definecolor{LightBackground}{HTML}{E9F5FF} \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{My Cities:Skylines - Modded Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Eric Jacinto (rangeric94)} via \textcolor{DarkBackground}{\uline{cheatography.com/172743/cs/36307/}}} \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}Eric Jacinto (rangeric94) \\ \uline{cheatography.com/rangeric94} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 30th December, 2022.\\ Updated 29th December, 2022.\\ 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{2.53827 cm} x{2.43873 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{ACME}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Free FPS Mode & Control + Tab \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Forward (Relative) & W \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Back (Relative) & S \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Left (Relative) & A \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Right (Relative) & D \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Forward (Absolute) & Up Arrow \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Back (Absolute) & Down Arrow \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Left (Absolute) & Left Arrow \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Right (Absolute) & Right Arrow \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Up (Absolute) & Page Up \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Down (Absolute) & Page Down \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Rotate Up & R \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Rotate Down & F \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Rotate Right & E \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Mouse Look & Middle Mouse Button \tn % Row Count 15 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.84149 cm} x{3.13551 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Adaptive Networks}} \tn % Row 0 \SetRowColor{LightBackground} Hotkey & Control + Alt + A \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} VBS Hotkey & Control + Alt + V \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{p{2.28942 cm} x{2.68758 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{BOB - The Tree \& Prop Replacer}} \tn % Row 0 \SetRowColor{LightBackground} Hotkey & Alt + B \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.04057 cm} x{2.93643 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Broken Node Detector}} \tn % Row 0 \SetRowColor{LightBackground} Open Mod Menu & Control + 0(Numpad) \tn % Row Count 1 (+ 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}{Building Spawn Points}} \tn % Row 0 \SetRowColor{LightBackground} Activate Tool & Ctrl + P \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.4885 cm} x{2.4885 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Cinematic Camera Extended}} \tn % Row 0 \SetRowColor{LightBackground} Toggle UI & C \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Add Point & Numpad + \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Remove Point & Numpad - \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Play & Numpad Enter \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.88206 cm} x{1.09494 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Extended Managers}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Stats Panel Visibility & Ctrl + L \tn % Row Count 1 (+ 1) \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}{Find It}} \tn % Row 0 \SetRowColor{LightBackground} Open Tool & Ctrl + F \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} All & Alt + 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Network & Alt + 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Ploppable & Alt + 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Growable & Alt + 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} RICO & Alt + 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Growable/RICO & Alt + 6 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Prop & Alt + 7 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Decal & Alt + 8 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Tree & Alt + 9 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Random Selection & Alt + V \tn % Row Count 11 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.73275 cm} x{1.24425 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{First Person Camera}} \tn % Row 0 \SetRowColor{LightBackground} FPS Camera Toggle & BackQuote {[}`{]} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Speedup Movement/Offset & Capslock \tn % Row Count 3 (+ 1) % Row 2 \SetRowColor{LightBackground} Reset Camera Offset \& Rotation & Backspace \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Cursor Visibility Toggle & Left Ctrl \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Auto moving toggle in Free-Camera Mode & E \tn % Row Count 7 (+ 2) % Row 5 \SetRowColor{white} Save the current camera setting as default & Backslash{[}\textbackslash{}{]} \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} Move/Offset forward & W \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} Move/Offset backward & S \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Move/Offset Left & A \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Move/Offset Right & D \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} Move/Offset Up & Page Up \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} Move/Offset Down & Page Down \tn % Row Count 15 (+ 1) % Row 12 \SetRowColor{LightBackground} Rotate/Look Left & Left Arrow \tn % Row Count 16 (+ 1) % Row 13 \SetRowColor{white} Rotate/Look Right & Right Arrow \tn % Row Count 18 (+ 2) % Row 14 \SetRowColor{LightBackground} Rotate/Look Up & Up Arrow \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} Rotate/Look Down & Down Arrow \tn % Row Count 20 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.88206 cm} x{1.09494 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Forest Brush Revisited}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Forest Brush Panel & Alt + B \tn % Row Count 1 (+ 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}{Intersection Marking Tool}} \tn % Row 0 \SetRowColor{LightBackground} Activate Tool & Ctrl + L \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Selection Step Over & Ctrl + Space \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Enter Underground Mode & Page Down \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Exit Underground Mode & Page Up \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Add New Line Rule & Ctrl + Shift + A \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Delete All Node Lines & Ctrl + Shift + D \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Reset all points offset & Control + Shift + R \tn % Row Count 8 (+ 2) % Row 7 \SetRowColor{white} Add New filler & Ctrl + Shift + F \tn % Row Count 9 (+ 1) % Row 8 \SetRowColor{LightBackground} Copy Markings & Ctrl + Shift + C \tn % Row Count 10 (+ 1) % Row 9 \SetRowColor{white} Past Markings & Ctrl + Shift + V \tn % Row Count 11 (+ 1) % Row 10 \SetRowColor{LightBackground} Change Markings Order & Ctrl + Shift + E \tn % Row Count 12 (+ 1) % Row 11 \SetRowColor{white} Create Edge Lines & Ctrl + Shift + W \tn % Row Count 13 (+ 1) % Row 12 \SetRowColor{LightBackground} Save as preset & Ctrl + Shift + S \tn % Row Count 14 (+ 1) % Row 13 \SetRowColor{white} Cut lines by all crosswalks & Ctrl + Shift + T \tn % Row Count 16 (+ 2) % Row 14 \SetRowColor{LightBackground} Apply between intersections & Ctrl + Shift + G \tn % Row Count 18 (+ 2) % Row 15 \SetRowColor{white} Apply to Whole Street & Ctrl + Shift + B \tn % Row Count 19 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Line Modifiers}}} \tn % Row Count 20 (+ 1) % Row 17 \SetRowColor{white} Solid & Shift \tn % Row Count 21 (+ 1) % Row 18 \SetRowColor{LightBackground} Dashed & Without Modifier \tn % Row Count 22 (+ 1) % Row 19 \SetRowColor{white} Double Solid & Ctrl + Shift \tn % Row Count 23 (+ 1) % Row 20 \SetRowColor{LightBackground} Double Dashed & Ctrl \tn % Row Count 24 (+ 1) % Row 21 \SetRowColor{white} Empty & Alt \tn % Row Count 25 (+ 1) % Row 22 \SetRowColor{LightBackground} From Clipboard & Ctrl + Alt \tn % Row Count 26 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{1.4931 cm} x{3.4839 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Game Anarchy}} \tn % Row 0 \SetRowColor{LightBackground} Add Cash & Control + Shift + M \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.73735 cm} x{2.23965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Move It!}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Tool & M \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Move North & Up Arrow \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Move South & Down Arrow \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Move East & Right Arrow \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Move West & Left Arrow \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Move Up & Page Up \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Move Down & Page Down \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Rotate CCW & Ctrl + Left Arrow \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Rotate CW & Ctrl + Right Arrow \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Scale Inwards & - \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Scale Outwards & + \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Deselect All & Alt + D \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Undo & Ctrl + Z \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Redo & Ctrl + Shift + Z \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Copy & Ctrl + C \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Bulldoze & Ctrl + B \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Step Over & Ctrl + Tab \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} Under Ground View & Hold U \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} Align Object to Height & Ctrl + H \tn % Row Count 19 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.73735 cm} x{2.23965 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Network Anarchy}} \tn % Row 0 \SetRowColor{LightBackground} Elevation Up & Page Up \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Elevation Down & Page Down \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Reset Elevation & Home \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Elevation Step Up & Ctrl + Up Arrow \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Elevation Step Down & Ctrl + Down Arrow \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Cycle Modes Right & Ctrl + Right Arrow \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Cycle Modes Left & Ctrl + Left Arrow \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Toggle Straight Slopes & Shift + S \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Toggle Anarchy & Ctrl + A \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Toggle Bending & Ctrl + B \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Toggle Snapping & Ctrl + S \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Toggle Collision & Alt + C \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Toggle Editor Grid & Alt + G \tn % Row Count 13 (+ 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}{Network Multitool}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Activation Shortcuts}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Activate Tool & Ctrl + T \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Add Node Mode & Ctrl + 1 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Remove Node Mode & Ctrl + 2 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Union Nodes Mode & Ctrl + 3 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Split Node Mode & Ctrl + 0 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Intersect segments mode & Ctrl + 9 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Set Slope Mode & Ctrl + 5 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Arrange at Line mode & Ctrl + 6 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Arrange at Circle Mode & Alt + 4 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Create Loop Mode & Ctrl + 7 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Create Connection Mode & Ctrl + 8 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Create Parallel Mode & Alt + 2 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Create Curve Mode & Alt + 3 \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Modes' Common Shortcuts}}} \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Selection Step Over & Ctrl + Space \tn % Row Count 17 (+ 2) % Row 16 \SetRowColor{LightBackground} Apply Mode Action & Enter \tn % Row Count 18 (+ 1) % Row 17 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Creation Modes' Shortcuts}}} \tn % Row Count 19 (+ 1) % Row 18 \SetRowColor{LightBackground} Switch Follow terrain & Ctrl + F \tn % Row Count 20 (+ 1) % Row 19 \SetRowColor{white} Switch Selection Offset & Ctrl + Tab \tn % Row Count 21 (+ 1) % Row 20 \SetRowColor{LightBackground} Increase Start Angle & P \tn % Row Count 22 (+ 1) % Row 21 \SetRowColor{white} Decrease Start Angle & O \tn % Row Count 23 (+ 1) % Row 22 \SetRowColor{LightBackground} Invert Network & Ctrl + I \tn % Row Count 24 (+ 1) % Row 23 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}**Create Connection Mode} \tn % Row Count 25 (+ 1) % Row 24 \SetRowColor{LightBackground} Increase Radii & + \tn % Row Count 26 (+ 1) % Row 25 \SetRowColor{white} Decrease Radii & - \tn % Row Count 27 (+ 1) % Row 26 \SetRowColor{LightBackground} Switch Selected Circle & Tab \tn % Row Count 28 (+ 1) % Row 27 \SetRowColor{white} Increase One Radius & {]} \tn % Row Count 29 (+ 1) % Row 28 \SetRowColor{LightBackground} Decrease One Radius & {[} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{3.53367 cm} x{1.44333 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Network Multitool (cont)}} \tn % Row 29 \SetRowColor{LightBackground} Increase Circle Start Offset & \textbackslash{} \tn % Row Count 1 (+ 1) % Row 30 \SetRowColor{white} Decrease Circle Start Offset & " \tn % Row Count 2 (+ 1) % Row 31 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Create Loop Mode}}} \tn % Row Count 3 (+ 1) % Row 32 \SetRowColor{white} Increase Radius & + \tn % Row Count 4 (+ 1) % Row 33 \SetRowColor{LightBackground} Decrease Radius & - \tn % Row Count 5 (+ 1) % Row 34 \SetRowColor{white} Switch Loop Direction & Tab \tn % Row Count 6 (+ 1) % Row 35 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Create Parallel Mode}}} \tn % Row Count 7 (+ 1) % Row 36 \SetRowColor{white} Increase Offset & + \tn % Row Count 8 (+ 1) % Row 37 \SetRowColor{LightBackground} Decrease Offset & - \tn % Row Count 9 (+ 1) % Row 38 \SetRowColor{white} Increase Height & {[} \tn % Row Count 10 (+ 1) % Row 39 \SetRowColor{LightBackground} Decrease Height & {]} \tn % Row Count 11 (+ 1) % Row 40 \SetRowColor{white} Switch Creation side & Tab \tn % Row Count 12 (+ 1) % Row 41 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Arrange at circle mode}}} \tn % Row Count 13 (+ 1) % Row 42 \SetRowColor{white} Reset to default circle & Alt + R \tn % Row Count 14 (+ 1) % Row 43 \SetRowColor{LightBackground} Distribute nodes evenly on circle & Alt + A \tn % Row Count 16 (+ 2) % Row 44 \SetRowColor{white} Distribute Intersections evenly on circle & Ctrl + Shift + A \tn % Row Count 18 (+ 2) % Row 45 \SetRowColor{LightBackground} Distribute nodes evenly between intersections & Alt + Shift + A \tn % Row Count 20 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.93183 cm} x{1.04517 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Parking Lot Snapping}} \tn % Row 0 \SetRowColor{LightBackground} Unlock From Current Snapping & Ctrl + X \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Re-Lock to Last Locked Position & Ctrl + R \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Undo Last Placement & Ctrl + Z \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Picker Tool}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Tool & T \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.58344 cm} x{1.39356 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Prop Anarchy}} \tn % Row 0 \SetRowColor{LightBackground} Prop Snapping & Alt + S \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Prop Anarchy & Alt + A \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Increase Prop Size & . \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Decrease Prop Size & , \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.88666 cm} x{2.09034 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Node Controller Renewal}} \tn % Row 0 \SetRowColor{LightBackground} Activate Tool & Ctrl + N \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Selection Step Over & Ctrl + Space \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Enter Underground Mode & Page Down \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Exit Underground Mode & Page Up \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Make Ends Straight & Ctrl + Shift + S \tn % Row Count 5 (+ 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}{Repaint}} \tn % Row 0 \SetRowColor{LightBackground} Activate Tool & Ctrl + Alt + C \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.23505 cm} x{1.74195 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{RON - The network replacer}} \tn % Row 0 \SetRowColor{LightBackground} Activate Tool & Alt + N \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.23505 cm} x{1.74195 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Roundabout Builder}} \tn % Row 0 \SetRowColor{LightBackground} Activate Tool & Ctrl + O \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Increase Radius & + \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Decrease Radius & - \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.88666 cm} x{2.09034 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{TM:PE}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Global Keys}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Exit Tool \& Close TM:PE Menu & Escape \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Overground View & Page Up \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Underground View & Page Down \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Toggle TM:PE & Shift + ; \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} \{\{ac\}\}**Lane Connector Tool Keys & Ctrl + S \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Clear Lane Connections & Delete {\bf{OR}} Backspace \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} \mymulticolumn{2}{x{5.377cm}}{\{\{ac\}\}{\bf{Speed Limits}}} \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Decrease Selected Speed & - \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Increase Selected Speed & + \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.88206 cm} x{1.09494 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Transfer Manager CE}} \tn % Row 0 \SetRowColor{LightBackground} Open Transfer Issue Panel & Ctrl + 3 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Open Building Panel & Ctrl + 4 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Open Statistics Panel & Ctrl + 5 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Open Outside Connection Panel & Ctrl + 6 \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.58344 cm} x{1.39356 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Tree Anarchy}} \tn % Row 0 \SetRowColor{LightBackground} Tree Snapping & Alt + S \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Lock Forestry & Alt + F \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Tree Anarchy & Alt + A \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Increase Tree Size & . \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Decrease Tree Size & , \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{2.63781 cm} x{2.33919 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Ultimate Eyecandy}} \tn % Row 0 \SetRowColor{LightBackground} Open Panel & Shift + U \tn % Row Count 1 (+ 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}{Yet Another Toolbar}} \tn % Row 0 \SetRowColor{LightBackground} Toggle Expand/Collapse Mode & Alt + T \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Open Quick Menu & Alt + Q \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Hide Toolbar Panels & Alt + Space \tn % Row Count 3 (+ 1) \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}{Zoning Adjuster}} \tn % Row 0 \SetRowColor{LightBackground} Zoning Tool & Alt + Z \tn % Row Count 1 (+ 1) \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}{Zoning Adjuster}} \tn % Row 0 \SetRowColor{LightBackground} Zoning Tool & Alt + Z \tn % Row Count 1 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}