View Single Post
  #2 (permalink)  
Old 04-20-2009, 09:17 AM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Recode HTC Home buttons to other programs?

Here's a sniplet that does thumbcal... This should set you on the path for the vitos thing too... (never used that...)

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\112]
"Open"="\\Windows\\ThumbCal.lnk"
@="Calendar"
 
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSCALENDAR]
"0"="Calendar"
"1"="\"\\Windows\\ThumbCal.exe\""
"2"=dword:00000001
"3"=dword:00000000
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote