\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{Dimitrios Mistriotis (dimitrios)} \pdfinfo{ /Title (omarchy-hotkeys.pdf) /Creator (Cheatography) /Author (Dimitrios Mistriotis (dimitrios)) /Subject (Omarchy Hotkeys 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}{000000} \definecolor{LightBackground}{HTML}{F7F7F7} \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{Omarchy Hotkeys Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Dimitrios Mistriotis (dimitrios)} via \textcolor{DarkBackground}{\uline{cheatography.com/336/cs/47446/}}} \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}Dimitrios Mistriotis (dimitrios) \\ \uline{cheatography.com/dimitrios} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 3rd December, 2025.\\ Updated 3rd December, 2025.\\ 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{3.28 cm} x{4.72 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Navigating}} \tn % Row 0 \SetRowColor{LightBackground} Super + Space & Application launcher \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Super + Alt + Space & Omarchy control menu \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Super + Escape & \seqsplit{Lock/suspend/relaunch/restart/shutdown} computer \tn % Row Count 6 (+ 3) % Row 3 \SetRowColor{white} Super + W & Close window \tn % Row Count 7 (+ 1) % Row 4 \SetRowColor{LightBackground} Ctrl + Alt + Del & Close all windows \tn % Row Count 8 (+ 1) % Row 5 \SetRowColor{white} Super + T & Toggle window between tiling/floating \tn % Row Count 10 (+ 2) % Row 6 \SetRowColor{LightBackground} Super + O & Toggle popping window into sticky'n'floating \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} Super + F & Go full screen \tn % Row Count 13 (+ 1) % Row 8 \SetRowColor{LightBackground} Super + Alt + F & Go full width for the window \tn % Row Count 15 (+ 2) % Row 9 \SetRowColor{white} Super + 1/2/3/4 & Jump to specific workspace \tn % Row Count 17 (+ 2) % Row 10 \SetRowColor{LightBackground} Super + Tab & Jump to next workspace \tn % Row Count 18 (+ 1) % Row 11 \SetRowColor{white} Super + Shift + Tab & Jump to previous workspace \tn % Row Count 20 (+ 2) % Row 12 \SetRowColor{LightBackground} Super + Ctrl + Tab & Jump to former workspace \tn % Row Count 22 (+ 2) % Row 13 \SetRowColor{white} Super + Shift + 1/2/3/4 & Move window to workspace \tn % Row Count 24 (+ 2) % Row 14 \SetRowColor{LightBackground} Super + Shift + Alt + Arrows & Move workspaces to directional monitor \tn % Row Count 26 (+ 2) % Row 15 \SetRowColor{white} Super + S & Show scratchpad workspace overlay \tn % Row Count 28 (+ 2) % Row 16 \SetRowColor{LightBackground} Super + Alt + S & Move window to scratchpad workspace \tn % Row Count 30 (+ 2) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{3.28 cm} x{4.72 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Navigating (cont)}} \tn % Row 17 \SetRowColor{LightBackground} Ctrl + 1/2/3/.. & Jump to browser tab \tn % Row Count 1 (+ 1) % Row 18 \SetRowColor{white} Super + Arrow & Move focus to window in direction of arrow \tn % Row Count 3 (+ 2) % Row 19 \SetRowColor{LightBackground} Super + Shift + Arrow & Swap window with another in direction of arrow \tn % Row Count 5 (+ 2) % Row 20 \SetRowColor{white} Super + Equal & Grow windows to the left \tn % Row Count 7 (+ 2) % Row 21 \SetRowColor{LightBackground} Super + Minus & Grow windows to the right \tn % Row Count 9 (+ 2) % Row 22 \SetRowColor{white} Super + Shift + Equal & Grow windows to the bottom \tn % Row Count 11 (+ 2) % Row 23 \SetRowColor{LightBackground} Super + Shift + Minus & Grow windows to the top \tn % Row Count 13 (+ 2) % Row 24 \SetRowColor{white} Super + G & Toggle window grouping \tn % Row Count 14 (+ 1) % Row 25 \SetRowColor{LightBackground} Super + Alt + G & Move window out of grouping \tn % Row Count 16 (+ 2) % Row 26 \SetRowColor{white} Super + Alt + Tab & Cycle between windows in grouping \tn % Row Count 18 (+ 2) % Row 27 \SetRowColor{LightBackground} Super + Alt + 1/2/3/4 & Jump to specific window in grouping \tn % Row Count 20 (+ 2) % Row 28 \SetRowColor{white} Super + Alt + Arrow & Move window into grouping in direction of arrow \tn % Row Count 23 (+ 3) % Row 29 \SetRowColor{LightBackground} Super + Alt + Arrow & Move between windows inside a tiling group \tn % Row Count 25 (+ 2) \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}{Notifications}} \tn % Row 0 \SetRowColor{LightBackground} Super + , & Dismiss latest notification \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Super + Shift + , & Dismiss all notifications \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Super + Ctrl + , & Toggle silencing notifications \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Super + Alt + , & Invoke most recent notification \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.76 cm} x{4.24 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Style}} \tn % Row 0 \SetRowColor{LightBackground} Super + Ctrl + Shift + Space & Pick a new theme \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Super + Ctrl + Space & Next background image for theme \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Super + Backspace & Toggle transparency on a window \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Extra background images live in \textasciitilde{}/.config/omarchy/current/backgrounds. You can put more there to cycle through. Also available via Install \textgreater{} Background in the Omarchy menu. \newline \newline All style options are also accessible under Style in the Omarchy menu (Super + Alt + Space).} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.84 cm} x{6.16 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{File Manager}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl + L & Go to path \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Space & Preview file (arrows navigate) \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} \seqsplit{Backspace} & Go back one folder \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.44 cm} x{4.56 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Neovim (w/ lazyvim) - Navigation}} \tn % Row 0 \SetRowColor{LightBackground} Space & Show command options \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Space Space & Open file via fuzzy search \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Space E & Toggle sidebar \tn % Row Count 4 (+ 1) % Row 3 \SetRowColor{white} Space G G & Show git controls \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Space S G & Search file content \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} Ctrl + W W & Jump between sidebar and editor \tn % Row Count 8 (+ 2) % Row 6 \SetRowColor{LightBackground} Ctrl + Left/right arrow & Change size of sidebar \tn % Row Count 10 (+ 2) % Row 7 \SetRowColor{white} Shift + H & Go to left file tab \tn % Row Count 11 (+ 1) % Row 8 \SetRowColor{LightBackground} Shift + L & Go to right file tab \tn % Row Count 12 (+ 1) % Row 9 \SetRowColor{white} Space B D & Close file tab \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.92 cm} x{6.08 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Neovim (w/ lazyvim) - While in sidebar}} \tn % Row 0 \SetRowColor{LightBackground} A & Add new file in parent dir \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Shift + A & Add new subdir in parent dir \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} D & Delete highlighted file/dir \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} M & Move highlighted file/dir \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} R & Rename highlighted file/dir \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} ? & Show help for all commands \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{See all the Neovim hotkeys configured by LazyVim: \seqsplit{https://www.lazyvim.org/keymaps}} \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}{Apple Display Brightness Control}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl + F1 & Turn down brightness \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Ctrl + F2 & Turn up brightness \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Ctrl + Shift + F2 & Turn up brightness to maximum \tn % Row Count 4 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.68 cm} x{4.32 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Launching apps}} \tn % Row 0 \SetRowColor{LightBackground} Super + Return & Terminal \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Super + Shift + B & Browser \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Super + Shift + Alt + B & Browser (private/incognito) \tn % Row Count 4 (+ 2) % Row 3 \SetRowColor{white} Super + Shift + F & File manager \tn % Row Count 5 (+ 1) % Row 4 \SetRowColor{LightBackground} Super + Shift + T & Activity (btop) \tn % Row Count 6 (+ 1) % Row 5 \SetRowColor{white} Super + Shift + M & Music (Spotify) \tn % Row Count 7 (+ 1) % Row 6 \SetRowColor{LightBackground} Super + Shift + / & Password manager (1password) \tn % Row Count 9 (+ 2) % Row 7 \SetRowColor{white} Super + Shift + N & Neovim \tn % Row Count 10 (+ 1) % Row 8 \SetRowColor{LightBackground} Super + Shift + C & Calendar (HEY) \tn % Row Count 11 (+ 1) % Row 9 \SetRowColor{white} Super + Shift + E & Email (HEY) \tn % Row Count 12 (+ 1) % Row 10 \SetRowColor{LightBackground} Super + Shift + A & AI (ChatGPT) \tn % Row Count 13 (+ 1) % Row 11 \SetRowColor{white} Super + Shift + G & Messenger (Signal) \tn % Row Count 14 (+ 1) % Row 12 \SetRowColor{LightBackground} Super + Shift + Ctrl + G & Messenger (WhatsApp) \tn % Row Count 16 (+ 2) % Row 13 \SetRowColor{white} Super + Shift + Alt + G & Messenger (Google) \tn % Row Count 18 (+ 2) % Row 14 \SetRowColor{LightBackground} Super + Shift + D & Docker (LazyDocker) \tn % Row Count 19 (+ 1) % Row 15 \SetRowColor{white} Super + Shift + O & Obsidian \tn % Row Count 20 (+ 1) % Row 16 \SetRowColor{LightBackground} Super + Shift + X & X \tn % Row Count 21 (+ 1) % Row 17 \SetRowColor{white} Super + Ctrl + S & Share menu (via LocalSend) \tn % Row Count 23 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{Change/add bindings in \textasciitilde{}/.config/hypr/bindings.conf.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.44 cm} x{4.56 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Universal clipboard}} \tn % Row 0 \SetRowColor{LightBackground} Super + C & Copy \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Super + X & Cut (not in terminal) \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Super + V & Paste \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Super + Ctrl + V & Clipboard manager \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.64 cm} x{5.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Capture}} \tn % Row 0 \SetRowColor{LightBackground} Print Screen & Screenshot with editing \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Shift + Print Screen & Screenshot straight to clipboard \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Alt + Print Screen & Screenrecord \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Super + Print Screen & Color picker \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Alt + Shift + L & Copy current URL from webapp or Chromium \tn % Row Count 9 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{8.4cm}}{With screenrecordings, hit the hotkey to start, hit it again to stop. \newline \newline All capture options are also accessible under Capture in the Omarchy menu (Super + Alt + Space).} \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}{Toggles}} \tn % Row 0 \SetRowColor{LightBackground} Super + Ctrl + I & Toggle idle/sleep prevention \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Super + Ctrl + N & Toggle nightlight display temperature \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Super + Shift + Space & Toggle the top bar \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Super + Mute & Switch to next audio output \tn % Row Count 8 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{4.64 cm} x{3.36 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Ghostty Terminal}} \tn % Row 0 \SetRowColor{LightBackground} Ctrl + Shift + E & New split below \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Ctrl + Shift + O & New split besides \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Ctrl + Alt + Arrows & Move between splits \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Super + Ctrl + Shift + Arrows & Resize split by 10 lines \tn % Row Count 7 (+ 2) % Row 4 \SetRowColor{LightBackground} Super + Ctrl + Shift + Alt + Arrows & Resize split by 100 lines \tn % Row Count 9 (+ 2) % Row 5 \SetRowColor{white} Ctrl + Shift + T & New tab \tn % Row Count 10 (+ 1) % Row 6 \SetRowColor{LightBackground} Ctrl + Shift + Arrows & Move between tabs tab \tn % Row Count 12 (+ 2) % Row 7 \SetRowColor{white} Alt + Numbers & Go to specific tab \tn % Row Count 14 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.04 cm} x{4.96 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Quick Completions}} \tn % Row 0 \SetRowColor{LightBackground} CapsLock Space Space & — (mdash) \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} CapsLock Space N & Your name (as entered on setup) \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} CapsLock Space E & Your email (as entered on setup) \tn % Row Count 6 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.268 cm} p{1.596 cm} x{2.736 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Quick Emojis}} \tn % Row 0 \SetRowColor{LightBackground} CapsLock M S & 😄 & smile \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} CapsLock M C & 😂 & cry \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} CapsLock M L & 😍 & love \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} CapsLock M V & ✌️ & victory \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} CapsLock M H & ❤️ & heart \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} CapsLock M Y & 👍 & yes \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} CapsLock M N & 👎 & no \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} CapsLock M F & 🖕 & fuck \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} CapsLock M W & 🤞 & wish \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} CapsLock M R & 🤘 & rock \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} CapsLock M K & 😘 & kiss \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} CapsLock M E & 🙄 & eyeroll \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} CapsLock M P & 🙏 & pray \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} CapsLock M D & 🤤 & drool \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} CapsLock M M & 💰 & money \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} CapsLock M X & 🎉 & xellebrate \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} CapsLock M 1 & 💯 & 100\% \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} CapsLock M T & 🥂 & toast \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} CapsLock M O & 👌 & ok \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} CapsLock M G & 👋 & greeting \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} CapsLock M A & 💪 & arm \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} CapsLock M B & 🤯 & blowing \tn % Row Count 22 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}---} \SetRowColor{LightBackground} \mymulticolumn{3}{x{8.4cm}}{You can use Super + Ctrl + E to show a complete emoji picker that'll put the selection on the clipboard or you can use these quick access options.} \tn \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}