Also fixes moving notes by arrow keys.
Removed left click detection IE8 hack we inherited from the original
visionmedia/page.js code (cf. https://unixpapa.com/js/mouse.html) as
proper KeyboardEvent.key was introduced in IE9 and it's time to move on.
ArrowUp/Down/Left/Right names have to be mangled to maintain IE9 compat.