Author Topic: Remove MMB as paste.  (Read 5488 times)

Offline The__Malteser

  • Single posting newcomer
  • *
  • Posts: 4
Remove MMB as paste.
« on: January 07, 2014, 08:46:33 am »
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.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Remove MMB as paste.
« Reply #1 on: January 07, 2014, 08:59:39 am »
The solution can be found by search the forum, I found one, see:disabling the middle mouse buttons "copy - paste" functionality
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.

Offline The__Malteser

  • Single posting newcomer
  • *
  • Posts: 4
Re: Remove MMB as paste.
« Reply #2 on: January 07, 2014, 09:04:54 am »
I saw that thread a 100 times. Call me stupid, I couldn't find a solution.

Using Windows 8.1 and 7 (2 pcs)

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: Remove MMB as paste.
« Reply #3 on: January 07, 2014, 05:54:19 pm »
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.