elementary / files

File browser designed for elementary OS
https://elementary.io
GNU General Public License v3.0
323 stars 75 forks source link

Two-finger Forward/Back gestures #166

Open codygarver opened 6 years ago

codygarver commented 6 years ago

It should be possible to go forward and back by using a two-finger horizontal swipe gesture.

This is freaking awesome in Safari on Lion. Check it out: http://www.youtube.com/watch?v=KlBmWgvee-M

Bonus points for 1:1 finger tracking and an animation.

Massive bonus points for doing this in a way that we can easily copy to other apps.

Bounty: https://www.bountysource.com/issues/967994-two-finger-forward-back-gestures

alimurtazafarooqui commented 6 years ago

Hi there,

Something like a default libinput profile with a simple xdotool config would be the best way to go forward. Does anyone have any better suggestions?

danirabbit commented 6 years ago

I believe this is a copypaste of an old Launchpad issue. Since that time, Gtk.Gesture became a thing

dackdel commented 5 years ago

One year later... I still would love this!

getsnoopy commented 4 years ago

I think this should really be 3-finger gestures, as that's usually what's used for forward/back. 2-finger does horizontal scrolling, and going forward/back should be allowed while mid-way in horizontal scrolling.

danirabbit commented 4 years ago

Just updating that it seems that nowadays the easiest thing to do here is use Hdy.Deck once LibHandy 1.0 is released

jeremypw commented 1 year ago

I think this best left for the Gtk4 port now