Tom Davies <[email protected]> writes:

> Anyway, how do I make it so that unformatted text is pasted with the
> middle mouse button?
>
>
> Hi :)
> It might be possible to do that at the OS level.  Which OS are you using; a 
> Windows, Ubuntu, another gnu&linux, Bsd or Mac?  Usually the middle button or 
> clicking on the scroll wheel, is called the 3rd mouse button.

Usually, the middle mouse button pastes. I´ve changed this default[1],
but that isn´t relevant here.

Pasting with the mouse button designated for pasting[2] works just
fine. Only LO screws it up because you cannot change its default way of
pasting. Or can you?


[1]: If you care (for a Logitech Trackman Marble FX):

,---- [ /etc/X11/xorg.conf ]
| [...]
| Section "InputDevice"
|     Identifier     "Mouse0"
|     Driver         "mouse"
|     Option         "Protocol" "auto"
|     Option         "Device" "/dev/input/mice"
|     Option         "Emulate3Buttons" "no"
|     Option         "ZAxisMapping" "4 5"
|     Option         "11"
|     Option         "EmulateWheel" "True"
|     Option         "EmulateWheelButton" "8"
|     Option         "EmulateWheelClickToo" "0"
| EndSection
| [...]
`----

,---- [ and in a script: ]
| xinput set-button-map "PS2++ Logitech TrackMan" 1 2 8 4 5 6 7 3 9 10 1 2 8 4 
5 6 7 3 9 10
| xinput -set-prop "PS2++ Logitech TrackMan" "Evdev Wheel Emulation Button" 3
| xinput -set-prop "PS2++ Logitech TrackMan" "Evdev Wheel Emulation" 1
`----

[2]: Afair it´s button 8, but it´s been a while since I set it up, so
     I´m not sure which one it was. --- Hmm, looking at it, I probably
     don´t need to change the button map when I change it in xorg.conf
     to button 3 ...

-- 
Unsubscribe instructions: E-mail to [email protected]
In case of problems unsubscribing, write to [email protected]
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to