diff options
author | Havoc Pennington <hp@redhat.com> | 2002-10-18 19:07:42 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-10-18 19:07:42 +0000 |
commit | 6e90c238e8cd255aba5544d40d87570dba3af7ac (patch) | |
tree | 2e9c513dfb026315b740075d7051ef0ec3dcb516 /src | |
parent | 44a63a9911d11d9cab79b8f79cfd05c6926e5d6f (diff) | |
download | metacity-6e90c238e8cd255aba5544d40d87570dba3af7ac.tar.gz |
move window-click to Super+click not Alt+click by default. Super should be
2002-10-18 Havoc Pennington <hp@redhat.com>
* src/metacity.schemas.in: move window-click to Super+click not
Alt+click by default. Super should be the Windows key on keyboards
that have one and are so configured. Prepare for the FAQ on this.
Diffstat (limited to 'src')
-rw-r--r-- | src/metacity.schemas.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 202a5d13..7b0d7234 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -8,9 +8,9 @@ <applyto>/apps/metacity/general/mouse_button_modifier</applyto> <owner>metacity</owner> <type>string</type> - <default><Alt></default> + <default><Super></default> <locale name="C"> - <short>Modifier to use for modified window click actions (Alt+left/middle/right click)</short> + <short>Modifier to use for modified window click actions</short> <long> Clicking a window while holding down this modifier key will move the window (left click), resize the window |