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
@ -12,4 +12,16 @@ print("Current keyboard: ".. Keyboard.Name);
|
|||||||
#### Result:
|
#### Result:
|
||||||
```
|
```
|
||||||
Current keyboard: K95 RGB
|
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