shift-F10 is the keyboard shortcut for right clicking. I'd like to change it to F9, because that is easier to find on the keyboard without looking. Is this possible?

link|improve this question
feedback

1 Answer

I think autohotkey should be able to help you do this.
Create a script, and add the following:

+{F9}::
Send +{F10}
return
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.