News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Can't insert "space" character when editing code

Started by Folco, October 06, 2012, 08:29:01 PM

Previous topic - Next topic

Folco

Hi,


I just compiled C::B (rev 8434) on Kubuntu 12.04 64b. I have deleted ~/.codeblocks
When editing a source, I can't insert a "space", between two words... The key works fine in other C::B place or in other softwares, but not when editing a file >< I always get the code completion popup instead.
Here is a shot :
I cant write "int main", I get always that popup.

Thanks to help me, because it is... annoying, and I would want to use CC :)
Kernel Extremist - PedroM power ©

jarod42

Is it possible that your 'ctrl' key is 'locked'? (so space become ctrl+space).

Folco

No, I have a normal behavior with other OS (MS or *nix).
Kernel Extremist - PedroM power ©

Freem

use xev (an X event spy) to check which key is really send. If it is a CTRL+Space, the problem is because of your OS configuration. Maybe try "dpkg-reconfigure console-setup" could solve the problem.

Folco

Kernel Extremist - PedroM power ©