comparison man/xemacs/keystrokes.texi @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 7d59cb494b73
children de805c49cfc1
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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
172 @item [(control c) (control a)] 172 @item [(control c) (control a)]
173 Typing @kbd{C-c} followed by @kbd{C-a} 173 Typing @kbd{C-c} followed by @kbd{C-a}
174 @item [(control c) (control 65)] 174 @item [(control c) (control 65)]
175 Typing @kbd{C-c} followed by @kbd{C-a}. (Using the ASCII code 175 Typing @kbd{C-c} followed by @kbd{C-a}. (Using the ASCII code
176 for the character `a')@refill 176 for the character `a')@refill
177 @item [(control c) (break)] 177 @item [(control c) (break)]
178 Typing @kbd{C-c} followed by the @kbd{break} character.@refill 178 Typing @kbd{C-c} followed by the @kbd{break} character.@refill
179 @end table 179 @end table
297 do the following: 297 do the following:
298 298
299 Create a file called @code{~/.xmodmap}. In this file, place the lines 299 Create a file called @code{~/.xmodmap}. In this file, place the lines
300 300
301 @example 301 @example
302 remove Lock = Caps_Lock 302 remove Lock = Caps_Lock
303 keysym Caps_Lock = Super_L 303 keysym Caps_Lock = Super_L
304 add Mod2 = Super_L 304 add Mod2 = Super_L
305 @end example 305 @end example
306 306
307 The first line says that the key that is currently called @code{Caps_Lock} 307 The first line says that the key that is currently called @code{Caps_Lock}
308 should no longer behave as a ``lock'' key. The second line says that 308 should no longer behave as a ``lock'' key. The second line says that
309 this should now be called @code{Super_L} instead. The third line says that 309 this should now be called @code{Super_L} instead. The third line says that