Fix minor errors and omissions in FAQ's Windows(tm) keys section.
PR: 17364 Submitted by: Mark Ovens <mark@ukug.uk.freebsd.org> Reviewed by: asmodai
This commit is contained in:
parent
7923045908
commit
17147340bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7336
2 changed files with 18 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.58 2000/06/09 11:10:48 alex Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.59 2000/06/12 11:37:05 asmodai Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -6217,14 +6217,19 @@ on over to the gallery at <ulink URL="http://www.cslab.vt.edu/~jobaldwi/splash/"
|
|||
|
||||
<screen>&prompt.root; <userinput>xmodmap -e "keycode 115 = comma"</userinput></screen>
|
||||
|
||||
<para>You will probably have to re-start X to see the result.</para>
|
||||
<para>You will probably have to re-start your window manager
|
||||
to see the result.</para>
|
||||
|
||||
<para>To have the Windows(tm) key-mappings enabled automatically
|
||||
everytime you start X either put the <command>xmodmap</command>
|
||||
commands in your <filename>~/.xinitrc</filename> file or,
|
||||
preferably, create a file <filename>~/.xmodmaprc</filename> and
|
||||
just include the <command>xmodmap</command> options, one per
|
||||
line.</para>
|
||||
include the <command>xmodmap</command> options, one per line,
|
||||
then add the line</para>
|
||||
|
||||
<programlisting>xmodmap $HOME/.xmodmaprc</programlisting>
|
||||
|
||||
<para>to your <filename>~/.xinitrc</filename>.</para>
|
||||
|
||||
<para>For example, I have mapped the 3 keys to be F13, F14, and F15
|
||||
respectively. This makes it easy to map them to useful functions
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.58 2000/06/09 11:10:48 alex Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.59 2000/06/12 11:37:05 asmodai Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. All entries
|
||||
|
@ -6217,14 +6217,19 @@ on over to the gallery at <ulink URL="http://www.cslab.vt.edu/~jobaldwi/splash/"
|
|||
|
||||
<screen>&prompt.root; <userinput>xmodmap -e "keycode 115 = comma"</userinput></screen>
|
||||
|
||||
<para>You will probably have to re-start X to see the result.</para>
|
||||
<para>You will probably have to re-start your window manager
|
||||
to see the result.</para>
|
||||
|
||||
<para>To have the Windows(tm) key-mappings enabled automatically
|
||||
everytime you start X either put the <command>xmodmap</command>
|
||||
commands in your <filename>~/.xinitrc</filename> file or,
|
||||
preferably, create a file <filename>~/.xmodmaprc</filename> and
|
||||
just include the <command>xmodmap</command> options, one per
|
||||
line.</para>
|
||||
include the <command>xmodmap</command> options, one per line,
|
||||
then add the line</para>
|
||||
|
||||
<programlisting>xmodmap $HOME/.xmodmaprc</programlisting>
|
||||
|
||||
<para>to your <filename>~/.xinitrc</filename>.</para>
|
||||
|
||||
<para>For example, I have mapped the 3 keys to be F13, F14, and F15
|
||||
respectively. This makes it easy to map them to useful functions
|
||||
|
|
Loading…
Reference in a new issue