Skip to content

"Go Down" action improvement

vmkul requested to merge vmkul/nautilus:action-down into main

Currently, the "Go Down" action triggered by alt-down only opens the current selection. After activating "Go Up", the previously opened directory gets selected, so we can use "Go Down" to go down the hierarchy only once.

This patch allows user to go multiple levels up the hierarchy, then return to the deepest level by doing "Go Down".

Merge request reports