PDA

View Full Version : How to change hardware keyborad to QWERTZ in AP4.0


dieterpapa
01-05-2008, 11:16 PM
Hello together,

on AP3.0 i used this mentioned from iiidefix:

just change
Code:

[HKEY_LOCAL_MACHINE\Software\OEM\Qwerty]
"Layout"=dword:00020409

to
Code:

[HKEY_LOCAL_MACHINE\SOFTWARE\OEM\Qwerty]
"Layout"=dword:00020407

do a soft-reset and your keyboard has the German QWERTZ-Layout

But this won't work on AP 4.0. Is there another way ?

Dieter

dwergsnot
02-05-2008, 12:10 PM
You can use Schaps Advanced Config for this.
I tried it yesterday and got my QWERTY keyboard to behave like a QWERTZ keyboard.

dieterpapa
02-05-2008, 12:35 PM
Thanks - worked fine for me !

Dieter

Srv-02
02-05-2008, 01:19 PM
I have a QWERTZ keyboard layout on my athena, but üäö don't work. I used to write uao and then hold the blue key and press space, but this doesn't work anymore. :(

Any ideas?

dieterpapa
02-05-2008, 01:31 PM
Just discovered it's not working on mine, too, but to be honest:
From your post I've mentioned for the first time how to create ä, ö, and ü :confused:

This means: never missed that function too much.:D

Regards Dieter

Srv-02
02-05-2008, 02:32 PM
Just discovered it's not working on mine, too, but to be honest:
From your post I've mentioned for the first time how to create ä, ö, and ü :confused:

This means: never missed that function too much.:D

Regards Dieter

hehe ... you have one advantage ... no ö in your country's name. :P

dieterpapa
02-05-2008, 02:40 PM
You shold use "Austria" :D:D

or "Land der Berge" :D

Dieter

Srv-02
02-05-2008, 02:44 PM
that's the answer to all my "regional" problems! :D

dieterpapa
02-05-2008, 02:55 PM
I'm happy I could help you and make your live easier :D:D

Dieter

dwergsnot
02-05-2008, 06:03 PM
I experienced the same problem with the accented characters not working via FN+space.
The following registry change fixed it for me:

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Layouts\e0010409]
"Layout Text"="eT9 IME"
"Ime File"="\\windows\\eT9ime.dll"

to

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Layouts\e0010409]
"Layout Text"="COMP IME"
"Ime File"="compime.dll"

See http://forum.xda-developers.com/showpost.php?p=2149991&postcount=214 for the original solution.