X Windows configuration details
making an x*.hosts file
xmodmap
modifying modifier key bindings with xmodmap
To change the meaning of a particular key for a particular X11 session, or to initialize the X Server with a completely different set of key mappings, use the xmodmap client.
The syntax for xmodmap is as follows: xmodmap <options> [<filename>] where <options> are:
Specifies the host, display number, and screen to use.
Displays a brief description of xmodmap options.
Displays a brief description of the syntax for modification expressions.
Prints log information as xmodmap executes.
Turns off verbose logging. This is the default.
Lists changes to key mappings without actually making those changes.
Specifies a remapping expression to be executed.
Prints the current modifier map to the standard output. This is the default.
Prints the current keymap table to the standard output.
Print the current pointer map to the standard output.
-(dash)
Specifies that the standard input should be used for the input file.
<filename>
Specifies a particular key mapping file to be used.
82 | Chapter 4 |