You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, January 8th 2007, 5:37pm

rigth button for copy and paste

I'm running on a laptop with no middle button so I'm wondering if where is some way to make the right button "paste" in Kde or just the default terminal?
Or does it exist a terminal with that possibility?

(have to work fast ;) )

2

Monday, January 8th 2007, 7:32pm

on my laptop, i click both left and right buttons simultaniously.

This mimics the behavior of the middle button.
Help mee om KDE 3.5.5 in het Nederlands te vertalen

3

Monday, January 8th 2007, 7:39pm

I know about this feature but I want to press just one, right :).

4

Tuesday, January 9th 2007, 12:49am

you can see if you can change the button commands with xmodmap

for example:

Source code

1
xmodmap -e "pointer = 1 3 2"


Would make the right button behave like the middle button on a 3 button mouse.
Help mee om KDE 3.5.5 in het Nederlands te vertalen

5

Tuesday, January 9th 2007, 8:15am

Yeah, thank you very much Rinse!!!!

One problem solved, many to go. :)

6

Tuesday, January 9th 2007, 10:36am

Nice :)

The command is only valid for the current KDE session, as soon as you log out, it's gone.
If you want to make this permanent, either put the command in the file ~/.xinitrc or put pointer = 1 3 2 in ~/.Xmodmap (you can create the text file if it does not exist) and type xmodmap ~/.Xmodmap to apply the change.
Help mee om KDE 3.5.5 in het Nederlands te vertalen