Codeblocks ctrl + shift + c not working

Kian

I'm using codeblocks for my C++ IDE. I am using Ubuntu 14.04 LTS. I like to comment out code using Ctrl+Shift+C.

All of a sudden, though, it's stopped working! How do I turn it back on?

EDIT commenting out code using Ctrl+Shift+Z does work. But Ctrl+Shift+C does not. If I go to the menu, click edit, then click copy it out it DOES work. It's just the keyboard shortcut that's broken.

EDIT #2 Whenever I do try to use Ctrl+Shift+C, I notice this unusual warning message appear: HTML Help not found at [file directory of project goes here]

Could this be a clue?

chaskes

This is a bug in Codeblocks, but I found a way around it.

In general, follow the instructions on adding a keyboard shortcut on the Codeblocks wiki.

  • Open Settings >> Editor .
  • On the Editor Tab, scroll down to the Keyboard Shortcuts section.
  • Expand the Edit section and highlight Comment
  • On the right, you will see the current assignment of Ctrl+Shift+C

The bug is that for some reason Codeblocks does not recognize the keybinding.

The fix is to simply replace it with the same combination.

  • Scroll down to the New Shortcut box and click inside.
  • Press Ctrl+Shift+C
  • When Codeblocks says the combo is already assigned to Comment, ignore that and click Add and OK.

After that, the keybinding began to work for me.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Codeblocks ctrl + shift + c not working

From Dev

CTRL+SHIFT+C/V not working in Terminal

From Dev

Ctrl+Shift working but not Shift+Ctrl in Ubuntu 20.04 LTS

From Dev

Ctrl+Shift working but not Shift+Ctrl in Ubuntu 20.04 LTS

From Dev

Ctrl+Shift+F stopped working

From Dev

My shift/ctrl and numlock keys stopped working

From Dev

ctrl+win+shift+arrow not working

From Dev

Eclipse Ctrl+Shift+D not working With Pydev

From Dev

Enable Ctrl+C for copy and Ctrl+Shift+C for interrupt

From Dev

Hot keys Shift+Ctrl+End and Shift+Ctrl+Home stopped working

From Dev

How to disable Ctrl + Shift + C shortcut in Firefox?

From Dev

How to disable Ctrl+Shift+C in Firefox

From Dev

putty: CTRL-D not working and CTRL-R became CTRL-SHIFT-R

From Dev

Ctrl+Shift+Tab in sometimes registers Ctrl+w, Ctrl+c, and Ctrl+x

From Dev

“Emoji Choice” popup (Ctrl-Shift-E) stopped working in 20.10

From Dev

Ctrl-Shift-V not working in Windows 8 and Visual Studio 2013?

From Dev

Ctrl+Shift+F formatting not working in JSP pages

From Dev

Eclipse Organize Imports Shortcut (Ctrl+Shift+O) is not working

From Dev

“Emoji Choice” popup (Ctrl-Shift-E) stopped working in 20.10

From Dev

Undo close tab (Ctrl+Shift+T) not working in Firefox

From Dev

Ctrl+Shift+Home has stopped working on multiple keyboards and the OSK

From Dev

Anaconda Spyder shortcuts Ctrl+Enter and Shift+Enter are not working

From Dev

Ctrl+c is not working with gedit

From Dev

CodeBlocks exe stops working

From Dev

Ctrl+Shift+C/V does not work Debian 8 Jessie

From Dev

CTRL and ALT works as SHIFT?

From Dev

ctrl + shift + del not responding

From Dev

Ctrl + Shift + e to type é

From Dev

How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?

Related Related

  1. 1

    Codeblocks ctrl + shift + c not working

  2. 2

    CTRL+SHIFT+C/V not working in Terminal

  3. 3

    Ctrl+Shift working but not Shift+Ctrl in Ubuntu 20.04 LTS

  4. 4

    Ctrl+Shift working but not Shift+Ctrl in Ubuntu 20.04 LTS

  5. 5

    Ctrl+Shift+F stopped working

  6. 6

    My shift/ctrl and numlock keys stopped working

  7. 7

    ctrl+win+shift+arrow not working

  8. 8

    Eclipse Ctrl+Shift+D not working With Pydev

  9. 9

    Enable Ctrl+C for copy and Ctrl+Shift+C for interrupt

  10. 10

    Hot keys Shift+Ctrl+End and Shift+Ctrl+Home stopped working

  11. 11

    How to disable Ctrl + Shift + C shortcut in Firefox?

  12. 12

    How to disable Ctrl+Shift+C in Firefox

  13. 13

    putty: CTRL-D not working and CTRL-R became CTRL-SHIFT-R

  14. 14

    Ctrl+Shift+Tab in sometimes registers Ctrl+w, Ctrl+c, and Ctrl+x

  15. 15

    “Emoji Choice” popup (Ctrl-Shift-E) stopped working in 20.10

  16. 16

    Ctrl-Shift-V not working in Windows 8 and Visual Studio 2013?

  17. 17

    Ctrl+Shift+F formatting not working in JSP pages

  18. 18

    Eclipse Organize Imports Shortcut (Ctrl+Shift+O) is not working

  19. 19

    “Emoji Choice” popup (Ctrl-Shift-E) stopped working in 20.10

  20. 20

    Undo close tab (Ctrl+Shift+T) not working in Firefox

  21. 21

    Ctrl+Shift+Home has stopped working on multiple keyboards and the OSK

  22. 22

    Anaconda Spyder shortcuts Ctrl+Enter and Shift+Enter are not working

  23. 23

    Ctrl+c is not working with gedit

  24. 24

    CodeBlocks exe stops working

  25. 25

    Ctrl+Shift+C/V does not work Debian 8 Jessie

  26. 26

    CTRL and ALT works as SHIFT?

  27. 27

    ctrl + shift + del not responding

  28. 28

    Ctrl + Shift + e to type é

  29. 29

    How to set ctrl+c to copy, ctrl+v to paste and ctrl+shift+c to kill process in xfce4-terminal?

HotTag

Archive