the script i\'ve pieced together so far looks like this:
Use this to tell you the keyIdentifier
attribute of the object.
Then you can use if-then logic to ignore all key presses you aren't interested in, and wire the correct behavior to the ones you are.
The following will assign the left and right arrow keys to your links (based on the id of the anchor/link elements).