Should plus move item in a tree structure up or down?
Let's say that user selected item in a tree structure component and hits +
. We want to enable her to move items in this structure and we wonder: is it more idiomatic to move the item downwards or upwards?
With arrow keys, the decision would be easier, but we want to use them for navigation, not movement.