diff options
author | Theppitak Karoonboonyanan <thep@linux.thai.net> | 2010-01-21 10:58:04 -0500 |
---|---|---|
committer | Thomas Thurman <tthurman@gnome.org> | 2010-01-21 10:58:04 -0500 |
commit | 3a0ab1cc0c67532833e6942068c57a5934b855bc (patch) | |
tree | cc5a1d411e164f3517f8d577e3bbef10d1ec9b3e /src | |
parent | 8a7d588bb0cc4d9474513f0dee85f3f4de1b0beb (diff) | |
download | metacity-3a0ab1cc0c67532833e6942068c57a5934b855bc.tar.gz metacity-3a0ab1cc0c67532833e6942068c57a5934b855bc.tar.bz2 |
fix documentation of mouse_button_modifier
Diffstat (limited to 'src')
-rw-r--r-- | src/metacity.schemas.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/metacity.schemas.in.in b/src/metacity.schemas.in.in index a9dd397..97cd280 100644 --- a/src/metacity.schemas.in.in +++ b/src/metacity.schemas.in.in @@ -15,8 +15,8 @@ Clicking a window while holding down this modifier key will move the window (left click), resize the window (middle click), or show the window menu (right click). - The left and right operations may be swapped - using the "mouse_button_resize" key. + The middle and right click operations may be swapped + using the "resize_with_right_button" key. Modifier is expressed as "<Alt>" or "<Super>" for example. </long> |