Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Fix middle click dragging #34

Open
lah7 opened this issue Apr 11, 2021 · 1 comment
Open

Request: Fix middle click dragging #34

lah7 opened this issue Apr 11, 2021 · 1 comment
Labels
help wanted Any C programmers out there? patch feature request A "nice to have" patch to complement the classic experience

Comments

@lah7
Copy link
Owner

lah7 commented Apr 11, 2021

What should be patched?

GTK 3.20 onwards broke the ability to use the middle mouse button for dragging. Currently, it behaves as a left click drag regardless.

For example, in MATE's Caja, dragging a file using the middle mouse button (e.g. between tabs) would show a context menu "Move here, copy here". Now it always behaves like a left button drag and would copy/move the files instead.

References

According to the GTK issue 1512 on GitLab, the problematic commit begins at: https://gitlab.gnome.org/GNOME/gtk/-/commit/e4f5e31b8baf5addc28ccb68b1b6d88f8f8ed5df

@lah7 lah7 added patch feature request A "nice to have" patch to complement the classic experience help wanted Any C programmers out there? labels Apr 11, 2021
@lah7 lah7 changed the title Fix middle click dragging Request: Fix middle click dragging Dec 24, 2021
@lah7
Copy link
Owner Author

lah7 commented Aug 15, 2023

Just to clean up issues: Personally, I rely on the keyboard shortcuts (CTRL+/SHIFT) and drag the file to move/copy/link. At least this works across GTK, KDE and Windows. Middle click dragging isn't a thing in KDE's Dolphin file manager.

Ultimately, not bothered (as OP) if this is fixed, but will keep the issue open as it is something GTK broke.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Any C programmers out there? patch feature request A "nice to have" patch to complement the classic experience
Projects
None yet
Development

No branches or pull requests

1 participant