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:
parent
c297d68a1a
commit
e70ebe8f59
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42674
1 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue