Difference between revisions of "Keyboard Shortcuts"

From Code::Blocks
Line 8: Line 8:
 
|-
 
|-
 
!Function !!Shortcut Key
 
!Function !!Shortcut Key
 +
|-
 +
 +
|-
 +
| Swap header/source || F11
 
|-
 
|-
  
 
|-
 
|-
 
| Duplicate line caret is on || CTRL+D
 
| Duplicate line caret is on || CTRL+D
 +
|-
 +
 +
|-
 +
| Auto-Complete || CTRL+J
 
|-
 
|-
  
 
|-
 
|-
 
| Delete line caret is on || CTRL+L
 
| Delete line caret is on || CTRL+L
 +
|-
 +
 +
|-
 +
| Swap line caret is on with line above it || CTRL+T
 +
|-
 +
 +
|-
 +
| Close file currently active in editor || CTRL+W
 
|-
 
|-
  
 
|-
 
|-
 
| Close All Open Files || CTRL+Shift+F4
 
| Close All Open Files || CTRL+Shift+F4
 +
|-
 +
 +
|-
 +
| Comment highlighted code || CTRL+Shift+C
 +
|-
 +
 +
|-
 +
| Uncomment highlighted code || CTRL+Shift+X
 
|-
 
|-
  

Revision as of 02:07, 8 August 2005

Code::Blocks Shortcut Keys

This is list is not complete. If you know more, please do add them.

Shortcut Keys
Function Shortcut Key
Swap header/source F11
Duplicate line caret is on CTRL+D
Auto-Complete CTRL+J
Delete line caret is on CTRL+L
Swap line caret is on with line above it CTRL+T
Close file currently active in editor CTRL+W
Close All Open Files CTRL+Shift+F4
Comment highlighted code CTRL+Shift+C
Uncomment highlighted code CTRL+Shift+X
Zoom in/out on editor CTRL + Roll Mouse Wheel