Khan / structured-blocks

MIT License
11 stars 2 forks source link

Support copying/pasting blocks #14

Open jeresig opened 10 years ago

jeresig commented 10 years ago

Depends upon #10. We should track the key commands and put the text in the keyboard. In an ideal world it'd probably work like this:

It seems as if the best way to achieve this will be to have some sort of hidden textarea that is auto-focused and selected. Not sure how feasible this is.

Also, it's not clear how this interaction would work on a mobile device! We'd need some bit of UI to trigger this interaction.

bbondy commented 10 years ago

Could be implemented w/o selection initially via dragging + an accessor key. I don't think this is a super high priority or anything though.