From: MegaBrutal Date: Mon, 18 Apr 2016 13:53:34 +0000 (+0000) Subject: Prevent default browser action for SPACEBAR and ARROW keys X-Git-Tag: last-with-svg~3 X-Git-Url: http://git.megabrutal.com/?p=shapeshift.git;a=commitdiff_plain;h=04304fefef7ff34c73500efe16610e5c412fcfb5;hp=04304fefef7ff34c73500efe16610e5c412fcfb5 Prevent default browser action for SPACEBAR and ARROW keys SPACEBAR scrolls the page down on some browsers, and ARROW keys may also cause the page to scroll. Now the game prevents the browser from performing these default actions when the game is in focus. Also, I removed an unused optional parameter from putText, because Internet Explorer was complaining about it. The game still doesn't work with IE though, because SVGs are not displayed. modified: shapeshift.js ---