| Icon | Raccourci | Signification | Action |
 | | Open a file |
 | | Save the current buffer |
 | | Save all the buffers |
 | u | Undo |
 | Ctrl-R | Redo |
 | F2 | launch a LaTeX compilation |
 | F3 | view the dvi via xdvi |
 | F4 | print the dvi via dvips |
 | F5 | launch xfig |
 | _b | Put in bold | adds \textbf{} around the selection |
 | _i | Put in italic | adds \textit{} around the selection |
 | _sc | Put in Small Caps | adds \textsc{} around the selection |
 | _pa | Create a part | adds \part {} around the selection |
 | _ch | Create a chapter | adds \chapter {} around the selection |
 | _se | Create a section | adds \section {} around the selection |
 | _s2 | Create a sub-section | adds \subsection {} around the selection |
 | _s3 | Create a sub-sub-section | adds \subsubsection {} around the selection |
 | _pl | Align left | adds \begin{flushleft} ... \end{flushleft} around the selection |
 | _pc | Center | adds \begin{center} ... \end{center} around the selection |
 | _pr | Align right | adds \begin{right} ... \end{right} around the selection |
 | _mt | Create a sheet | adds the necessary LaTeX code for a sheet around the selection |
| _ls | Create a list (items) | adds \begin{itemize} ... \end{itemize} around the selection |
| _le | Create a list (enumeration) | adds \begin{enumerate} ... \end{enumerate} around the selection |
| _pt | Add items in a list | adds \item before each selection's line |
| _mc | Put in comments | adds % before each selection's line |
| _xc | Remove comments | remove % |