You are on page 1of 1

favorite ᄃ When I use CodeBlocks, for C++ and I try to insert brackets, I use ALT-GR + B and ALT-GR + N.

B
left and N for right. Now in CodeBlocks, when I insert B, which is left, it appears like this and doesn
insert a bracket:

/** \brief
*
* \return void
*
*/

I couldn't find the right answer anywhere, so I'm posting here.

c++ codeblocks shortcuts brackets

shareimprove this edited Dec 17 '12 at asked Dec 17 '12 at 15:56


question 16:01
user1907457
chris 1112
32.4k459114

2 Check the keyboard bindings in your settings. – Joachim Pileborg Dec 17 '12 at 15:59
I tried and I can't seem to find a command :( – user1907457 Dec 17 '12 at 16:07
2 fixed :) I just had to disable plugin for Keyboard Shortcuts! :) – user1907457 Dec 17 '12 at 16:1
1 @user1907457: You need to either close this or supply your own answer and check it. – Thomas
MatthewsDec 17 '12 at 21:32
add a comment
1 Answer
activeoldestvotes
up You can either disable the DoxyBlocks-plugin (if you don't need it) from "Plugins ->
vote Manage plugins", or chose another shortcut for "DoxyBlocks -> Block comment" from
0do "Settings -> Editor -> Keyboard shortcuts".
wn
vote

You might also like