Hi all,
At the moment, there are two modes to move up/down between the widgets - Location bar, Panel, Sidebar, Embedded terminal, Command Line.
The first one is a configurable shortcut, by default CTRL+SHIFT+UP/DOWN, you can move (from top to bottom) between:
Panel View (brief or detailed)
Side Bar (if visible)
Embedded Terminal (if activated)
Command Line
The second one is hardcoded with CTRL+UP/DOWN, and lets you to move between:
Location Bar (edit mode)
Panel View
Command Line
it also let you to move out of the Embedded Terminal but not to move into.
While the original ticket could be closed with a "use this shortcut" and modify accordingly the documentation, it would be better to merge this two methods.
My proposal is to leave the configurable shortcut only, adding the possibility to go in edit mode in the location bar. This will require changes in the eventFilter methods and in the class KrusaderView.
What do you think about it?
Thank you very much