
Search found 3 matches
- 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

- 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...
- 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...