Quote: Originally Posted by
ccain 
149$ well spent!
Mine was delivered via DHL today and it is by far the best keyboard/mouse combination I could have asked for. It stores conveniently in the glove compartment. I'm almost adjusted to it, now if only I could program a right click button I would be in heaven.
Heaven you say

maybe I can help, download AutoHotKey and use it to program right click to any key you want. It's free and easy to use, just write a simple script to associate right click to a key you dont really use often I.E the "end" key below is an example of the script. When end key is pressed it would emulate right click
end::RButton
You could just copy and paste the bolded text above into notepad then change the extension frorm .txt to .ahk double click it thats it (after installing AutoHotKey). You could copy the .ahk to your startup to have it load when windows boots. Also "ctrl","shift","f10" at the same time can bring up right click menu.
Down load AutoHotKey from the link below
http://www.autohotkey.com/download/