Can't enter ^ on ubuntu with german keyboard

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Can't enter ^ on ubuntu with german keyboard

laza

Hi!

On a german keyboard you can combine ^ and another character by
pressing these keys one after the other like pressing ^ and then e to
get ê.
To just get the ^ character you can press the ^ key and then space. I
think this also always worked for squeak.
But if I try this now with a cog vm I get an unknown character and the
outline of the ^ character changes to an up arrow (very strange).
Now I have to switch the system keyboard layout back and forth to be
able to enter ^ in Squeak.
Have you seen this? What can I do about it?

Thanks,
 Alex

PS: Look here if you want to see what I'm talking about
http://youtu.be/913TMdQyLug
Reply | Threaded
Open this post in threaded view
|

Re: Can't enter ^ on ubuntu with german keyboard

melkyades
 
try typing ^ twice. It works that way in my ubuntu.

Cheers,
Javier.

On Thu, Sep 15, 2011 at 9:33 AM, Alexander Lazarević <[hidden email]> wrote:

Hi!

On a german keyboard you can combine ^ and another character by
pressing these keys one after the other like pressing ^ and then e to
get ê.
To just get the ^ character you can press the ^ key and then space. I
think this also always worked for squeak.
But if I try this now with a cog vm I get an unknown character and the
outline of the ^ character changes to an up arrow (very strange).
Now I have to switch the system keyboard layout back and forth to be
able to enter ^ in Squeak.
Have you seen this? What can I do about it?

Thanks,
 Alex

PS: Look here if you want to see what I'm talking about
http://youtu.be/913TMdQyLug



--
Lic. Javier Pimás
Ciudad de Buenos Aires
Reply | Threaded
Open this post in threaded view
|

Re: Can't enter ^ on ubuntu with german keyboard

laza

2011/9/15 Javier Pimás <[hidden email]>:
> try typing ^ twice. It works that way in my ubuntu.

Ah, thanks!

But it's still weird.

Alex