Summary: | Mouse Forward Backward Button Support | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | rudolf |
Component: | general | Assignee: | Sebastian Dörner <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | andreaxcavaliero, b0uncyfr0, christian.gonzalez, complynx, cosoleto, ewal, firen2k5, frank78ac, illumilore, sebastian, sendel2000, tassos.b, xuhdev |
Priority: | HI | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9 | |
Sentry Crash Report: |
Description
rudolf
2009-01-25 00:06:20 UTC
I second this. I just upgraded to KDE 4.2 and was very glad to see Konqueror implementing the find-as-you-type system as was already in Firefox so I am one step closer to using Konqueror instead on my KDE-setup. But I am really used to using the backward forward buttons on my mouse (buttons 8 and 9 according to xev) which work perfectly in Firefox but not in Konqueror or Dolphin. It would be really great to see this work in any app where they make sense. Or maybe in general, it would be very neat if the hotkeys-system in KDE could be adapted so that you cannot just bind buttons on the keyboard to actions but also mouse buttons because I have 4 other buttons in my mouse that would be great to get to do something useful. Is there any way to link this bug to other apps as well besides Dolphin, Konqueror for example, or maybe khotkeys? *** Bug 177592 has been marked as a duplicate of this bug. *** We're in feature freeze now, but just for the record: It seems that the Qt::MouseButton codes for these buttons are Qt::XButton1 and Qt::XButton2. This should be quite straightforward to implement, but I can't test that because I don't have a mouse with these buttons. any news on this? it has been almost two years since it has been reported. any news on this? in rekonq buttons work I do have such a mouse, but not at my current location. Depending on my RL schedule, I'll most likely implement it for 4.7.0. *** Bug 273001 has been marked as a duplicate of this bug. *** *** Bug 273525 has been marked as a duplicate of this bug. *** Short update here: As there are some internal changes scheduled for 4.8 influencing this fix, this will only be fixed in 4.8 as well. Sorry for that. *** Bug 199265 has been marked as a duplicate of this bug. *** *** Bug 284504 has been marked as a duplicate of this bug. *** *** Bug 289972 has been marked as a duplicate of this bug. *** *** Bug 293936 has been marked as a duplicate of this bug. *** Git commit 0278ed10ae931bb0dbe1c24ad77963d84925ba89 by Peter Penz. Committed on 19/03/2012 at 16:47. Pushed by ppenz into branch 'master'. Let additional mouse buttons trigger history navigation Thanks to Sebastian Dörner for the patch! REVIEW: 101335 FIXED-IN: 4.9 M +4 -0 dolphin/src/dolphinmainwindow.cpp M +2 -6 dolphin/src/kitemviews/kitemlistcontroller.cpp M +7 -3 dolphin/src/kitemviews/kitemlistcontroller.h M +17 -1 dolphin/src/views/dolphinview.cpp M +13 -0 dolphin/src/views/dolphinview.h http://commits.kde.org/kde-baseapps/0278ed10ae931bb0dbe1c24ad77963d84925ba89 |