diff options
author | Mavridis Philippe <[email protected]> | 2024-06-01 22:03:55 +0300 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2024-06-06 06:27:55 +0000 |
commit | e6a4b278ed17b0915163a0ad31a1ccabd26b82ee (patch) | |
tree | 83e31580ae0ec20f2a7bbd4e43905df4a113e2b5 /kcontrol/input/kmousedlg.ui | |
parent | 5267dbeb9097ba3b3e38c9a2d48e2c8193572406 (diff) | |
download | tdebase-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/kmousedlg.ui')
-rw-r--r-- | kcontrol/input/kmousedlg.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/kcontrol/input/kmousedlg.ui b/kcontrol/input/kmousedlg.ui index bd559b819..89cc2a652 100644 --- a/kcontrol/input/kmousedlg.ui +++ b/kcontrol/input/kmousedlg.ui @@ -1,4 +1,4 @@ -<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>KMouseDlg</class> <widget class="TQWidget"> <property name="name"> @@ -12,6 +12,9 @@ <height>434</height> </rect> </property> + <property name="caption"> + <string>KMouseDlg</string> + </property> <vbox> <property name="name"> <cstring>unnamed</cstring> @@ -135,6 +138,17 @@ <string>Change the direction of scrolling for the mouse wheel or the 4th and 5th mouse buttons.</string> </property> </widget> + <widget class="TQCheckBox"> + <property name="name"> + <cstring>cbRevHistButtons</cstring> + </property> + <property name="text"> + <string>Swap &history navigation buttons</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Swap the two history navigation buttons on the mouse (8th and 9th mouse button).</string> + </property> + </widget> <widget class="TQGroupBox"> <property name="name"> <cstring>GroupBox1</cstring> |