Author Topic: [Solved] block select shortcut  (Read 7292 times)

Offline zainka

  • Multiple posting newcomer
  • *
  • Posts: 14
[Solved] block select shortcut
« 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?
« Last Edit: December 01, 2009, 10:03:44 am by zainka »

mariocup

  • Guest
Re: block select shortcut
« Reply #1 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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: block select shortcut
« Reply #2 on: November 30, 2009, 09:58:19 am »
Try Ctrl + Alt + leftmouse .
Works for me on debian.

Offline zainka

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: block select shortcut
« Reply #3 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.