Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: The__Malteser on January 07, 2014, 08:46:33 am

Title: Remove MMB as paste.
Post by: The__Malteser 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.
Title: Re: Remove MMB as paste.
Post by: ollydbg 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 (http://forums.codeblocks.org/index.php/topic,7711.msg58115.html#msg58115)
Title: Re: Remove MMB as paste.
Post by: The__Malteser 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)
Title: Re: Remove MMB as paste.
Post by: Alpha 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.