Quote:
Originally Posted by indagroove
Here's a couple of reg entries in my CHome_Lang_0409 folder, which seem to set the soft keys:
left softkey (for all tabs):
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome]
"SK1TEXT"="Contacts"
right softkey (for clock tab):
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"SK2TEXT"="Set"
So, how would I go about assigning a different right soft-key to the clock tab. Like calendar or comm manager for example? Thanks.
|
hi,
i think to change the softkeys (either left=sk1text or right=sk2text),
check the rgu from both chome and chome_lang_0409
example:
rgu from chome_lang_0409 (for the text for softkey)
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"SK2TEXT"="Set"
rgu from chome folder (for the application to run)
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\CHome\CClock]
"GUID"="{892B90CB-9806-427e-8BED-F45C6A9E576B}"
"DisablePageCounter"=dword:1
"SK2URL"=":MSCLOCK;AppRunToHandleNotification"
note that
SK2URL points to the app that will run.
regards,
twisted