dotjay / hashgrid

A little tool that inserts a layout grid in web pages, allows you to hold it in place, and toggle between displaying it in the foreground or background.
https://dotjay.github.io/hashgrid/
Other
446 stars 46 forks source link

Made an improvement so that keys being held down won't kill anything. #12

Closed callumacrae closed 12 years ago

callumacrae commented 12 years ago

Currently, holding down G+F or G+J (which I did a couple times by mistake) repeatedly fires the event and makes the page go crazy. It's not a massive problem, but it isn't a massive fix, either.

dotjay commented 12 years ago

Excellent! Thank you. Sorry it's taken me a little while to merge this in.