使用前請先備份....
首先我是分二部份來做..第一部份是字型,另一部份是輸入法(目前全螢幕手寫還沒試出來)
顯示中文字型部份只需下面三個檔 wince.nls ; mingliu.ac3 ; CHT_Font.reg
其餘為輸入法所需檔案... (不想全用的人請自行分割)
由於 *.2bp 無法直接用電腦直傳給手機,請先用讀卡機COPY到儲存卡
再把Windows目錄的檔案 COPY 到 PPC 系統Windows 的目錄
再載入二個 REG 檔
![[非中文WM6系統顯示中文字及可中文輸入] 歡近各種廠牌型號手機"試用"](http://attach.mobile01.com/attach/200703/mobile01-4a03e44e6027a9cdac88c36fe1e2c4e6.png)
================================================
CHT_Font.reg 內容如下:
新增英文所沒有的字型連結
[HKEY_LOCAL_MACHINE\Software\Microsoft\FontLink\SystemLink]
"新細明體"="\\windows\\tahoma.ttf,Tahoma"
"PMingLiu"="\\windows\\tahoma.ttf,Tahoma"
"Courier New"="\\windows\\mingliu.ac3,PMingLiu"
"Tahoma"="\\windows\\mingliu.ac3,PMingLiu"
將原來0409改變成0404中文 (這個設定不會影響MUI還是需用原來的0409)
[HKEY_LOCAL_MACHINE\nls]
"LegacyLocaleMode"=dword:00000001
"DefaultLCID"=dword:00000404
"SystemLCID"=dword:00000404
[HKEY_LOCAL_MACHINE\nls\overrides]
*之前我在別的討論串只有提供nls檔, 郤忘了其字型檔和登錄檔的關係*
================================================
CHT_IME.reg 內容如下:
[HKEY_CURRENT_USER\Control Panel\Input Method]
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys]
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000072]
"Ime"=dword:e0010404
"KM"=dword:0000c002
"VK"=dword:000000be
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000071]
"Ime"=dword:e0010404
"KM"=dword:0000c004
"VK"=dword:00000020
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000070]
"Ime"=dword:e0010404
"KM"=dword:0000c002
"VK"=dword:00000020
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000101]
"Ime"=dword:e0020404
"KM"=dword:0000c002
"VK"=dword:0000007b
[HKEY_CURRENT_USER\Control Panel\Input Method\Hot Keys\00000100]
"Ime"=dword:e0010404
"KM"=dword:0000c002
"VK"=dword:0000007a
[HKEY_CURRENT_USER\keyboard layout]
[HKEY_CURRENT_USER\keyboard layout\Preload]
@="e0010404"
[HKEY_CURRENT_USER\keyboard layout\Preload\2]
@="e0020404"
[HKEY_CURRENT_USER\keyboard layout\Preload\1]
@="e0010404"
[HKEY_CURRENT_USER\keyboard layout\toggle]
"Hotkey"="1"
加入手寫板
[HKEY_CLASSES_ROOT\CLSID\{124D7CDC-CF2D-418F-8BB4-4395AD048B79}]
"TimeOut"=dword:00000001
@="手寫板"
[HKEY_CLASSES_ROOT\CLSID\{124D7CDC-CF2D-418F-8BB4-4395AD048B79}\DefaultIcon]
@="mboxcht.dll,0"
[HKEY_CLASSES_ROOT\CLSID\{124D7CDC-CF2D-418F-8BB4-4395AD048B79}\IsSIPInputMethod]
@="1"
加入倉頡
[HKEY_CLASSES_ROOT\CLSID\{124D7CDC-CF2D-418F-8BB4-4395AD048B79}\InprocServer32]
@="mboxcht.dll"
[HKEY_CLASSES_ROOT\CLSID\{E18BFD44-DF36-11D1-90DD-0000F81E0CE9}]
@="倉頡"
[HKEY_CLASSES_ROOT\CLSID\{E18BFD44-DF36-11D1-90DD-0000F81E0CE9}\DefaultIcon]
@="chajeiim.dll,0"
[HKEY_CLASSES_ROOT\CLSID\{E18BFD44-DF36-11D1-90DD-0000F81E0CE9}\IsSIPInputMethod]
@="1"
[HKEY_CLASSES_ROOT\CLSID\{E18BFD44-DF36-11D1-90DD-0000F81E0CE9}\InprocServer32]
@="chajeiim.dll"
加入注音
[HKEY_CLASSES_ROOT\CLSID\{E18BFD41-BEB8-11D1-8F9F-00AA00B58D45}]
@="注音"
[HKEY_CLASSES_ROOT\CLSID\{E18BFD41-BEB8-11D1-8F9F-00AA00B58D45}\DefaultIcon]
@="phonim.dll,0"
[HKEY_CLASSES_ROOT\CLSID\{E18BFD41-BEB8-11D1-8F9F-00AA00B58D45}\IsSIPInputMethod]
@="1"
[HKEY_CLASSES_ROOT\CLSID\{E18BFD41-BEB8-11D1-8F9F-00AA00B58D45}\InprocServer32]
@="phonim.dll"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts]
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0020404]
"Keyboard Layout"="00000409"
"UI Module"="msimeuic.dll"
"Ime File"="msimecj.dll"
"Layout Text"="Microsoft Chajei IME"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Layouts\e0010404]
"Keyboard Layout"="00000409"
"UI Module"="msimeuic.dll"
"Ime File"="msimeph.dll"
"Layout Text"="Microsoft Phonetic IME"
預設為"1",會多一個小Bar像電腦一樣顯示 |中|半|, 很佔位子..所以特地加了此字串
[HKEY_CURRENT_USER\ControlPanel\Chinese IME UI\Settings]
"ShowState"=dword:00000000
*之前我在別的討論串提供的檔案中少了*.96.dll 檔, 所以不能使用, 及不小心加了一段不對的reg會成螢幕觸碰失效*
附加壓縮檔: 200703/mobile01-0f1bb809a2981100575be49882b316e9.zip
附加壓縮檔: 200703/mobile01-0110e96cf95cc80f9403f6134c356273.zip
附加壓縮檔: 200703/mobile01-82ec0f04a072071c321ffb939c9fec08.zip
附加壓縮檔: 200703/mobile01-7919ab691131bba9f5289ebcd1ae67cb.zip