Advertisement
Guest User

Untitled

a guest
Jun 15th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
REG 1.39 KB | None | 0 0
  1. REGEDIT4
  2. ; note that both FEXPLORE and MSSTARTMENU are just examples, real ones are eg HTCAlbumClass for Album, GoogleMapsMobile for GMM or Opera_MainWndClass for OM9.7/9.5
  3. [HKEY_CURRENT_USER\Software\OndraSter] ; base root for my apps
  4.  
  5.  
  6. [HKEY_CURRENT_USER\Software\OndraSter\PinchToZoom] ; base root for PTZ app
  7.  
  8.  
  9. [HKEY_CURRENT_USER\Software\OndraSter\PinchToZoom\FEXPLORE] ; base root for WNDCLASS FEXPLORE
  10. "Type"=dword:00000001 ; Type 0x1 = HD2-like, where app manages the PTZ by itself
  11. "PinchOffsetStop"=dword:00000046 ; minimum value  of MOUSEMOVE jump to start zooming
  12. "PinchOffsetStart"=dword:00000046 ; minimum value of MOUSEMOVE jump to stop zooming
  13.  
  14.  
  15. [HKEY_CURRENT_USER\Software\OndraSter\PinchToZoom\MSSTARTMENU] ; base for WNDCLASS MSSTARTMENU
  16. "ZoomSensitivity"=dword:00000014 ; Sensitivity for zooming (how much pixels you must move from last change to make another step)
  17. "ZoomOutLparam"=dword:C0000001 ; Zooming out LPARAM sent
  18. "ZoomInLparam"=dword:C0000001 ; zooming in LPARAM sent
  19. "ZoomOutWparam"=dword:00000089 ; zooming out WPARAM sent
  20. "ZoomOutMsg"=dword:00000100 ; zooming out MSG sent
  21. "ZoomInWparam"=dword:00000088 ; zooming in WPARAM sent
  22. "ZoomInMsg"=dword:00000100 ; zooming in MSG sent
  23. "PinchOffsetStop"=dword:00000046 ; same as before
  24. "PinchOffsetStart"=dword:00000046 ; same as before
  25. "Type"=dword:00000002 ; Type 0x2 is the old one, simulating hardware zoombar from TP2/TD2/T2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement