mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
add action_{middle|right}_click_titlebar. Closes #408903.
2007-03-10 Charlie Brej <cbrej@cs.man.ac.uk> * src/metacity.schemas.in: add action_{middle|right}_click_titlebar. Closes #408903. svn path=/trunk/; revision=3107
This commit is contained in:
parent
dc9880ea7e
commit
c7cb503003
@ -1,3 +1,8 @@
|
|||||||
|
2007-03-10 Charlie Brej <cbrej@cs.man.ac.uk>
|
||||||
|
|
||||||
|
* src/metacity.schemas.in: add action_{middle|right}_click_titlebar.
|
||||||
|
Closes #408903.
|
||||||
|
|
||||||
2007-03-09 Linus Torvalds <torvalds@woody.linux-foundation.org>
|
2007-03-09 Linus Torvalds <torvalds@woody.linux-foundation.org>
|
||||||
|
|
||||||
* src/frames.c (meta_frame_middle_click_event,
|
* src/frames.c (meta_frame_middle_click_event,
|
||||||
|
@ -123,6 +123,42 @@
|
|||||||
</locale>
|
</locale>
|
||||||
</schema>
|
</schema>
|
||||||
|
|
||||||
|
<schema>
|
||||||
|
<key>/schemas/apps/metacity/general/action_middle_click_titlebar</key>
|
||||||
|
<applyto>/apps/metacity/general/action_middle_click_titlebar</applyto>
|
||||||
|
<owner>metacity</owner>
|
||||||
|
<type>string</type>
|
||||||
|
<default>lower</default>
|
||||||
|
<locale name="C">
|
||||||
|
<short>Action on title bar middle-click</short>
|
||||||
|
<long>
|
||||||
|
This option determines the effects of middle-clicking on the
|
||||||
|
title bar. Current valid options are 'toggle_shade', which will
|
||||||
|
shade/unshade the window, 'toggle_maximize' which will
|
||||||
|
maximize/unmaximize the window, 'minimize' which will minimize
|
||||||
|
the window, and 'none' which will not do anything.
|
||||||
|
</long>
|
||||||
|
</locale>
|
||||||
|
</schema>
|
||||||
|
|
||||||
|
<schema>
|
||||||
|
<key>/schemas/apps/metacity/general/action_right_click_titlebar</key>
|
||||||
|
<applyto>/apps/metacity/general/action_right_click_titlebar</applyto>
|
||||||
|
<owner>metacity</owner>
|
||||||
|
<type>string</type>
|
||||||
|
<default>menu</default>
|
||||||
|
<locale name="C">
|
||||||
|
<short>Action on title bar right-click</short>
|
||||||
|
<long>
|
||||||
|
This option determines the effects of right-clicking on the
|
||||||
|
title bar. Current valid options are 'toggle_shade', which will
|
||||||
|
shade/unshade the window, 'toggle_maximize' which will
|
||||||
|
maximize/unmaximize the window, 'minimize' which will minimize
|
||||||
|
the window, and 'none' which will not do anything.
|
||||||
|
</long>
|
||||||
|
</locale>
|
||||||
|
</schema>
|
||||||
|
|
||||||
<schema>
|
<schema>
|
||||||
<key>/schemas/apps/metacity/general/auto_raise</key>
|
<key>/schemas/apps/metacity/general/auto_raise</key>
|
||||||
<applyto>/apps/metacity/general/auto_raise</applyto>
|
<applyto>/apps/metacity/general/auto_raise</applyto>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user