Core Keyboard Functions
get_keyboard
main {
if(get_keyboard(KEY_A)){
combo_run(jump);
}
}
combo jump {
wait(20);
set_val(XB1_A, 100);
wait(20);
}🔴 Syntax¹ ² ³
⚪ Parameters
🔵 Returns
get_modifiers
🔴 Syntax¹ ² ³
⚪ Parameters
🔵 Returns
get_mk
set_mk
Last updated
Was this helpful?