After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 787758 - Moving through the directory structure by mouse arrow buttons
Moving through the directory structure by mouse arrow buttons
Status: RESOLVED DUPLICATE of bug 721151
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-09-16 14:01 UTC by Frank
Modified: 2017-10-09 13:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank 2017-09-16 14:01:08 UTC
It’s possible to use "Alt + Arrow-Up/Down" but this doesn’t apply to the mouse buttons "Forward/Backward".

In Nautilus those buttons seem to be mapped to "Alt + Arrow-Left/Right", what isn’t implemented in the file chooser widget, so these buttons need to be mapped to "Alt + Arrow-Up/Down" there, for making them work.
Comment 1 Daniel Boles 2017-09-16 14:02:45 UTC
So, you want the back/forward buttons to actually do up/down? That seems like it'll be confusing and disliked.

I think the real solution is to add proper back/forward actions, so Bug 777694.
Comment 2 Frank 2017-09-16 14:27:08 UTC
At the moment, the arrow buttons on my mouse do nothing. So it would be nice if I could navigate through the file hierarchy.

Mapping them to the already existing "Alt + arrow-up/down" makes more sense (in my point of view). So that would be a separate issue of #777694, since this bug originally targets the implementation of "Alt + arrow-left/right". You mixed it already with your comment from 7.8.2017, but the mapping of up/down could be done already – later when left/right may get implemented, you still could swap the mouse arrow mapping. ;)
Comment 3 Daniel Boles 2017-09-18 10:38:36 UTC
(In reply to Frank from comment #2)
> You mixed it already with your comment from 7.8.2017

Did you mean this?

(In reply to Daniel Boles from comment #4)
> A more general question is whether up/down/back/forward should have buttons
> for mouse activation, not just keyboard accelerators.

I was actually talking about GtkButtons that could be clicked on by the mouse, but I see how that was ambiguous!


(In reply to Frank from comment #2)
> up/down could be done already – later when left/right may get implemented,
> you still could swap the mouse arrow mapping. ;)

I guess you're right. I have no strong opinion or rush to create a patch, though.
Comment 4 Daniel Boles 2017-10-09 13:09:29 UTC

*** This bug has been marked as a duplicate of bug 721151 ***