Search found 1 match

by iza.ini
09 Jul 2021, 00:07
Forum: General
Topic: Key Combos triggering an action.
Replies: 0
Views: 2575

Key Combos triggering an action.

I'm trying to get an extra numpad to do extra inputs using key combinations. For example: Num4 does action x while Ctrl+Num4 does action y. This is my current code. lmc_device_set_name('streamdeck','26362D41') lmc_print_devices() lmc_set_handler('streamdeck', function(button,direction) if (direction...