summaryrefslogtreecommitdiffstats
path: root/kicker/taskbar/taskbar.kcfg
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-13 11:19:54 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-13 11:19:54 -0500
commit14b7d88851378ac5ee85198634a984a665668237 (patch)
tree91bc1c09f4cebedf21801fc5fca8cc0d576807e7 /kicker/taskbar/taskbar.kcfg
parent9980d1a0dad4e0697a6e408c9cdadbe1318453cb (diff)
downloadtdebase-14b7d88851378ac5ee85198634a984a665668237.tar.gz
tdebase-14b7d88851378ac5ee85198634a984a665668237.zip
Add check box option to control taskbar window cycling with mouse wheel.
This closes bug report 251.
Diffstat (limited to 'kicker/taskbar/taskbar.kcfg')
-rw-r--r--kicker/taskbar/taskbar.kcfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/kicker/taskbar/taskbar.kcfg b/kicker/taskbar/taskbar.kcfg
index 173e5b8ec..0d11b4a60 100644
--- a/kicker/taskbar/taskbar.kcfg
+++ b/kicker/taskbar/taskbar.kcfg
@@ -11,6 +11,11 @@
<label>Show windows from all desktops</label>
<whatsthis>Turning this option off will cause the taskbar to display <b>only</b> the windows on the current desktop. \n\nBy default, this option is selected and all windows are shown.</whatsthis>
</entry>
+ <entry key="CycleWheel" type="Bool" >
+ <default>true</default>
+ <label>Cycle through windows with mouse wheel</label>
+ <whatsthis>Enabling this option causes the taskbar to cycle through the current list of windows when using the mouse wheel</whatsthis>
+ </entry>
<entry key="ShowOnlyIconified" type="Bool" >
<default>false</default>
<label>Show only minimized windows</label>