mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
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.
This commit is contained in:
parent
44a63a9911
commit
6e90c238e8
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2002-10-18 Havoc Pennington <hp@redhat.com>
|
2002-10-18 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
* src/window.c (constrain_size): fix min aspect handling,
|
* src/window.c (constrain_size): fix min aspect handling,
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
<applyto>/apps/metacity/general/mouse_button_modifier</applyto>
|
<applyto>/apps/metacity/general/mouse_button_modifier</applyto>
|
||||||
<owner>metacity</owner>
|
<owner>metacity</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default><Alt></default>
|
<default><Super></default>
|
||||||
<locale name="C">
|
<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>
|
<long>
|
||||||
Clicking a window while holding down this modifier key
|
Clicking a window while holding down this modifier key
|
||||||
will move the window (left click), resize the window
|
will move the window (left click), resize the window
|
||||||
|
Loading…
Reference in New Issue
Block a user