Changing IDE shortcuts in Code::Blocks
Asked Answered
N

2

16

I'd like to change Build, Debug & Run shortcut keys in Code::Blocks. Does any know a plugin or setting to change the keys?

Names answered 16/1, 2011 at 19:39 Comment(0)
M
13

From the menu it's under settings->editor->keyboard shortcuts (might need to scroll down). Configure whatever shortcut keys you need on the right-hand side.

Microorganism answered 30/1, 2011 at 8:39 Comment(3)
@EdwardBird which version of C::B are you using? Can you go under Manage plugins and see if "Keyboard shortcuts" plugin is installed?Microorganism
Nope I don't have that! (V:12.11)Masorete
sudo apt-get install codeblocks-contrib ... Why didn't I know about this before?Masorete
B
1
  1. Open CodeBlocks
  2. Click on Settings
  3. Go to Editor
  • Refer to these 3 screenshots

selecting settings and editor

  1. That opens Configure editor
  2. There select the Keyboard shortcuts
  3. In commands select Edit

2

  1. Scroll down and find the comment
  2. There you can customize your keyboard shortcut and click on add

final step

  1. don't forget to click on ok.

There all the keyboard shortcuts are available and you can play with them.

For better and easy understanding refer to the screenshots because one image tells 1000 sentences. This should work else let me know.

Hare Krishna!!!

Babita answered 20/11, 2022 at 5:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.