Code::Blocks Forums

User forums => Help => Topic started by: falconmick on April 25, 2011, 06:58:03 am

Title: why I love laptop mouse pads
Post by: falconmick on April 25, 2011, 06:58:03 am
the binding to change text size is ctr+scroll, well I dont have scroll, and somehow i made my text smaller... I could get a mouse our plug it in and change it, but Ide like to know how to change it so that if i ever cant get a keyboard I can still make it bigger/smaller again
Title: Re: why I love laptop mouse pads
Post by: Jenna on April 25, 2011, 07:55:35 am
You can assign shortcuts to "Edit -> Special commands -> Zoom -> [In|Out|Reset]" with the keybinder plugin ("Settings -> Editor... -> Keyboard shortcuts").
Not all combinations are possible, e.g. "Ctrl" + "+" and "Ctrl" + "-", can not be assigned (don't ask me why, seems to be a bug in keybinder-plugin or in the way wxWidgets handles accelaration-keys.

Most touchpads are also able to simulate mouse-scrolling (mine does on windows and linux).

Title: Re: why I love laptop mouse pads
Post by: Pecan on April 25, 2011, 01:09:15 pm
...
Not all combinations are possible, e.g. "Ctrl" + "+" and "Ctrl" + "-", can not be assigned (don't ask me why, seems to be a bug in keybinder-plugin or in the way wxWidgets handles accelaration-keys.
...

Confirmed, I'll fix that.