Menu

#146 Mouse Forward/Back Button Navigation

closed
PCMan
None
5
2019-04-27
2010-04-11
pyther
No

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

Discussion

  • pyther

    pyther - 2010-04-11

    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.

     
  • PCMan

    PCMan - 2010-10-24

    Done in git.

     
  • PCMan

    PCMan - 2010-10-24
    • assigned_to: nobody --> pcmanx
    • status: open --> closed
     
  • Delerue

    Delerue - 2017-07-25

    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

     
  • Anonymous

    Anonymous - 2019-04-27

    Delerue agree, doent work

     

Anonymous
Anonymous

Add attachments
Cancel