gtk+3: fix dependencies for new gnome/accessibility/at-spi2-core
[oi-userland.git] / components / x11 / xmakemap / src / xmakemap.man
blobed3be1393ec582b95f82b41fed8d9bf57cc4fa20
1 .\"
2 .\" Copyright (c) 1992, 2001, Oracle and/or its affiliates. All rights reserved.
3 .\"
4 .\" Permission is hereby granted, free of charge, to any person obtaining a
5 .\" copy of this software and associated documentation files (the "Software"),
6 .\" to deal in the Software without restriction, including without limitation
7 .\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 .\" and/or sell copies of the Software, and to permit persons to whom the
9 .\" Software is furnished to do so, subject to the following conditions:
10 .\"
11 .\" The above copyright notice and this permission notice (including the next
12 .\" paragraph) shall be included in all copies or substantial portions of the
13 .\" Software.
14 .\"
15 .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 .\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 .\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
18 .\" THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 .\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 .\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21 .\" DEALINGS IN THE SOFTWARE.
22 .\"
23 .TH xmakemap 1 "23 August 2001"
24 .SH NAME
25 xmakemap \- make a keyboard mapping to be used as input to xmodmap
26 .SH SYNOPSIS
27 .B xmakemap
28 .SH DESCRIPTION
29 .PP
30 .B xmakemap
31 will produce a keyboard mapping in a form that is suitable
32 as input to the
33 .BR xmodmap (1)
34 command.
35 .B xmakemap
36 writes its output to stdout.
37 Typical usage of
38 .B xmakemap
39 is to redirect output from
40 .B xmakemap
41 to a file (e.g., $HOME/.xmodmaprc), edit this file to make
42 necessary customizations, and then run
43 .B xmodmap
44 on the file (i.e., $HOME/.xmodmaprc).
45 .TP
46 For example:
47 .IP
48 .nf
49 \fLxmakemap > $HOME/.xmodmaprc
50 [... make necessary customization to $HOME/.xmodmaprc ...]
51 xmodmap $HOME/.xmodmaprc\fP
52 .fi
53 .LP
54 If you would like your keytable to be customized each time you start
55 an X session, you should place the appropriate command in the session
56 startup file for your desktop environment.
57 .TP
58 For example:
59 .IP
60 .nf
61 \fLif [ -f $HOME/.xmodmaprc ]; then
62     xmodmap $HOME/.xmodmaprc
63 fi\fP
64 .LP
65 .SH NOTES
66 An X server must be running to use
67 .BR xmakemap .
68 .br
69 Read "Notes" in $HOME/.xmodmaprc.
70 .SH SEE ALSO
71 .BR xmodmap (1)