Deleted Added
full compact
moused.8 (179015) moused.8 (208027)
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\" Copyright (c) 1996
2.\" Mike Pritchard <mpp@FreeBSD.org>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: head/usr.sbin/moused/moused.8 179015 2008-05-15 15:05:02Z philip $
31.\" $FreeBSD: head/usr.sbin/moused/moused.8 208027 2010-05-13 12:07:55Z uqs $
32.\"
33.Dd May 15, 2008
34.Dt MOUSED 8
35.Os
36.Sh NAME
37.Nm moused
38.Nd pass mouse data to the console driver
39.Sh SYNOPSIS

--- 742 unchanged lines hidden (view full) ---

782to your
783.Pa /usr/local/etc/sudoers
784file, and bind
785.Pp
786.Dl "killall -USR1 moused"
787.Pp
788to a key in your window manager, you can suspend mouse events on your laptop if
789you keep brushing over the mouse pad while typing.
32.\"
33.Dd May 15, 2008
34.Dt MOUSED 8
35.Os
36.Sh NAME
37.Nm moused
38.Nd pass mouse data to the console driver
39.Sh SYNOPSIS

--- 742 unchanged lines hidden (view full) ---

782to your
783.Pa /usr/local/etc/sudoers
784file, and bind
785.Pp
786.Dl "killall -USR1 moused"
787.Pp
788to a key in your window manager, you can suspend mouse events on your laptop if
789you keep brushing over the mouse pad while typing.
790.Sh CAVEATS
791Many pad devices behave as if the first (left) button were pressed if
792the user
793.Dq taps
794the surface of the pad.
795In contrast, some ALPS GlidePoint and Interlink VersaPad models
796treat the tapping action
797as fourth button events.
798Use the option
799.Dq Fl m Li 1=4
800for these models
801to obtain the same effect as the other pad devices.
802.Pp
803Cut and paste functions in the virtual console assume that there
804are three buttons on the mouse.
805The logical button 1 (logical left) selects a region of text in the
806console and copies it to the cut buffer.
807The logical button 3 (logical right) extends the selected region.
808The logical button 2 (logical middle) pastes the selected text
809at the text cursor position.
810If the mouse has only two buttons, the middle, `paste' button
811is not available.
812To obtain the paste function, use the
813.Fl 3
814option to emulate the middle button, or use the
815.Fl m
816option to assign the physical right button to the logical middle button:
817.Dq Fl m Li 2=3 .
818.Sh SEE ALSO
819.Xr kill 1 ,
820.Xr vidcontrol 1 ,
821.Xr xset 1 ,
822.Xr keyboard 4 ,
823.Xr mse 4 ,
824.Xr psm 4 ,
825.Xr screen 4 ,

--- 21 unchanged lines hidden (view full) ---

847The
848.Nm
849utility was written by
850.An Michael Smith Aq msmith@FreeBSD.org .
851This manual page was written by
852.An Mike Pritchard Aq mpp@FreeBSD.org .
853The command and manual page have since been updated by
854.An Kazutaka Yokota Aq yokota@FreeBSD.org .
790.Sh SEE ALSO
791.Xr kill 1 ,
792.Xr vidcontrol 1 ,
793.Xr xset 1 ,
794.Xr keyboard 4 ,
795.Xr mse 4 ,
796.Xr psm 4 ,
797.Xr screen 4 ,

--- 21 unchanged lines hidden (view full) ---

819The
820.Nm
821utility was written by
822.An Michael Smith Aq msmith@FreeBSD.org .
823This manual page was written by
824.An Mike Pritchard Aq mpp@FreeBSD.org .
825The command and manual page have since been updated by
826.An Kazutaka Yokota Aq yokota@FreeBSD.org .
827.Sh CAVEATS
828Many pad devices behave as if the first (left) button were pressed if
829the user
830.Dq taps
831the surface of the pad.
832In contrast, some ALPS GlidePoint and Interlink VersaPad models
833treat the tapping action
834as fourth button events.
835Use the option
836.Dq Fl m Li 1=4
837for these models
838to obtain the same effect as the other pad devices.
839.Pp
840Cut and paste functions in the virtual console assume that there
841are three buttons on the mouse.
842The logical button 1 (logical left) selects a region of text in the
843console and copies it to the cut buffer.
844The logical button 3 (logical right) extends the selected region.
845The logical button 2 (logical middle) pastes the selected text
846at the text cursor position.
847If the mouse has only two buttons, the middle, `paste' button
848is not available.
849To obtain the paste function, use the
850.Fl 3
851option to emulate the middle button, or use the
852.Fl m
853option to assign the physical right button to the logical middle button:
854.Dq Fl m Li 2=3 .