View Single Post
  #16 (permalink)  
Old 11-08-2007, 10:41 AM
verizonguy's Avatar
verizonguy
Regular 'Geeker
Offline
Location: US
 
Join Date: Feb 2007
Posts: 487
Reputation: 47
verizonguy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by luv2chill View Post
It is the Touch keyboard that is breaking autocompletion (it must be since everyone who has complained about that has installed that OEM). Does it also break if installed as a cab file?

I didn't make that OEM--have never even used that SIP so hopefully someone else who is familiar with it can jump in here. Until then I'd say if you want word completion don't include the Touch keyboard OEM.
I don't use this oem, but just took a look at it to help you guys out. This is the offending part of the package:


Code:
 
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
  "Layout Text"="eT9 IME"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
  "Ime File"="\\windows\\eT9Ime.dll"
In order for auto completion/correction to work, you have to use the comp ime, not the et9 ime.

For completion to work, it should read:

Code:
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010409]
"Ime File"="compime.dll"
"Layout Text"="COMP IME"
I'm assuming this would break the touch keyboard's features, but feel free to test it.
__________________
www.ppckitchen.org

Before criticizing someone, first walk a mile in his shoes...
Then when you criticize him, you'll be a mile away and have his shoes.
Reply With Quote