Module gma.canbus
Canbus related GMA LUA functions
Functions
gma.canbus.hardkey (code, pressed, hold) | Emulates Keypresses
WARNING!! This is a low-level function and might have unpredictable and harmful consequences on your console and/or showfile. |
Functions
- gma.canbus.hardkey (code, pressed, hold)
-
Emulates Keypresses
WARNING!! This is a low-level function and might have unpredictable and harmful consequences on your console and/or showfile. Use it at your own risk.
For a list of known keycodes, see the "See also" link below.
Parameters:
- code number numeric code corresponding to a key (106 = Please, 54 = Esc)
- pressed boolean
- hold boolean
Returns:
-
boolean
success returns true except when a wrong parameter count is given
See also: