Final and simple solution
Dear all,
I fiddled around with my old TYTN (Hermes) and none of the solutions found in the net really helped. While it was quite easy to fix the QWERTZ / QWERTY problem on the hardware keyboard (letters Y and Z inverted) the Fn+Space problem was a bit harder to solve. None of the various cab files or other hints really seemed to help.
So here is what I did to finally fix this:
1. copied a sym.0407.txt into the Windows directory using ActiveSync
2. applied the following registry settings:
REGEDIT4
[HKEY_CURRENT_USER\keyboard layout]
[HKEY_CURRENT_USER\keyboard layout\toggle]
"Hotkey"="1"
[HKEY_CURRENT_USER\keyboard layout\Preload]
@="e0010407"
[HKEY_CURRENT_USER\keyboard layout\Preload\1]
@="e0010407"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l]
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Layouts]
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Layouts\e0010407]
"Layout Text"="COMP IME"
"Ime File"="compime.dll"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Layouts\e0010409]
"Ime File"="compime.dll"
"Layout Text"="COMP IME"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Keyboard Layout]
"Active"="e0010407"
[HKEY_LOCAL_MACHINE\Software\OEM\Qwerty]
"Layout"=dword:00020407
With these settings I have Y and Z assigned correctly and the Fn+Space working as well. I guess this will not only work on the TYTN (Hermes) but also on the TYTN II (Kaiser).
Kind regards,
DAC324
Attached are the two files needed (sym.0407.txt and the registry settings file). If somebody could explain me how to make a CAB for them, I will gladly do that, too.