\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{Blueskeleton} \pdfinfo{ /Title (android-studio-mac.pdf) /Creator (Cheatography) /Author (Blueskeleton) /Subject (Android Studio (Mac) 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}{03A35E} \definecolor{LightBackground}{HTML}{EFF9F4} \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{Android Studio (Mac) Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{Blueskeleton} via \textcolor{DarkBackground}{\uline{cheatography.com/177271/cs/37011/}}} \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}Blueskeleton \\ \uline{cheatography.com/blueskeleton} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 1st March, 2023.\\ Updated 1st March, 2023.\\ 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.964 cm} x{2.888 cm} x{1.748 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Edición}} \tn % Row 0 \SetRowColor{LightBackground} Create Rectangular Selection on Mouse Drag & Seleccionar verticalmente con el ratón & Click central del ratón \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} Extend Selection & Extender selección & Cmd+W \tn % Row Count 5 (+ 2) % Row 2 \SetRowColor{LightBackground} Shrink Selection & Encoger selección & \seqsplit{Cmd+Mayús+W} \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Select All & Seleccionar todo & Cmd+A \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} Add Selection for Next Occurrence & Seleccionar siguiente coincidencia & Cmd+J \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} Unselect Occurrence & Deseleccionar última coincidencia & \seqsplit{Cmd+Mayús+J} \tn % Row Count 15 (+ 3) % Row 6 \SetRowColor{LightBackground} Select All Occurrences & Seleccionar todas las coincidencias del archivo & \seqsplit{Cmd+Opt+Mayús+J} \tn % Row Count 19 (+ 4) % Row 7 \SetRowColor{white} Duplicate Line or Selection & Duplicar línea o selección & Cmd+D \tn % Row Count 21 (+ 2) % Row 8 \SetRowColor{LightBackground} Find in Files & Buscador de palabras en archivos & \seqsplit{Cmd+Mayús+F} \tn % Row Count 24 (+ 3) % Row 9 \SetRowColor{white} Replace in Files & Reemplazar conjunto de palabras por otras & \seqsplit{Cmd+Mayús+G} \tn % Row Count 27 (+ 3) % Row 10 \SetRowColor{LightBackground} Increase Font Size & Aumentar el tamaño de fuente del AS & Opt++ \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.964 cm} x{2.888 cm} x{1.748 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Edición (cont)}} \tn % Row 11 \SetRowColor{LightBackground} Decrease Font Size & Reducir el tamaño de fuente del AS & Opt+- \tn % Row Count 3 (+ 3) % Row 12 \SetRowColor{white} Reset Font Size & Devolver el tamaño inicial de fuente del AS & Opt+0 \tn % Row Count 6 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.9 cm} x{2.964 cm} x{2.736 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Ventanas}} \tn % Row 0 \SetRowColor{LightBackground} Project & Abrir ventana de proyecto & Opt+P \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Structure & Abrir ventana de estructura de clase & Opt+S \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} Run & Abrir ventana de ejecución & Opt+R \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Debug & Abrir ventana de debug & Opt+D \tn % Row Count 9 (+ 2) % Row 4 \SetRowColor{LightBackground} Logcat & Abrir ventana de logs & Opt+L \tn % Row Count 11 (+ 2) % Row 5 \SetRowColor{white} Emulator & Abrir ventana del emulador & Opt+E \tn % Row Count 13 (+ 2) % Row 6 \SetRowColor{LightBackground} Bookmarks & Abrir ventana de marcadores & Opt+B \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} Git & Abrir ventana de git & Opt+G \tn % Row Count 17 (+ 2) % Row 8 \SetRowColor{LightBackground} Terminal & Abrir ventana de terminal & Opt+T \tn % Row Count 19 (+ 2) % Row 9 \SetRowColor{white} Hide Active Tool Window & Ocultar ventana auxiliar activa & Mayús+Escape \tn % Row Count 22 (+ 3) % Row 10 \SetRowColor{LightBackground} Hide All Tool Windows & Ocultar todas las ventanas auxiliares & \seqsplit{Opt+Mayús+Escape} \tn % Row Count 25 (+ 3) % Row 11 \SetRowColor{white} Select Next Tab & Desplazar a la pestaña siguiente & Opt+Derecha \tn % Row Count 28 (+ 3) % Row 12 \SetRowColor{LightBackground} Select Previous Tab & Desplazar a la pestaña anterior & Opt+Izquierda \tn % Row Count 31 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{1.9 cm} x{2.964 cm} x{2.736 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Ventanas (cont)}} \tn % Row 13 \SetRowColor{LightBackground} Close Tab & Cerrar pestaña & Cmd+Num-2 \tn % Row Count 1 (+ 1) % Row 14 \SetRowColor{white} Close All Tabs & Cerrar todas las pestañas & Cmd+Num-5 \tn % Row Count 3 (+ 2) % Row 15 \SetRowColor{LightBackground} Close Tabs to the Left & Cerrar pestañas a la izquierda de la actual & Cmd+Num-1 \tn % Row Count 6 (+ 3) % Row 16 \SetRowColor{white} Close Tabs to the Right & Cerrar pestañas a la derecha de la actual & Cmd+Num-3 \tn % Row Count 9 (+ 3) % Row 17 \SetRowColor{LightBackground} Split Right & Abrir pestaña en la mitad derecha & Cmd+Num-6 \tn % Row Count 12 (+ 3) % Row 18 \SetRowColor{white} Unsplit All & Cerrar todas las pestañas abiertas a la derecha & Cmd+Num-4 \tn % Row Count 16 (+ 4) % Row 19 \SetRowColor{LightBackground} Zoom In & Acercar diseño & Cmd++ | Cmd+Rueda arriba \tn % Row Count 18 (+ 2) % Row 20 \SetRowColor{white} Zoom Out & Alejar diseño & Cmd+- | Cmd+Rueda abajo \tn % Row Count 20 (+ 2) % Row 21 \SetRowColor{LightBackground} Zoom to Fit Screen & Centrar diseño en pantalla & Cmd+0 | Cmd+Click central del ratón \tn % Row Count 23 (+ 3) % Row 22 \SetRowColor{white} Switch Design Mode & Cambiar modo de diseño & B \tn % Row Count 25 (+ 2) % Row 23 \SetRowColor{LightBackground} Toggle Device \seqsplit{Orientation} & Cambiar orientación del diseño & O \tn % Row Count 28 (+ 3) % Row 24 \SetRowColor{white} Toggle Device Night Mode & Cambiar modo oscuro del diseño & N \tn % Row Count 31 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.976 cm} x{3.952 cm} x{1.672 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Git}} \tn % Row 0 \SetRowColor{LightBackground} Commit & Crear commit & Cmd+K \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Update Project & Actualizar proyecto & Cmd+T \tn % Row Count 3 (+ 2) % Row 2 \SetRowColor{LightBackground} Push & Subir commits al repositorio & \seqsplit{Cmd+Mayús+K} \tn % Row Count 5 (+ 2) % Row 3 \SetRowColor{white} Rebase & Rebasear rama & \seqsplit{Cmd+Mayús+R} \tn % Row Count 7 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{1.9 cm} x{2.888 cm} x{2.812 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Navegación}} \tn % Row 0 \SetRowColor{LightBackground} Search Anywhere & Buscar en todo el proyecto & Doble Mayús \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Go to Class & Buscar una clase & Cmd+N \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Go to \seqsplit{Line:Column} & Navegar a una línea concreta & Cmd+G \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Go to \seqsplit{Declaration} or Usages & Ir a la declaración o ver los usos & Cmd+Click | Force Touch | Click central \tn % Row Count 9 (+ 3) % Row 4 \SetRowColor{LightBackground} Go to \seqsplit{Implementation(s)} & Ir a la(s) \seqsplit{implementacion(es)} & \seqsplit{Cmd+Mayús+Click} \tn % Row Count 12 (+ 3) % Row 5 \SetRowColor{white} Back & Ir hacia atrás & \seqsplit{Opt+Mayús+Izquierda} | Botón 4 del ratón \tn % Row Count 15 (+ 3) % Row 6 \SetRowColor{LightBackground} Forward & Ir hacia adelante & \seqsplit{Opt+Mayús+Derecha} | Botón 5 del ratón \tn % Row Count 18 (+ 3) % Row 7 \SetRowColor{white} Recent Files & Ver lista de archivos abiertos recientemente & Ctrl+E \tn % Row Count 21 (+ 3) % Row 8 \SetRowColor{LightBackground} Jump to \seqsplit{Navigation} Bar & Abrir la barra de navegación & Cmd+Arriba \tn % Row Count 24 (+ 3) % Row 9 \SetRowColor{white} Next \seqsplit{Highlighted} Error & Ir al siguiente error dentro de un archivo & F2 \tn % Row Count 27 (+ 3) % Row 10 \SetRowColor{LightBackground} Previous \seqsplit{Highlighted} Error & Ir al error anterior dentro de un archivo & Mayús+F2 \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{1.9 cm} x{2.888 cm} x{2.812 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Navegación (cont)}} \tn % Row 11 \SetRowColor{LightBackground} Next Method & Ir al siguiente método de un archivo & Opt+Abajo \tn % Row Count 3 (+ 3) % Row 12 \SetRowColor{white} Previous Method & Ir al método anterior de un archivo & Opt+Arriba \tn % Row Count 6 (+ 3) % Row 13 \SetRowColor{LightBackground} Next Change & Ir al siguiente cambio de un archivo & \seqsplit{Opt+Mayús+Abajo} \tn % Row Count 9 (+ 3) % Row 14 \SetRowColor{white} Previous Change & Ir al cambio anterior de un archivo & \seqsplit{Opt+Mayús+Arriba} \tn % Row Count 12 (+ 3) % Row 15 \SetRowColor{LightBackground} Expand & Expandir bloque & Cmd++ \tn % Row Count 13 (+ 1) % Row 16 \SetRowColor{white} Expand All & Expandir completamente & Cmd+Opt++ \tn % Row Count 15 (+ 2) % Row 17 \SetRowColor{LightBackground} Collapse & Reducir bloque & Cmd+- \tn % Row Count 16 (+ 1) % Row 18 \SetRowColor{white} Collapse All & Reducir completamente & Cmd+Opt+- \tn % Row Count 18 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.356 cm} x{3.192 cm} x{2.052 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Código}} \tn % Row 0 \SetRowColor{LightBackground} Code Completion & Completar código & \seqsplit{Ctrl+Espacio} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Move Statement Down & Mover línea o selección hacia abajo & \seqsplit{Cmd+Mayús+Abajo} \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} Move Statement Up & Mover línea o selección hacia arriba & \seqsplit{Cmd+Mayús+Arriba} \tn % Row Count 8 (+ 3) % Row 3 \SetRowColor{white} Comment with Line Comment & Comentar con dos barras & Cmd+/ \tn % Row Count 11 (+ 3) % Row 4 \SetRowColor{LightBackground} Comment with Block Comment & Comentar con bloque & \seqsplit{Cmd+Mayús+/} \tn % Row Count 14 (+ 3) % Row 5 \SetRowColor{white} Delete Line & Eliminar línea & \seqsplit{Cmd+Retroceso} \tn % Row Count 16 (+ 2) % Row 6 \SetRowColor{LightBackground} Start New Line & Empezar nueva línea bajo la actual & \seqsplit{Mayús+Intro} \tn % Row Count 19 (+ 3) % Row 7 \SetRowColor{white} Start New Line Before Current & Empezar nueva línea sobre la actual & \seqsplit{Ctrl+Mayús+Intro} \tn % Row Count 22 (+ 3) % Row 8 \SetRowColor{LightBackground} Parameter Info & Información sobre parámetros de una función & Cmd+P \tn % Row Count 25 (+ 3) % Row 9 \SetRowColor{white} Reformat Code & Formatear código & Cmd+Opt+L \tn % Row Count 27 (+ 2) % Row 10 \SetRowColor{LightBackground} Quick \seqsplit{Documentation} & Documentación rápida & Cmd+Q | Opt+Click central \tn % Row Count 30 (+ 3) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{8.4cm}{x{2.356 cm} x{3.192 cm} x{2.052 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Código (cont)}} \tn % Row 11 \SetRowColor{LightBackground} Override Methods & Sobrescribir métodos & Cmd+O \tn % Row Count 2 (+ 2) % Row 12 \SetRowColor{white} Implement Methods & Implementar métodos & Cmd+I \tn % Row Count 4 (+ 2) % Row 13 \SetRowColor{LightBackground} Insert Live Template & Insertar plantilla de código & Cmd+Ñ \tn % Row Count 6 (+ 2) % Row 14 \SetRowColor{white} Surround With & Envolver con plantilla de código & \seqsplit{Cmd+Opt+Ñ} \tn % Row Count 9 (+ 3) % Row 15 \SetRowColor{LightBackground} New Scratch File & Crear archivo para hacer pruebas & \seqsplit{Cmd+Mayús+N} \tn % Row Count 11 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.508 cm} x{3.572 cm} x{1.52 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Refactorizar}} \tn % Row 0 \SetRowColor{LightBackground} Rename & Renombrar marcador & \seqsplit{Mayús+F6} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Change Signature & Cambiar parámetros de una función & Cmd+F6 \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Extract Variable & Extraer expresión a una nueva variable & \seqsplit{Cmd+Ctrl+V} \tn % Row Count 7 (+ 3) % Row 3 \SetRowColor{white} Extract Parameter & Extraer expresión a un nuevo parámetro & \seqsplit{Cmd+Ctrl+P} \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} Extract Functional Parameter & Extraer expresión a un nuevo parámetro funcional & \seqsplit{Cmd+Ctrl+Mayús+P} \tn % Row Count 13 (+ 3) % Row 5 \SetRowColor{white} Extract Method & Extraer bloque de código a un nuevo método & \seqsplit{Cmd+Ctrl+M} \tn % Row Count 16 (+ 3) % Row 6 \SetRowColor{LightBackground} Move & Mover archivo a otra ruta & F6 \tn % Row Count 18 (+ 2) % Row 7 \SetRowColor{white} Copy & Copiar archivo a otra ruta & F5 \tn % Row Count 20 (+ 2) % Row 8 \SetRowColor{LightBackground} Join Lines & Encoger bloques o líneas & \seqsplit{Cmd+Ctrl+J} \tn % Row Count 22 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{3.268 cm} x{3.04 cm} x{1.292 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Generar y ejecutar}} \tn % Row 0 \SetRowColor{LightBackground} Sync Project with Gradle Files & Sincronizar con Gradle & \seqsplit{Cmd+Ctrl+S} \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Invalidate Caches & Invalidar caché del IDE & \seqsplit{Cmd+Ctrl+E} \tn % Row Count 4 (+ 2) % Row 2 \SetRowColor{LightBackground} Rebuild Project & Compilar proyecto desde cero & \seqsplit{Cmd+Ctrl+R} \tn % Row Count 6 (+ 2) % Row 3 \SetRowColor{white} Run & Ejecutar proyecto & Cmd+R \tn % Row Count 8 (+ 2) % Row 4 \SetRowColor{LightBackground} Debug & Ejecutar proyecto en modo debug & \seqsplit{Mayús+D} \tn % Row Count 10 (+ 2) % Row 5 \SetRowColor{white} Attach Debugger to Android Process & Activar modo debug & \seqsplit{Ctrl+Mayús+D} \tn % Row Count 13 (+ 3) % Row 6 \SetRowColor{LightBackground} Stop & Parar ejecución & \seqsplit{Mayús+S} \tn % Row Count 15 (+ 2) % Row 7 \SetRowColor{white} Build APK(s) & Generar APKs & \seqsplit{Mayús+B} \tn % Row Count 17 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.888 cm} x{3.572 cm} x{1.14 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Debug}} \tn % Row 0 \SetRowColor{LightBackground} Resume Program & Continuar ejecución en debug & F9 \tn % Row Count 2 (+ 2) % Row 1 \SetRowColor{white} Run to Cursor & Continuar ejecución en debug hasta el cursor & \seqsplit{Mayús+F9} \tn % Row Count 5 (+ 3) % Row 2 \SetRowColor{LightBackground} Step Over & Pasar a la siguiente línea en debug & F8 \tn % Row Count 7 (+ 2) % Row 3 \SetRowColor{white} Step Into & Pasar a una función interna en debug & F7 \tn % Row Count 10 (+ 3) % Row 4 \SetRowColor{LightBackground} Step Out & Salir de una función interna en debug & \seqsplit{Mayús+F8} \tn % Row Count 13 (+ 3) % Row 5 \SetRowColor{white} Quick Evaluate Expression & Comprobar resultado de expresión en debug & \seqsplit{Opt+Click} \tn % Row Count 16 (+ 3) % Row 6 \SetRowColor{LightBackground} Toggle Line Breakpoint & Colocar o quitar un punto de ruptura & \seqsplit{Cmd+F8} \tn % Row Count 18 (+ 2) % Row 7 \SetRowColor{white} Toggle Temporary Line Breakpoint & Colocar o quitar un punto de ruptura temporal & \seqsplit{Cmd+Mayús+F8} \tn % Row Count 21 (+ 3) % Row 8 \SetRowColor{LightBackground} Mute Breakpoints & Silenciar puntos de ruptura & \seqsplit{Cmd+F9} \tn % Row Count 23 (+ 2) % Row 9 \SetRowColor{white} View Breakpoints & Ver lista de puntos de ruptura & \seqsplit{Cmd+Mayús+X} \tn % Row Count 25 (+ 2) % Row 10 \SetRowColor{LightBackground} Toggle Bookmark & Colocar o eliminar marcador & F10 \tn % Row Count 27 (+ 2) % Row 11 \SetRowColor{white} Rename Bookmark & Renombrar marcador & \seqsplit{Cmd+F10} \tn % Row Count 29 (+ 2) % Row 12 \SetRowColor{LightBackground} Show Bookmarks & Mostrar lista de marcadores & \seqsplit{Mayús+F10} \tn % Row Count 31 (+ 2) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{8.4cm}{x{2.812 cm} x{3.572 cm} x{1.216 cm} } \SetRowColor{DarkBackground} \mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{ADB}} \tn % Row 0 \SetRowColor{LightBackground} ADB Start App & Abrir app con ADB & \seqsplit{Cmd+Mayús+F1} \tn % Row Count 3 (+ 3) % Row 1 \SetRowColor{white} ADB Restart App & Reiniciar app con ADB & \seqsplit{Cmd+Mayús+F2} \tn % Row Count 6 (+ 3) % Row 2 \SetRowColor{LightBackground} ADB Restart App With Debugger & Reiniciar app en debug con ADB & \seqsplit{Cmd+Mayús+F3} \tn % Row Count 9 (+ 3) % Row 3 \SetRowColor{white} ADB Clear App Data and Restart & Borrar datos de app y reiniciar con ADB & \seqsplit{Cmd+Mayús+F4} \tn % Row Count 12 (+ 3) % Row 4 \SetRowColor{LightBackground} ADB Uninstall App & Desinstalar app con ADB & \seqsplit{Cmd+Mayús+F5} \tn % Row Count 15 (+ 3) \hhline{>{\arrayrulecolor{DarkBackground}}---} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}