The keybinding alt-down should do the opposite of alt-up. together alt-up and alt-down should allow you to walk up and down through the items in the path-bar. Implementation is simple when the data of the pathbar widget is re-used. Behaviour is unspecified when the "toolbar style" location selector is used. best to disable it in that case. Of course when there still is a hidden pathbar widget the key binding can still work. Reproducible: Always Steps to Reproduce: 1. Set "location selector" to "pathbar style" 2. press alt-up 3. press alt-down Actual Results: Nothing, key is not bound. Expected Results: Go one level down in the pathbar path.
Committed with revision 20006. 2006-02-24 Benedikt Meurer <benny@xfce.org> * thunar/Makefile.am, thunar/thunar-location-buttons-ui.xml, thunar/thunar-location-buttons.c, thunar/thunar-location-button.c: Let ThunarLocationButtons handle the menu for ThunarLocationButton managed by it. Also add a accelerator <Alt>Down for "down-folder", similar to GtkFileChooser. Bug #1472.