What shortcut sets have you seen that you would consider logical and easy to remember that could be used for navigating a tree view? They need to be complementary to Windows shortcuts and not conflict with any of them.
Specifically, I'm looking for shortcut keys that would do at least these operations:
- Go to the next node
- Go to the previous node
- Go to the next node at the same level
- Go to the previous node at the same level
- Go to the next node at the parent level
- Go to the previous node at the parent level
- Go to the next node child level
- Go to the previous node at the child level
An illustration: maybe use Ctrl-leftarrow and Ctrl-rightarrow for next node at the parent and child levels, since left-arrow implies moving left in the tree view and right implies moving right in the tree view.
I've looked around and found some really bad ones (e.g. Inspect uses CTRL+SHIFT+Fn keys), but haven't found anything that seems simple for my users.