Hey all!
I’ve a Kensington wireless presenter, to which I’ve mapped the buttons as being left:33, right:34 and enter:66 as corresponding codes from the keyboard.
I want these keys to switch on and off boolean operators on keyup/down events. That’s the easy part… except it registers fine using the buttons on the keyboard, when I use the wireless presenter, it toggles from true to false in a single click. The keyboard registers true when the key is held down, and false when the key is released… the presenter doesn’t care if it’s held down or not, it’s just false :-/
Is there a creative workaround for this?