Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -513,10 +513,10 @@ \subsection{Consumer Control Code}
It is important to note that there is no support for sequences, combinations or ranges of Consumer Control Codes.

\begin{lstlisting}
<trigger> : CON0xB0;
<trigger> : CON176;
<trigger> : CON"Play";
<trigger> : CON"play"; # Same as previous
<trigger> : CONS0xB0;
<trigger> : CONS176;
<trigger> : CONS"Play";
<trigger> : CONS"play"; # Same as previous
\end{lstlisting}

Refer to Section \ref{chpt:ConsCodeTable} for the complete list of Consumer Control Codes.
Expand Down Expand Up @@ -940,4 +940,4 @@ \chapter{Future Considerations}
\end{itemize}


\end{document}
\end{document}