wsaunders1014 / ShowDragDistance

Shows distance you dragged the token, similar to pressing ctrl.
10 stars 13 forks source link

remove keydown event location check #93

Open d3caf opened 3 years ago

d3caf commented 3 years ago

I have my ctrl key remapped to my caps lock key on my mac and noticed that I could no longer get the rangefinder to appear. This is due to the fact that MacOS remaps the key with a location of 2 instead of 1 (which is what the module is looking for). I removed that restriction and now am able to get rangefinder to appear with my remapped control key.

If there was a reason for the limitation on the event location, I can try and find another workaround. Thanks for making this plugin :)

key remapping