advanced macro stuff for README
This commit is contained in:
parent
cf2c641557
commit
8967c0705b
|
@ -138,7 +138,7 @@ Note: Using macros to have your keyboard send passwords for you is possible, but
|
||||||
|
|
||||||
To get more control over the keys/actions your keyboard takes, the following functions are available to you in the `action_get_macro` function block:
|
To get more control over the keys/actions your keyboard takes, the following functions are available to you in the `action_get_macro` function block:
|
||||||
|
|
||||||
#### `record->event.pressed`
|
* `record->event.pressed`
|
||||||
|
|
||||||
This is a boolean value that can be tested to see if the switch is being pressed or released. An example of this is
|
This is a boolean value that can be tested to see if the switch is being pressed or released. An example of this is
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue