View Single Post
  #2017 (permalink)  
Old 04-02-2009, 02:18 PM
twistedconnection's Avatar
twistedconnection
N00b
Offline
Location: Philippines, UAE
 
Join Date: Mar 2008
Posts: 36
Reputation: 130
twistedconnection is keeping up the good worktwistedconnection is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via MSN to twistedconnection Send a message via Yahoo to twistedconnection
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Quote:
Originally Posted by indagroove View Post
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
Reply With Quote