09-26-2012, 11:36 PM
I'm trying to configure a USB numpad to use it as a remote control for the XBMC and PowerDVD applications. I've created a volume up function and assigned it the back key as a trigger. It works fine in PowerDVD, but in XBMC, when autorepeating, it occasionally sends the unaltered back key, which displays the menu. In other words, it doesn't manage to totally "eat" the original back key function.
Since I plan on using the keyboard detector to avoid interfering with another keyboard that's connected to my computer, I'm working with the low level hook disabled. When it is enabled, this problem doesn't occur.
I tried coming up with a function that avoided autorepeating, like this:
Function VolumeUp
Trigger B
The only problem is that, apparently, Quick Macros can't tell the back key is pressed, so the fourth and fifth lines are never executed.
Is there something else I could try?
By the way, nice software.
Since I plan on using the keyboard detector to avoid interfering with another keyboard that's connected to my computer, I'm working with the low level hook disabled. When it is enabled, this problem doesn't occur.
I tried coming up with a function that avoided autorepeating, like this:
Function VolumeUp
Trigger B
The only problem is that, apparently, Quick Macros can't tell the back key is pressed, so the fourth and fifth lines are never executed.
Is there something else I could try?
By the way, nice software.