From 87173e292070f7b0e1beb54f35e92ae4a2c78ec7 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 24 Oct 2016 21:14:56 +0800 Subject: [PATCH] Update doc.md --- doc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.md b/doc.md index 122b4a3..5d19fda 100644 --- a/doc.md +++ b/doc.md @@ -1,8 +1,8 @@ #Methods: ##Keyboard - Keys - SetKeyboardDelay + [Keys](#keys) + [SetKeyboardDelay](#SetKeyboardDelay) KeyTap KeyToggle TypeString @@ -33,7 +33,7 @@ ##Keyboard -###.SetKeyboardDelay(ms) +###.SetKeyboardDelay(ms) Sets the delay in milliseconds to sleep after a keyboard event. This is 10ms by default.