hundredrabbits / Left

Distractionless Writing Tool
http://hundredrabbits.itch.io/left
Other
1.77k stars 142 forks source link

Update events in events.js to use key instead of keyCode and fix page traversal #139

Open Kyle-Shanks opened 3 years ago

Kyle-Shanks commented 3 years ago

There was a bug (at least in the mac version) that prevented flipping between pages due to an incorrect keyCode, so all the keyCodes in the file were updated to use e.key for safety/readability and the bug was fixed.

Kyle-Shanks commented 3 years ago

This should also solve issue #123