Right now, there are customisable shortcuts to
āGo to previous sibling itemā
āGo to next sibling itemā
āGo to parent itemā
Which is great, because it allows me to navigate without moving my hands all the way to the mouse or arrow keys (right now Iāve got it set up as pseudo-vim: cmd-hjkl).
However, I can only navigate up and along the tree, never down to a child, which makes it way less useful. So Iād like a shortcut to go to a child element.
Iād suggest either
- Go to the first child
- Go to the last child (to give users something that they canāt do with down-arrow)
- Go to the child you just came from, if you used the āGo to parent itemā-shortcut (or mouse)
Iād be happy for any of them 
3 Likes
If that is implemented, I vote for āgo to first childā since it matches the existing navigation where you Expand All then press down to get to the first child.
1 Like
Go to (First) Child is needed for full navigation without the arrow keys. Coming from Freemind, itās a sorely missed feature. I use Emacs keybindings myself (Ctrl-P previous, Ctrl-N next, Ctrl-b back to parent, Ctrl-f first child). That last one is currently missing.
Iād prefer Lukasā 3rd option of going to a previously selected child, otherwise the first. This would make going up nodes and back a muscle-memory action (Ctrl-b repeated, edit, Ctrl-f repeated). Very productivity-enhancing.
Meanwhile Iāve been looking for JavaScript or some automators to turn Ctrl-f into Down-Arrow. No luck yet.
Please make this customizable 
What is absent from todayās Keymap 
Go to first sibling item (none)
Go to previous sibling item (yes)
Go to next sibling item (yes)
Go to last sibling item (none)

I love the idea of āgo to the last childā and āgo to the child you just came fromā.
Great idea, please consider it!