JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

'esc' key for selectTool #218

Open theoryshaw opened 8 years ago

theoryshaw commented 8 years ago

a minor, nice to have.

another user pattern you see alot in CAD/BIM software is to use the 'esc' key to change to, or escape back to the selection tool (selectTool).

459below commented 7 years ago

https://github.com/459below/draw/commit/fb8310c732b55c55ff124f5293baf6903b907afe

If you replace the "3" with "escape" or something like that, it should work.