Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
And here's how DesireData has keyboard navigation implemented: http://code.goto10.org/projects/desiredata/wiki/UserDocs
Oh, and to continue replying to myself: Here's "14. Automatic object chaining" in DD:
14.1 this feature provides the ability to (vertically) connect objects together automatically
14.2 To chain objects together, first select a object to be used as the start of the chain
14.3 Then press Ctrl+6, a empty object box will appear and aligned vertically under the selected object.
14.4 Once you hit enter and the new object is created, its hot inlet is automatically connected to the hot outlet of the object above it.
14.5 Furthermore, the newly created object is now selected to allow the chaining process to repeat
Note the use of Ctl-6 instead of Ctl-1 to chain new objects. I like that *a lot*. It could be extended to Ctl-7, Ctl-8 and Ctl-9 for messages, numbers, and symbols. No need for an additional Shift-modifier and fully compatible to the old behaviour.
Frank