shamansir / rpd

:ok_hand: A Minimal Engine for creating Node-Based Visual Programming User Interfaces
http://shamansir.github.io/rpd
443 stars 48 forks source link

Full keyboard navigation #395

Open shamansir opened 7 years ago

shamansir commented 7 years ago

For example:

Tab to jump between nodes in the order of addition. Special highlight for node selection. Select inlets/outlets with arrows (or numbers?), highlight for inlet/outlet selection, enter to edit value, space to create connection.

shamansir commented 7 years ago

That will require special "selection" state for nodes, inlets, outlets and links.

Also consider ability to remove links by pressing delete key.

shamansir commented 7 years ago

Relates to #277