Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: zainka on November 30, 2009, 12:35:27 am

Title: [Solved] block select shortcut
Post by: zainka on November 30, 2009, 12:35:27 am
Hi

In linux key ALT+LeftClickDrag is used to grab and move active window. In CB this is by default set to be block select but is overridden by the linux window manager settings, which is wonderful. However, I wanted to change the shortcut for block select, but could not find the entry in shortcut setting in CB menu Settings/Editor/Keyboard_Shortcuts as this only show shortcuts for menubar visible commands . I have codeblocks_cotrib installed.

Anyone know how to change this shortcut?
Title: Re: block select shortcut
Post by: mariocup on November 30, 2009, 09:39:13 am
As far as I know there is no possibility to modify the shortcut, since it is a Scintilla feature.
Title: Re: block select shortcut
Post by: Jenna on November 30, 2009, 09:58:19 am
Try Ctrl + Alt + leftmouse .
Works for me on debian.
Title: Re: block select shortcut
Post by: zainka on December 01, 2009, 10:03:33 am
Nope that did not work for me, but reference to scintilla triggered a search and I found that shift+alt+RightClickMove did the trick.