Victor
2016-08-20 18:31:44
Him
How can I do that when I press a key for second time, it sends a different message than the first time?
Note that I don't want to send 7F and 00 simultaneously. For example, I've created a translator and when press the X key on my keyboard, it sends Ch16-CC0-v127 (BF007F). Now I want that when I press it again, it sends Ch16-CC0-v0 (BF0000)
I know is possible creating a second translator with different key (let's say "Z", for example), but it will have to use two keys instead of one.
Cheers
How can I do that when I press a key for second time, it sends a different message than the first time?
Note that I don't want to send 7F and 00 simultaneously. For example, I've created a translator and when press the X key on my keyboard, it sends Ch16-CC0-v127 (BF007F). Now I want that when I press it again, it sends Ch16-CC0-v0 (BF0000)
I know is possible creating a second translator with different key (let's say "Z", for example), but it will have to use two keys instead of one.
Cheers