diff options
author | Mavridis Philippe <[email protected]> | 2024-06-01 22:03:55 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2024-06-08 14:46:50 +0300 |
commit | fb0f60cc2e2ad4bde5150582395b2c61ff40d5fe (patch) | |
tree | cb0ca448d721791567eff5de5ffd460bd3233eea /kcontrol/input/kmousedlg.ui | |
parent | 1a7d33afb7640a99aa0aff3d0683160e7805f7d0 (diff) | |
download | tdebase-fb0f60cc2e2ad4bde5150582395b2c61ff40d5fe.tar.gz tdebase-fb0f60cc2e2ad4bde5150582395b2c61ff40d5fe.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]>
(cherry picked from commit e6a4b278ed17b0915163a0ad31a1ccabd26b82ee)
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> |