well i own a Yun... and that's kind of why i started looking into this idea
i think i may have a slight idea on how to pass the data along, but i have no idea how to detect the individual keys and compare them to the keys i want to turn into "hotkeys"
basically i have a desk lamp wired into a relay with an optocoupler and i want to be able to toggle it(and others) from various key combinations.
(Shift+a+b = pin1
Shift+a+c = pin2
...etc)
but i dont want to run a second keyboard as that seems a little redundant.
im sure there is a way to do it, but i am not entirely sure how.
i want the arduino not to send the keys if it detects a combination (A+B don't get sent if all three keys are detected at once)
is there anyway to use only one keyboard? or will i just have to bite the bullet and use a second USB keyboard as input?