Skip to content

Commit

Permalink
Sleep for 200 milliseconds instead of 500.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Aug 4, 2015
1 parent d2e33e1 commit 6e56e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void doubleClick(MMMouseButton button)

/* Double click for everything else. */
clickMouse(button);
microsleep(500);
microsleep(200);
clickMouse(button);

#endif
Expand Down

0 comments on commit 6e56e16

Please sign in to comment.