\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{shakiestnerd (shakiestnerd)} \pdfinfo{ /Title (linux-mint-cinnamon.pdf) /Creator (Cheatography) /Author (shakiestnerd (shakiestnerd)) /Subject (Linux Mint Cinnamon 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}{5E7553} \definecolor{LightBackground}{HTML}{F4F6F4} \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{Linux Mint Cinnamon Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{shakiestnerd (shakiestnerd)} via \textcolor{DarkBackground}{\uline{cheatography.com/122381/cs/22817/}}} \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}shakiestnerd (shakiestnerd) \\ \uline{cheatography.com/shakiestnerd} \\ \uline{\seqsplit{www}.canofworms.com} \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 17th May, 2020.\\ Updated 7th November, 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*}{2} \begin{tabularx}{8.4cm}{x{2.16 cm} x{5.84 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{General}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Ctrl+Alt+Down} & Show the window selection screen \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{Ctrl+Alt+Up} & Show the workspace selection screen \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Super+D & Show the desktop \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} Super+S & Show desklets \tn % Row Count 6 (+ 1) % Row 4 \SetRowColor{LightBackground} Alt+Tab & Cycle through open windows \tn % Row Count 7 (+ 1) % Row 5 \SetRowColor{white} \seqsplit{Shift+Alt+Tab} & Cycle backwards through open windows \tn % Row Count 9 (+ 2) % Row 6 \SetRowColor{LightBackground} Alt+F2 & Run dialog \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} Ctrl+X & Cut \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Ctrl+C & Copy \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Ctrl+V & Paste \tn % Row Count 13 (+ 1) % Row 10 \SetRowColor{LightBackground} Ctrl+Z & Undo \tn % Row Count 14 (+ 1) % Row 11 \SetRowColor{white} Ctrl+Y & Redo \tn % Row Count 15 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{To modify or add keyboard shortcuts, open System Settings -\textgreater{} Keyboard: Shortcuts \newline The super key is the same as the windows key.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.32 cm} x{5.68 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{System / Screen Shots}} \tn % Row 0 \SetRowColor{LightBackground} \seqsplit{Ctrl+Alt+Delete} & Log out \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} \seqsplit{Ctrl+Alt+End} & Shut down \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Ctrl+Alt+L & Lock screen \tn % Row Count 5 (+ 1) % Row 3 \SetRowColor{white} \seqsplit{Ctrl+Alt+Esc} & Restart Cinnamon \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Super+P & Re-detect display devices \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} Super+O & Orientation lock \tn % Row Count 9 (+ 1) % Row 6 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Screenshots}}} \tn % Row Count 10 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{Shift+Print} & Take a screenshot of an area \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} \seqsplit{Shift+Ctrl+Print} & Copy a screenshot of an area to clipboard \tn % Row Count 13 (+ 2) % Row 9 \SetRowColor{white} Print & Take a screenshot \tn % Row Count 14 (+ 1) % Row 10 \SetRowColor{LightBackground} Ctrl+Print & Copy a screenshot to clipboard \tn % Row Count 16 (+ 2) % Row 11 \SetRowColor{white} Alt+Print & Take a screenshot of a window \tn % Row Count 18 (+ 2) % Row 12 \SetRowColor{LightBackground} \seqsplit{Ctrl+Alt+Print} & Copy a screenshot of a window to clipboard \tn % Row Count 20 (+ 2) % Row 13 \SetRowColor{white} \seqsplit{Shift+Ctrl+Alt+R} & Toggle recording desktop (must restart Cinnamon) \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.2 cm} x{4.8 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Windows}} \tn % Row 0 \SetRowColor{LightBackground} Alt+F8 & Resize window \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Alt+F7 & Move window \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Super+Left & Push tile left \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Super+Right & Push tile right \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Super+Up & Push tile up \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Super+Down & Push tile down \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Ctrl+Super+Left & Push snap left + \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{Ctrl+Super+Right} & Push snap right \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Ctrl+Super+Down & Push snap down \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} \seqsplit{Shift+Ctrl+Alt+Left} & Move window to left workspace \tn % Row Count 11 (+ 2) % Row 10 \SetRowColor{LightBackground} \seqsplit{Shift+Ctrl+Alt+Right} & Move window to right workspace \tn % Row Count 13 (+ 2) % Row 11 \SetRowColor{white} \seqsplit{Super+Shift+Left} & Move window to left monitor \tn % Row Count 15 (+ 2) % Row 12 \SetRowColor{LightBackground} \seqsplit{Super+Shift+Right} & Move window to right monitor \tn % Row Count 17 (+ 2) % Row 13 \SetRowColor{white} Super+Shift+Up & Move window to up monitor \tn % Row Count 19 (+ 2) % Row 14 \SetRowColor{LightBackground} \seqsplit{Super+Shift+Down} & Move window to down monitor \tn % Row Count 21 (+ 2) % Row 15 \SetRowColor{white} Alt+F5 & Un-maximize window \tn % Row Count 22 (+ 1) % Row 16 \SetRowColor{LightBackground} Alt+F4 & Close window \tn % Row Count 23 (+ 1) % Row 17 \SetRowColor{white} Alt+Space & Activate window menu \tn % Row Count 24 (+ 1) % Row 18 \SetRowColor{LightBackground} Alt+F10 & Toggle maximization state \tn % Row Count 26 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{+ Snapped windows become part of the screen real estate. Maximizing other windows will avoid going over them} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Sound and Media}} \tn % Row 0 \SetRowColor{LightBackground} Audio mute* & Volume mute \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Audio lower volume* & Volume down \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Audio raise volume* & Volume up \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Audio Mic Mute* & Mic Mute \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Audio media* & Launch media player \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Audio play* & Play \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Audio pause* & Pause playback \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Audio stop* & Stop playback \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Audio previous* & Previous track \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Audio next* & Next track \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Eject* & Eject \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Audio rewind* & Rewind \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} AudioForward* & Fast forward \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{* These shortcuts are based around specialty buttons built into the keyboard. Not all keyboards will have all these keys.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.96 cm} x{5.04 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Launchers}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl+Alt+T & Launch terminal \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Super+E & Launch home folder \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Calculator* & Calculator \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Mail* & Mail \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} www* & Default web browser \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Search* & Search \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{* If keyboard equipped with special button} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.8 cm} x{5.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Universal Access}} \tn % Row 0 \SetRowColor{LightBackground} Alt+Super+= & Zoom in \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Alt+Super+- & Zoom out \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Alt+Super+S & Toggle Screen Reader \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Must be enabled in System Settings -\textgreater{} Accessibility} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.88 cm} x{5.12 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Workspaces}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl+Alt+Left & Switch to Left Workspace \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} \seqsplit{Ctrl+Alt+Right} & Switch to Right Workspace \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.16 cm} x{5.84 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Xed - Text Editor}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Documents}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Ctrl+N & Create new document \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Ctrl+O & Open a document \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Ctrl+S & Save a document \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} \seqsplit{Shift+Ctrl+S} & Save the document with new filename \tn % Row Count 6 (+ 2) % Row 5 \SetRowColor{white} \seqsplit{Shift+Ctrl+L} & Save all documents \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Ctrl+W & Close the document \tn % Row Count 9 (+ 1) % Row 7 \SetRowColor{white} \seqsplit{Shift+Ctrl+W} & Close all documents \tn % Row Count 11 (+ 2) % Row 8 \SetRowColor{LightBackground} \seqsplit{Ctrl+Alt+PgDn} & Switch to the next document \tn % Row Count 13 (+ 2) % Row 9 \SetRowColor{white} \seqsplit{Ctrl+Alt+PgUp} & Switch to the previous document \tn % Row Count 15 (+ 2) % Row 10 \SetRowColor{LightBackground} Alt+1 ... 9 & Switch to the nth document \tn % Row Count 17 (+ 2) % Row 11 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{Windows and Panes}}} \tn % Row Count 18 (+ 1) % Row 12 \SetRowColor{LightBackground} F9 & Show side pane \tn % Row Count 19 (+ 1) % Row 13 \SetRowColor{white} Ctrl+F9 & Show the bottom pane \tn % Row Count 20 (+ 1) % Row 14 \SetRowColor{LightBackground} F11 & Fullscreen on / off \tn % Row Count 21 (+ 1) % Row 15 \SetRowColor{white} Ctrl+Q & Quit xed \tn % Row Count 22 (+ 1) % Row 16 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Find and Replace}}} \tn % Row Count 23 (+ 1) % Row 17 \SetRowColor{white} Ctrl+F & Find \tn % Row Count 24 (+ 1) % Row 18 \SetRowColor{LightBackground} Ctrl+G & Find the next match \tn % Row Count 25 (+ 1) % Row 19 \SetRowColor{white} \seqsplit{Shift+Ctrl+G} & Find the previous match \tn % Row Count 27 (+ 2) % Row 20 \SetRowColor{LightBackground} Ctrl+H & Find and replace \tn % Row Count 28 (+ 1) % Row 21 \SetRowColor{white} Ctrl+I & Go to line \tn % Row Count 29 (+ 1) % Row 22 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{**Copy and Paste} \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.16 cm} x{5.84 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Xed - Text Editor (cont)}} \tn % Row 23 \SetRowColor{LightBackground} Ctrl+C & Copy selected text to clipboard \tn % Row Count 2 (+ 2) % Row 24 \SetRowColor{white} Ctrl+X & Cut selected text to clipboard \tn % Row Count 4 (+ 2) % Row 25 \SetRowColor{LightBackground} Ctrl+V & Paste text from clipboard \tn % Row Count 5 (+ 1) % Row 26 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{Undo and Redo}}} \tn % Row Count 6 (+ 1) % Row 27 \SetRowColor{LightBackground} Ctrl+Z & Undo previous command \tn % Row Count 7 (+ 1) % Row 28 \SetRowColor{white} Ctrl+Y & Redo previous command \tn % Row Count 8 (+ 1) % Row 29 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Selection}}} \tn % Row Count 9 (+ 1) % Row 30 \SetRowColor{white} Ctrl+A & Select all text \tn % Row Count 10 (+ 1) % Row 31 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Tools}}} \tn % Row Count 11 (+ 1) % Row 32 \SetRowColor{white} Shift+F7 & Check spelling \tn % Row Count 12 (+ 1) % Row 33 \SetRowColor{LightBackground} Ctrl+P & Print the document \tn % Row Count 13 (+ 1) % Row 34 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{Layout}}} \tn % Row Count 14 (+ 1) % Row 35 \SetRowColor{LightBackground} Ctrl+R & Toggle word wrap \tn % Row Count 15 (+ 1) % Row 36 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{Editing}}} \tn % Row Count 16 (+ 1) % Row 37 \SetRowColor{LightBackground} Insert & Toggle insert / overwrite \tn % Row Count 17 (+ 1) % Row 38 \SetRowColor{white} Ctrl+D & Delete the current line \tn % Row Count 18 (+ 1) % Row 39 \SetRowColor{LightBackground} \seqsplit{Alt+UpArrow} & Move the current line up \tn % Row Count 20 (+ 2) % Row 40 \SetRowColor{white} \seqsplit{Alt+DnArrow} & Move the current line down \tn % Row Count 22 (+ 2) % Row 41 \SetRowColor{LightBackground} \seqsplit{Alt+LArrow} & Move current word left \tn % Row Count 23 (+ 1) % Row 42 \SetRowColor{white} \seqsplit{Alt+RArrow} & Move current word right \tn % Row Count 24 (+ 1) % Row 43 \SetRowColor{LightBackground} Ctrl+U & Convert to uppercase \tn % Row Count 25 (+ 1) % Row 44 \SetRowColor{white} Ctrl+L & Convert to lowercase \tn % Row Count 26 (+ 1) % Row 45 \SetRowColor{LightBackground} Ctrl+T & Convert to title case \tn % Row Count 27 (+ 1) % Row 46 \SetRowColor{white} Ctrl+\textasciitilde{} & Invert case \tn % Row Count 28 (+ 1) % Row 47 \SetRowColor{LightBackground} \seqsplit{Shift+Ctrl+A} & Increment number at cursor \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.16 cm} x{5.84 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Xed - Text Editor (cont)}} \tn % Row 48 \SetRowColor{LightBackground} \seqsplit{Shift+Ctrl+X} & Decrement number at cursor \tn % Row Count 2 (+ 2) % Row 49 \SetRowColor{white} \seqsplit{Shift+Ctrl+/} & Toggle comment block \tn % Row Count 4 (+ 2) % Row 50 \SetRowColor{LightBackground} Ctrl+/ & Toggle comment \tn % Row Count 5 (+ 1) % Row 51 \SetRowColor{white} Ctrl+J & Join lines \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.8 cm} x{5.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Nemo - File Manager}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{General}}} \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Ctrl+N & New window \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Ctrl+W & Close window or tab \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Ctrl+Q & Close all windows \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} F3 & Toggle extra pane \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Ctrl+F & Search (find) \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Ctrl+D & Bookmark current location \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Ctrl+B & Edit bookmarks \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Ctrl+M & Make link \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Shift+Ctrl+D & Pin/Unpin selection \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} F1 & Show help \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Ctrl+F1 & Show shortcuts \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Opening}}} \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Enter / Ctrl+O & Open \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Shift+Ctrl+T & Open in new tab \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Shift+Ctrl+O & Open in new window \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Ctrl+Alt+O & Open item location (recent files and search only) \tn % Row Count 18 (+ 2) % Row 17 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{Tabs}}} \tn % Row Count 19 (+ 1) % Row 18 \SetRowColor{LightBackground} Ctrl+T & New tab \tn % Row Count 20 (+ 1) % Row 19 \SetRowColor{white} Ctrl+PgUp & Go to previous tab \tn % Row Count 21 (+ 1) % Row 20 \SetRowColor{LightBackground} Ctrl+PgDn & Go to next tab \tn % Row Count 22 (+ 1) % Row 21 \SetRowColor{white} Alt+0 ... 8 & Switch to tab \# \tn % Row Count 23 (+ 1) % Row 22 \SetRowColor{LightBackground} \seqsplit{Shift+Ctrl+PgUp} & Move tab to left \tn % Row Count 25 (+ 2) % Row 23 \SetRowColor{white} \seqsplit{Shift+Ctrl+PgDn} & Move tab to right \tn % Row Count 27 (+ 2) % Row 24 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Navigation}}} \tn % Row Count 28 (+ 1) % Row 25 \SetRowColor{white} Backspace / Alt+LArrow & Go back \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.8 cm} x{5.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Nemo - File Manager (cont)}} \tn % Row 26 \SetRowColor{LightBackground} Alt+RArrow & Go forward \tn % Row Count 1 (+ 1) % Row 27 \SetRowColor{white} Alt+UpArrow & Go up \tn % Row Count 2 (+ 1) % Row 28 \SetRowColor{LightBackground} Alt+DnArrow & Go down \tn % Row Count 3 (+ 1) % Row 29 \SetRowColor{white} Alt+Home & Go to home folder \tn % Row Count 4 (+ 1) % Row 30 \SetRowColor{LightBackground} Ctrl+L & Toggle location entry \tn % Row Count 5 (+ 1) % Row 31 \SetRowColor{white} \mymulticolumn{2}{x{8.4cm}}{{\bf{View}}} \tn % Row Count 6 (+ 1) % Row 32 \SetRowColor{LightBackground} Ctrl+ + & Zoom in \tn % Row Count 7 (+ 1) % Row 33 \SetRowColor{white} Ctrl+ - & Zoom out \tn % Row Count 8 (+ 1) % Row 34 \SetRowColor{LightBackground} Ctrl+0 & Reset zoom \tn % Row Count 9 (+ 1) % Row 35 \SetRowColor{white} F5 / Ctrl+R & Refresh view \tn % Row Count 10 (+ 1) % Row 36 \SetRowColor{LightBackground} Ctrl+H & Show/hide hidden files \tn % Row Count 11 (+ 1) % Row 37 \SetRowColor{white} F9 & Show/hide sidebar \tn % Row Count 12 (+ 1) % Row 38 \SetRowColor{LightBackground} F10 & Show/hide action menu \tn % Row Count 13 (+ 1) % Row 39 \SetRowColor{white} Ctrl+1 & Icon view \tn % Row Count 14 (+ 1) % Row 40 \SetRowColor{LightBackground} Ctrl+2 & List view \tn % Row Count 15 (+ 1) % Row 41 \SetRowColor{white} Ctrl+3 & Compact view \tn % Row Count 16 (+ 1) % Row 42 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Editing}}} \tn % Row Count 17 (+ 1) % Row 43 \SetRowColor{white} Shift+Ctrl+N & Create folder \tn % Row Count 18 (+ 1) % Row 44 \SetRowColor{LightBackground} F2 & Rename \tn % Row Count 19 (+ 1) % Row 45 \SetRowColor{white} Delete & Move to trash \tn % Row Count 20 (+ 1) % Row 46 \SetRowColor{LightBackground} Shift+Delete & Delete permanently \tn % Row Count 21 (+ 1) % Row 47 \SetRowColor{white} Ctrl+X & Cut \tn % Row Count 22 (+ 1) % Row 48 \SetRowColor{LightBackground} Ctrl+C & Copy \tn % Row Count 23 (+ 1) % Row 49 \SetRowColor{white} Ctrl+V & Paste \tn % Row Count 24 (+ 1) % Row 50 \SetRowColor{LightBackground} Ctrl+A & Select all \tn % Row Count 25 (+ 1) % Row 51 \SetRowColor{white} Shift+Ctrl+I & Invert selection \tn % Row Count 26 (+ 1) % Row 52 \SetRowColor{LightBackground} Ctrl+S & Select Matching Items \tn % Row Count 27 (+ 1) % Row 53 \SetRowColor{white} Ctrl+Z & Undo \tn % Row Count 28 (+ 1) % Row 54 \SetRowColor{LightBackground} Ctrl+Y & Redo \tn % Row Count 29 (+ 1) % Row 55 \SetRowColor{white} Ctrl+I / Alt+Enter & Show item properties \tn % Row Count 31 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.8 cm} x{5.2 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Nemo - File Manager (cont)}} \tn % Row 56 \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{{\bf{Dual Pane}}} \tn % Row Count 1 (+ 1) % Row 57 \SetRowColor{white} F3 & Toggle extra pane \tn % Row Count 2 (+ 1) % Row 58 \SetRowColor{LightBackground} Alt+S & Go to other pane's location \tn % Row Count 4 (+ 2) % Row 59 \SetRowColor{white} F6 & Focus other pane \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}