Wordsmith the question "How do I reverse the mouse buttons?" to make it more clear.

Submitted by:	Stu Jessup <stu.jessup@post.com>
This commit is contained in:
Eitan Adler 2013-09-17 01:20:12 +00:00
parent c297d68a1a
commit e70ebe8f59
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42674

View file

@ -5238,9 +5238,12 @@ ttyvb "/usr/libexec/getty Pc" xterm off secure</programlisting>
</question>
<answer>
<para>Run the command <command>xmodmap -e "pointer = 3 2 1"</command>
from <filename>.xinitrc</filename> or
<filename>.xsession</filename>.</para>
<para>Run the command
<command>xmodmap -e "pointer = 3 2 1"</command>.</para>
<para>You add the above command to
<filename>.xinitrc</filename> or
<filename>.xsession</filename> to make it happen
automatically.</para>
</answer>
</qandaentry>