Selects prev/next item in Outliner using arrow keys (up, down)
Dependencies
Working in Outliner
| Event | Condition | Action |
|---|---|---|
| Up Arrow | Active Elem Exists | Moves Active Elem to Up Elem |
| // | Active Elem is First Elem | Moves Active Elem to Last Elem |
| // | No Active Elem | Activate First Elem |
| Down Arrow | Active Elem Exists | Moves Active Elem to Down Elem |
| // | Active Elem is Last Elem | Moves Active Elem to First Elem |
| // | No Active Elem | Activate Last Elem |
Note
It's also selects item in Outliner & 3d Viewport also selected item becomes active object
Demo
Activate First / Last Element (no Active Elem exists)
Navigation Up, Down, First && Last
Working in ALL Display Modes
Relation with 3d Viewport
How it works
- Now it's also effects Outliner & 3d Viewport Selections
- New active elem becomes selected in Outliner & active in 3d Viewport
Notes
To check this patch, you should first apply dependency patch, otherwise it generates errors.
The Idea
Navigating and Selecting items in Outliner with Arrow Keys
It's only idea I will update all the features in diff related posts.
Any confusion or suggestions comments me...



