View Single Post
  #9  
Old 30th June 2008, 07:38 PM
tkhs tkhs is offline
Junior Member
 
Join Date: Aug 2006
Posts: 13
Default

for example of RescoExplorer

Create key and value, as below

HKLM/Software/HTC/SmartTouch/RescoExplorer
(String Value) ClassName = RESCO_EXPLORER_CLASS
(DWORD Value) Mode = 4
(DWORD Value) WheelCount = 2

reset
you may use scrollwheel at RescoExplorer like jog.
if use other apps, you must know app's class.

RescoPhotoViwer's class = RESCO_PICVIEW_CLASS
InternetExplorer's class = IExplore
File Explorer 's class = FEXPLORE
CorePlayer's class = wCorePlayer
etc...

Dword Value "WheelCount"
1 = Movement of one every 36 degrees
5 = Movement of one every 180 degrees
10 = Movement of one every 360 degrees

Probably, you cannot delete created keys.
To delete it, stop SmartTouch Service.
HKLM/Services/SmartTouch


but...It doesn't seem to be so convenient...
Reply With Quote