It would be nice if pcmanfm 2 would support forward and back navigation using the mouse buttons.
Button 8: Back (left) Button 9: Forward (right)
Many applications support this such as thunar, nautilus, firefox and midori.
Thank you
It appears that is this funciton gboolean on_button_press( GtkWidget* w, GdkEventButton* evt ) {} something like this would need to be added...
if ( evt->button == 8 ) { file_browser_backwards() } else if ( evt->button == 9 ) { file_browser_forward() }
I'm not much of a coder and have very little C/C++ experience.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Done in git.
PCMan, it seems that this feature doesn't work when 'Detailed List View' is selected. Could you confirm, please?
https://github.com/lxde/pcmanfm-qt/issues/549
Delerue agree, doent work
It appears that is this funciton gboolean on_button_press( GtkWidget* w, GdkEventButton* evt ) {} something like this would need to be added...
if ( evt->button == 8 )
{ file_browser_backwards() }
else if ( evt->button == 9 )
{ file_browser_forward() }
I'm not much of a coder and have very little C/C++ experience.
Done in git.
PCMan, it seems that this feature doesn't work when 'Detailed List View' is selected. Could you confirm, please?
https://github.com/lxde/pcmanfm-qt/issues/549
Delerue agree, doent work