diff options
author | Travis Watkins <amaranth@ubuntu.com> | 2009-09-28 07:51:28 -0500 |
---|---|---|
committer | Travis Watkins <amaranth@ubuntu.com> | 2009-09-28 07:51:28 -0500 |
commit | 057abf51bc2623885a46d65747a98ab68ca4b7ca (patch) | |
tree | 9d0adcca0d3966c166610cd9e60edda217841cc7 | |
parent | bd84cd7cc43f07c5757201ccf9e72ca551456c48 (diff) | |
download | shelf-compiz-0.8.tar.gz shelf-compiz-0.8.tar.bz2 |
swap dec_button and inc_buttoncompiz-0.8
Switch dec_button and inc_button around to make changing size with the
mouse wheel match other applications.
-rw-r--r-- | shelf.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shelf.xml.in b/shelf.xml.in index c968213..9ff2454 100644 --- a/shelf.xml.in +++ b/shelf.xml.in @@ -29,12 +29,12 @@ <option name="dec_button" type="button"> <_short>Make the window smaller</_short> <_long> Reduces the scale factor making the window smaller. </_long> - <default><Alt><Super>Button4</default> + <default><Alt><Super>Button5</default> </option> <option name="inc_button" type="button"> <_short>Make the window bigger</_short> <_long> Increase the scale factor making the window bigger. </_long> - <default><Alt><Super>Button5</default> + <default><Alt><Super>Button4</default> </option> </group> <option name="animtime" type="int"> |