OpenTechSchool / js-beginners-day1

Outdated curriculum for the first day of JSFaB. Use https://github.com/OpenTechSchool/js-beginners-1
31 stars 17 forks source link

sandbox: add ctrl+enter support to trigger render() #37

Closed mrflix closed 11 years ago

mrflix commented 11 years ago

I think that comes in quite handy because moving the mouse to hit the render button slows your experimentation down.

sdepold commented 11 years ago

Sounds great :)

Am 13.10.2012 um 01:45 schrieb Felix Niklas notifications@github.com:

I think that comes in quite handy because moving the mouse to hit the

render button slows your experimentation down.

You can merge this Pull Request by running:

git pull https://github.com/mrflix/js-beginners-day1 gh-pages

Or view, comment on, or merge it at:

https://github.com/OpenTechSchool/js-beginners-day1/pull/37 Commit Summary

File Changes

Patch Links

xMartin commented 11 years ago

Is it working so that on Mac it is cmd-enter and on Windows it is ctrl-enter? That's what I'd expect as a user.

Also would be nice if you could rebase so we don't have the merge in the commit history.

And: We should also explain this in the text somewhere.