0

How would I change a key on my keyboard to print "<-", for R? I understand how to change a key to either "less" or "minus" in the keyboard files, but how would I change a key to include both?

  • Thank you for the suggestion, but this wasn't my problem. I would like to know how specifically to make one key return multiple characters. – user100607 Feb 03 '14 at 19:31

1 Answers1

0

You cannot do this. Any single key on the keyboard can only correspond to a single key press and release event of any key.

dobey
  • 40,982