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>
|
||||
|
||||
* src/frames.c (meta_frame_middle_click_event,
|
||||
|
@ -123,6 +123,42 @@
|
||||
</locale>
|
||||
</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>
|
||||
<key>/schemas/apps/metacity/general/auto_raise</key>
|
||||
<applyto>/apps/metacity/general/auto_raise</applyto>
|
||||
|
Loading…
Reference in New Issue
Block a user