Skip to content

Commit 26f20f2

Browse files
Updated to ver. 2.4.0.0
1 parent d40852d commit 26f20f2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONFIGURATION.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ AutoOpenPinnedAppsEvenWhenNoWindowActive=0
9191
- 0 = NO. The program will not check for pixels colours.
9292

9393
```
94-
DetectKnownPixelColorsToPreventAccidentalEvents=1
94+
DetectKnownPixelColorsToPreventAccidentalEvents=0
9595
```
9696

9797
#### Should the program ignore potentially unwanted drags, for example when the mouse curosr icon is the I-beam? It solves issue [#28](https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix/issues/28). It is not longer needed in ver. 2.0, because we use a better method.
@@ -102,6 +102,14 @@ DetectKnownPixelColorsToPreventAccidentalEvents=1
102102
IgnorePotentiallyUnwantedDragsFromCertainCursorIcons=0
103103
```
104104

105+
#### Should the program use the WH_MOUSE_LL hook thread? I don't remember why this option was added, most likely somebody faced problems with it, but generally the program has always worked fine with that thread.
106+
- 1 = YES. The program will start the `MouseClickWatchdogThread`.
107+
- 0 = NO. The program will use `GetAsyncKeyState` and `GetCursorPos` functions to determine if the mouse button is pressed.
108+
109+
```
110+
UseLowLevelMousePressProcThread=1
111+
```
112+
105113
#### For how long (in milliseconds) should the left or the right mouse button be clicked before the program starts checking if the mouse cursor is currently in the task bar area.
106114
```
107115
HowLongLeftMouseButtonPressedBeforeContinueMilliseconds=750

0 commit comments

Comments
 (0)