Aric Stewart wrote: > I have tested with windows ATOK20 (a popular Japanese IME) and > successfully had text processing in a fully IME aware application. Great!!!!
I have tested with "MS IME 2002(imekr61.ime)", "MS IME 2003(imekr70.ime)", and "Saenaru(saenaru.ime)" [1]. These all are works with next two patches. Default conversion mode toggle key of Korean IME is Hangul( == XK_Hangul == VK_Hangul). Regards... Thanks. ---- [1] Saenaru, Korean Free IME, http://kldp.net/projects/saenaru/ http://kldp.net/frs/download.php/4353/Saenaru-1.0.1.exe INSTALL & SETUP $ wine Saenaru-1.0.1.exe $ regedit wine_saenaru.reg Conversion mode toggle key: Shift+Space(by wine_saenaru.reg) or Hangul(default)
REGEDIT4 [HKEY_LOCAL_MACHINE\Software\OpenHangulProject] [HKEY_LOCAL_MACHINE\Software\OpenHangulProject\Saenaru] @="C:\\WINDOWS\\IME\\Saenaru" "LayoutFlag"=dword:00000001 "OptionFlag"=dword:00000080 "StatusPos"=dword:00000000 [HKEY_LOCAL_MACHINE\Software\OpenHangulProject\Saenaru\Dictionary] @="nabi.dic" "HanjaIndex"="jinsuk.dic" "Symbol"="symwin.dic" "Word"="word.dic" [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Keyboard Layouts\E0010412] "IME file"="SAENARU.IME" [HKEY_CURRENT_USER\Software\Wine\X11 Driver] "UseXIM"="N"
