comparison man/xemacs/keystrokes.texi @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 8de8e3f6228a
children 4cad7ff4a200
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
141 Pressing the @key{BREAK} key. 141 Pressing the @key{BREAK} key.
142 @item (control meta button2up) 142 @item (control meta button2up)
143 Release the middle mouse button, while pressing @key{CTRL} and 143 Release the middle mouse button, while pressing @key{CTRL} and
144 @key{META}. 144 @key{META}.
145 @end table 145 @end table
146 @cindex shift modifer 146 @cindex shift modifier
147 Note: As you define keystrokes, you can use the @kbd{shift} key only 147 Note: As you define keystrokes, you can use the @kbd{shift} key only
148 as a modifier with characters that do not have a second keysym on the 148 as a modifier with characters that do not have a second keysym on the
149 same key, such as @kbd{backspace} and @kbd{tab}. It is an error to 149 same key, such as @kbd{backspace} and @kbd{tab}. It is an error to
150 define a keystroke using the @key{shift} modifier with keysyms such as 150 define a keystroke using the @key{shift} modifier with keysyms such as
151 @kbd{a} and @kbd{=}. The correct forms are @kbd{A} and @kbd{+}. 151 @kbd{a} and @kbd{=}. The correct forms are @kbd{A} and @kbd{+}.
161 161
162 Emacs represents a key sequence as a vector of keystrokes. Thus, the 162 Emacs represents a key sequence as a vector of keystrokes. Thus, the
163 schematic representation of a complete key sequence is as follows: 163 schematic representation of a complete key sequence is as follows:
164 164
165 @example 165 @example
166 [(modifier .. modifer keysym) ... (modifier .. modifier keysym)] 166 [(modifier .. modifier keysym) ... (modifier .. modifier keysym)]
167 @end example 167 @end example
168 168
169 Here are some examples of complete key sequences: 169 Here are some examples of complete key sequences:
170 170
171 @table @kbd 171 @table @kbd