From d2d6f96953d62c167e4f9f7468b824c89f7de021 Mon Sep 17 00:00:00 2001 From: Robert Beekman Date: Tue, 1 Nov 2016 17:50:27 +0100 Subject: [PATCH] Updated Keyboard (markdown) --- Keyboard.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Keyboard.md b/Keyboard.md index f345330..268c488 100644 --- a/Keyboard.md +++ b/Keyboard.md @@ -12,4 +12,16 @@ print("Current keyboard: ".. Keyboard.Name); #### Result: ``` Current keyboard: K95 RGB +``` + +## Functions +### PressKeys +Presses each letter in the provided string +#### Syntax: +```lua +PressKeys(string keys); +``` +#### Example: +```lua +Keyboard.PressKeys("Hello!"); ``` \ No newline at end of file