waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
357 stars 88 forks source link

Keyboard shortcuts for selected blocks #1317

Open dethe opened 8 years ago

dethe commented 8 years ago

Above and beyond the shortcuts provide by Cut/copy/Paste ( #900 ) and Undo/Redo, we can also support:

Undo should be able to reverse any of these.

Any others?

CelticMinstrel commented 8 years ago

Isn't the third one handled by the browser already?

For the fourth one, I'm not sure what's the more intuitive option. A third option would be to "split" the parent block, so that you end up with parent block A (containing everything above the dedented block), then the dedented block, then parent block B (containing everything below the dedented block).

dethe commented 8 years ago

Third one: maybe you're right, I'll test it. Fourth one: It's a puzzler all right.