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