mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Updated Keyboard (markdown)
parent
dd9c9c9c33
commit
d2d6f96953
12
Keyboard.md
12
Keyboard.md
@ -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!");
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user