diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml index 57f02b0c28..0f7a2f4f35 100644 --- a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml @@ -27,13 +27,13 @@ ANY WAY OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.24 2001/07/08 15:40:00 schweikh Exp $ + $FreeBSD: doc/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml,v 1.25 2001/07/13 20:49:09 nik Exp $ --> SGML Markup - This chapter describes the three markup languages you will encounter + This chapter describes the two markup languages you will encounter when you contribute to the FreeBSD documentation project. Each section describes the markup language, and details the markup that you are likely to want to use, or that is already in use. @@ -1601,6 +1601,62 @@ This is the file called 'foo2' like operating system for the Intel architecture. + + + Keys, mouse buttons, and combinations + + To refer to a specific key on the keyboard, use + keycap. To refer to a mouse button, use + mousebutton. And to refer to combinations of key + presses or mouse clicks, wrap them all in + keycombo. + + keycombo has an attribute called + action, which may be one of + click, double-click, + other, press, + seq, or simul. The last two + values denote whether the keys or buttons should be pressed in + sequence, or simultaneously. + + The stylesheets automatically add any connecting symbols, such + as +, between the key names, when wrapped in + keycombo. + + + Keys, mouse buttons, and combinations + + Use: + + To switch to the second virtual terminal, press + Alt + F1. + +To exit vi without saving your work, type + Esc: + q!. + +My window manager is configured so that + Alt + right + mouse button is used to move windows.]]> + + Appearance: + + To switch to the second virtual terminal, press + Alt + F1. + + To exit vi without saving your work, type + Esc: + q!. + + My window manager is configured so that + Alt + right + mouse button is used to move windows. + + Applications, commands, options, and cites