Search found 3 matches

by surge42
21 Oct 2019, 14:14
Forum: General
Topic: One Button Push - Three Unique Macro Outputs
Replies: 2
Views: 8061

Re: One Button Push - Three Unique Macro Outputs

:D Much thanks and respect to you Petr.
by surge42
19 Oct 2019, 17:46
Forum: General
Topic: One Button Push - Three Unique Macro Outputs
Replies: 2
Views: 8061

One Button Push - Three Unique Macro Outputs

Hey Petr, I just received a two button keyboard needed for my idea. I'm going to use this keyboard to cycle through three macros when one of the two keys (key 88) is clicked repeatedly. Petr was a hero and created the following script for me. I noticed that lmc_assign_keyboard is different than what...
by surge42
26 Sep 2019, 04:08
Forum: General
Topic: Need Some Help - Syntax Issue
Replies: 1
Views: 5559

Need Some Help - Syntax Issue

This guy's video (Asq Gaming) provides the following code which generates simple macros which print multiple keys when one key is depressed. lmc_device_set_name('OBS','AA6362C') lmc_print_devices() lmc_set_handler('OBS', function(button,direction) if (direction == 1) then return end if (button == 67...