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.
|
Take a look at the OEM I made to fix some Reg issues in 21198. One entry I did not see in CHome or it's 0409 RGU's was:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CHome\CClock\0409]
"SK2TEXT"="Manager"
But there is an entry already there for the Comm Manager in mine. I just changed the text to read "Manager" instead of "Comm Mana...."
Like I said though, the GUID has to match what you are opening up with the soft key. It is found in:
Code:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CHome\CClock]
I did not see the <...\0409> or the <GUID> in the RGU files mentioned in the SYS, but they are in the Registry, so there has to be an RGU somewhere in the SYS to make the entries.