News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Ubuntu update to Hardy Heron leads to key space not working anymore

Started by Funto, April 25, 2008, 11:52:16 AM

Previous topic - Next topic

Funto

Hi all,

I've just upgraded my Linux distribution from Ubuntu Gutsy to Hardy (which did not change the Code::Blocks package apparently), and now when using the source code editor, a press on the space bar is understood by Code::Blocks as a Ctrl+space key press !

I tried to remove ~/.codeblocks but it did not change anything...

On the other hand, when I use the "Default code editor" in the settings, my space key is correctly recognized, but even disabling code completion doesn't make it recognized in the normal source code editor...

Thanks for your help ^^

gafatoa

Hello,

I got the same problem after a fresh Ubuntu 8.04 install.
This problem seems to occur only in the editor. In other text fields (search for example) all is fine.
Ctrl+Alt+Space is "understood" as a standard space key press.

Bye

JGM


Funto

That's possible, but doesn't solve the problem lol :p

gafatoa >> same for me, Ctrl+Alt+Backspace is recognized as a space key press...


Barking_Mad

I notice both those xorg.conf posting use the XkbVariant "oss", this is not defined in my xorg.conf which doesnt exhibit the spacebar problem.

My xorg.conf:

....
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
....
WooF! WooF! - Ubuntu 8.10 & CB 5432 & GCC 4.3.2
To see the world in a grain of sand and heaven in a wild flower
To hold infinity in the palm of your hand and eternity in an hour - W.B

Funto

Barking_Mad >> You were right :) I did as specified in the topic pointed by jens' link, that is to say, I commented out the XkbVariant "oss" and it works like a charm, thanks a lot :)

ameirhaeghe

there is no section keyboard in xorg.conf. In this Ubuntu release  !
And Y have space problem
:shock:

ameirhaeghe

My solution in this version is to change keyboard to france and pc generique 104 touches (not france autre) (menu system/preferences/clavier)
It's work for the moment.
:D

Jenna

Quote from: ameirhaeghe on March 08, 2009, 04:29:29 PM
there is no section keyboard in xorg.conf. In this Ubuntu release  !
And Y have space problem
:shock:

The more recent xservers have to be configured with the hal-daemon and fdi-files.
Maybe you find some help here:

https://wiki.ubuntu.com/X/Config
and / or here:
http://ubuntuforums.org/showthread.php?t=948154

wilbefast

Quote from: ameirhaeghe on March 08, 2009, 04:40:20 PM
My solution in this version is to change keyboard to france and pc generique 104 touches (not france autre) (menu system/preferences/clavier)
It's work for the moment.
:D

In English: I changed "france alternative" to "france" and chose a Dell laptop layout (not actually my laptop, which wasn't on the list, but close enough). Apparently everything works - fingers cross :-S


William

Removed non-english portions.

Fabyen

I fix this issue by changing keyboard layout. (french keyboard)

1 - Menu System => Preferences => Keyboard
2 - Select Tab layout
3 - Click "Layout options..."
4 - Expand last option "Using space key to input non-breakable space character"
5 - Select the last choice "Usual Space at any level"

I know it's not system wide, just for the current user (well I suppose) but...

That's it.


A french guy in Bucharest using Ubtuntu 9.10 (beta at the moment)