Reputation: 6163
I want to switch the ctrl click functionality in Eclipse to be triggered by a middle mouse click. I saw a question here about how to disable the ctrl click functionality; I want to preserve it but give it a different or additional hot key.
Upvotes: 7
Views: 1657
Reputation: 152
Eclipse can not bind it.
But you can bind it from the settings.
Try this link :
If you are using microsoft mouse.
Also there are many 3rd party apps which can bind your requirement.
Upvotes: 0
Reputation: 59927
Eclipse apparently can not bind commands to mouse buttons.
You could work around that limitation by using a separate program that allows you to define application specific actions for your mouse buttons, eg. X-Mouse Button Control, Logitech SetPoint (both via SO: Eclipse Back/Forward navigation using mouse buttons), or similar applications.
Or you switch to an IDE that allows mapping mouse buttons (and much more).
Upvotes: 2