This setting determines whether a double-click with the mouse in the same location will automatically send an ENTER for the current screen.
Possible Values:
yes |
Double-Click within 500 milliseconds (half a second) will send an ENTER |
no |
Double-Clicks are ignored |
integer value |
If an integer, such as 250 is entered, the double-click is activated, but the clicks must come within 250 milliseconds of each other. A value of 1000 would give users a full second to double-click...also known as the "Grandmother" option. |
Example:
<add key="doubleClickEnters" value="yes"/>
The above setting will activate sending an ENTER if the user double-clicks in the same screen location within 1/2 second of the first click.