LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   A keyboard shortcut to do the same thing as the middle mouse button paste (https://www.linuxquestions.org/questions/linux-newbie-8/a-keyboard-shortcut-to-do-the-same-thing-as-the-middle-mouse-button-paste-649868/)

powerpleb 06-17-2008 07:37 AM

A keyboard shortcut to do the same thing as the middle mouse button paste
 
A keyboard shortcut to do the same thing as the middle mouse button paste

My middle mouse button is awful, every time I press it it just scrolls up or down, making it very difficult to paste text. Is there a keyboard shortcut that can do the same thing?

tredegar 06-17-2008 07:57 AM

CTRL-V
Or, if you have this in your xorg.conf, pressing L&R buttons = Middle button press
Code:

Section "InputDevice"
    Identifier    "Mouse0"
    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/psaux"
    Option        "Emulate3Buttons" "yes"
    Option        "ZAxisMapping" "4 5"
EndSection



All times are GMT -5. The time now is 07:19 PM.