News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Remove MMB as paste.

Started by The__Malteser, January 07, 2014, 08:46:33 AM

Previous topic - Next topic

The__Malteser

Hi.

I want to remove the middle mouse mutton acting as a paste.

My mmb is quite 'soft' to press, and I randomly just paste a piece of code when I am scrolling, VERY frustrating.

I went to the keyboard shorcuts tab, but there is nothing for paste, as obviously, its a mouse not keyboard shortcut.

How can I remove it, thanks.

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

The__Malteser

I saw that thread a 100 times. Call me stupid, I couldn't find a solution.

Using Windows 8.1 and 7 (2 pcs)

Alpha

Middle mouse paste is currently hardcoded emulation (under all systems due to buggy wx28 clipboard system) by the sdk.  Due to this, it can only be disabled in source, unfortunately.