From fff24ee1dd43f3dc8bbca0612d08b684428814cd Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 18 Jul 2006 14:48:53 +0000 Subject: [PATCH] add mouse properties registry keys svn path=/trunk/; revision=23151 --- reactos/boot/bootdata/hivedef.inf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reactos/boot/bootdata/hivedef.inf b/reactos/boot/bootdata/hivedef.inf index ce41f04f9d5..5225d96900e 100644 --- a/reactos/boot/bootdata/hivedef.inf +++ b/reactos/boot/bootdata/hivedef.inf @@ -5,6 +5,14 @@ Signature="$ReactOS$ HKCU,"Control Panel",,0x00000012 HKCU,"Control Panel\Appearance",,0x00000012 +HKCU,"Control Panel\Mouse","MouseTrails",0x00010001,0x00000000 +HKCU,"Control Panel\Mouse","SnapToDefaultButton",0x00010001,0x00000000 +HKCU,"Control Panel\Mouse","MouseSpeed",0x00010001,0x00000001 +HKCU,"Control Panel\Mouse","MouseThreshold1",0x00010001,0x00000006 +HKCU,"Control Panel\Mouse","MouseThreshold2",0x00010001,0x0000000A +HKCU,"Control Panel\Mouse","DoubleClickSpeed",0x00010001,0x000001E0 +HKCU,"Control Panel\Mouse","SwapMouseButtons",0x00010001,0x00000000 + HKCU,"Control Panel\Desktop","AutoEndTasks",0x00000002,"0" HKCU,"Control Panel\Desktop","CursorBlinkRate",0x00000002,"530" HKCU,"Control Panel\Desktop","DragFullWindows",0x00000002,"0"