This doesn't feel that important, but I think it would be nice to have the ability to navigate with the keyboard (and the special mouse buttons) like in a webbrowser.
What I mean is:
- Navigation keys mainly on laptops
- Navigation keys on mice
Backspace = go back
- maybe something like
Alt-left = back, Alt-Right = forward
The problem is, that this needs a navigation-system, a linked list with the navigation steps and the current position. GoBack checks, if there is a position before the current and if there is, moves one step back, GoForward checks if there's a position after the current and if there is, moves one step forward
This doesn't feel that important, but I think it would be nice to have the ability to navigate with the keyboard (and the special mouse buttons) like in a webbrowser.
What I mean is:
Backspace= go backAlt-left= back,Alt-Right= forwardThe problem is, that this needs a navigation-system, a linked list with the navigation steps and the current position.
GoBackchecks, if there is a position before the current and if there is, moves one step back,GoForwardchecks if there's a position after the current and if there is, moves one step forward