Hey folks! I'm trying to capture an event QtCore.QEvent.MouseButtonPress of the type: QtCore.Qt.MouseButton.BackButton on a QListView. Well actually, I'd love to have this as a shortcut with the context QtCore.Qt.ShortcutContext.WindowShortcut but that doesn't work with mouse buttons, right? I just installed an eventFilter on the list view but that doesn't work eiter :/
Any thoughts?