gregziegan / goat

Annotate Images (or goats) On The Web™
http://gregziegan.github.io/goat
MIT License
74 stars 9 forks source link

Sometimes copy/paste fails #56

Closed alanhogan closed 7 years ago

alanhogan commented 7 years ago

I copy/pasted the spacesuit neck with ⌘-C, ⌘-V but nothing happened

history-750.txt d12579c9-5726-4320-85b5-494ed98df0db

gregziegan commented 7 years ago

it's when the right-hand command key is used (93)! forgot to account for that case. only handling 91 right now

gregziegan commented 7 years ago

Closed with https://github.com/thebritican/goat/commit/817c71efb3d162ee38047c536802b944ac7ee59c

gregziegan commented 7 years ago

thanks for the debugger file, @alanhogan ! invaluable to see the keycode you were pressing in the messages 👍

alanhogan commented 7 years ago

that's a really cool example of the debugger being useful