Once upon a time mouse setting question

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

once upon a time I could set a parameter that would adjust the area in
which a double click would be recognized.
IE, if you moved the mouse between the first and second click it would
still recognize the second click as such.

Anyone know what registry entries I could modify for this??

thanks
 
once upon a time I could set a parameter that would adjust the area in
which a double click would be recognized.
IE, if you moved the mouse between the first and second click it would
still recognize the second click as such.

Anyone know what registry entries I could modify for this??

For people who have trouble with files copying when they mean to delete:

Should first lower the mouse sensitivity. If that doesn't work, try
increasing the number of pixels for the drag operating.

HKCU\Control Panel\Desktop
Data type Range Default value
REG_SZ Number of pixels in decimal 4

Determines the width of the rectangle used to detect the start of a drag
operation.

As always, be extremely careful in the registry.

Malke
 
for those interested here is a cut and paste to a **.REG file that
will do it nicely.


Windows Registry Editor Version 5.00
;Default is 4
[HKEY_CURRENT_USER\Control Panel\Mouse]
"DoubleClickHeight"="7"
"DoubleClickWidth"="7"


I adjusted BOTH Height and Width
 
Back
Top