Keyboard navigation in the shortcuts side pane is broken. Reproducible: Always Steps to Reproduce: 1. Move the keyboard focus to the shortcuts side pane. 2. Press the arrow keys to move the treeview cursor to a shortcut (not a shortcut to the current directory). 3. Press Space or Return. Actual Results: Nothing happens. Expected Results: Thunar should navigate to the shortcut. It seems that one can only navigate to a shortcut by activating the "button-release-event" signal (I haven't looked at the source code). Proposed solution: Connect to the "row-activated" signal of the treeview to navigate to shortcuts. The connection to the "button-release-event" signal should be kept for mouse navigation.
Another part of this bug is that one cannot use the keyboard (Shift + F10) to pop up the popup menu for shortcuts. A solution here would be to connect to the "popup-menu" signal and pop up the menu.
Fixed with revision 20305. 2006-03-09 Benedikt Meurer <benny@xfce.org> * thunar/thunar-shortcuts-view.c: Improve keyboard navigation. Remove the "Display Icon Emblems" menu item. Bug #1559.
Thanks, Benny :)