summaryrefslogtreecommitdiffstats
path: root/kcontrol/input/mouse.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2024-06-01 22:03:55 +0300
committerTDE Gitea <[email protected]>2024-06-06 06:27:55 +0000
commite6a4b278ed17b0915163a0ad31a1ccabd26b82ee (patch)
tree83e31580ae0ec20f2a7bbd4e43905df4a113e2b5 /kcontrol/input/mouse.h
parent5267dbeb9097ba3b3e38c9a2d48e2c8193572406 (diff)
downloadtdebase-e6a4b278ed17b0915163a0ad31a1ccabd26b82ee.tar.gz
tdebase-e6a4b278ed17b0915163a0ad31a1ccabd26b82ee.zip
Mouse TDECM: add option to swap history navigation buttons
This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal. This resolves issue #497. Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kcontrol/input/mouse.h')
-rw-r--r--kcontrol/input/mouse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kcontrol/input/mouse.h b/kcontrol/input/mouse.h
index 7db5fbf91..22d0aa84c 100644
--- a/kcontrol/input/mouse.h
+++ b/kcontrol/input/mouse.h
@@ -83,6 +83,7 @@ public:
bool changeCursor;
int wheelScrollLines;
bool reverseScrollPolarity;
+ bool reverseHistoryButtons;
#ifdef HAVE_LIBUSB
TQPtrList <LogitechMouse> logitechMouseList;
@@ -111,6 +112,7 @@ private slots:
/** No descriptions */
void slotHandedChanged(int val);
void slotScrollPolarityChanged();
+ void slotRevHistButtonsChanged();
void checkAccess();
void slotThreshChanged(int value);
void slotDragStartDistChanged(int value);