Created
September 28, 2014 21:36
-
-
Save jeremyabel/b2e56c6d17d8ce68abf4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Arrowkey nav, jump to next node in direction of arrow | |
- Enter to select node, then arrows to select port, enter to jump along that port |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something that I like in Unity 4's inspector is that you have a similar interaction with moving up and down through property drawers, hitting enter to edit that property, then hitting enter to go back to property-nav mode.
I want to be able to move down through properties and then jump to a nearby node quickly. Maybe use a modifier key to distinguish between property navigation and node navigation?
e.g.
The key is is that properties are not assumed to be listed only vertically, so you can focus property editors within a node, then hitting Enter or some other key while a connection port is focused could focus the node that this port is connected to.