1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Updated Keyboard (markdown)

Robert Beekman 2016-11-01 17:50:27 +01:00
parent dd9c9c9c33
commit d2d6f96953

@ -13,3 +13,15 @@ print("Current keyboard: ".. Keyboard.Name);
```
Current keyboard: K95 RGB
```
## Functions
### PressKeys
Presses each letter in the provided string
#### Syntax:
```lua
PressKeys(string keys);
```
#### Example:
```lua
Keyboard.PressKeys("Hello!");
```