From 489947ae4609cff828133d73bf2ce1bec5aaee76 Mon Sep 17 00:00:00 2001 From: v 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.