diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 11:19:54 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 11:19:54 -0500 |
commit | 14b7d88851378ac5ee85198634a984a665668237 (patch) | |
tree | 91bc1c09f4cebedf21801fc5fca8cc0d576807e7 /kicker/taskbar/taskbar.kcfg | |
parent | 9980d1a0dad4e0697a6e408c9cdadbe1318453cb (diff) | |
download | tdebase-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.kcfg | 5 |
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> |