~mc-return/compiz/compiz.merge-src-screen.cpp-improvements

« back to all changes in this revision

Viewing changes to plugins/switcher/switcher.xml.in

  • Committer: Dennis kasprzyk
  • Author(s): Dennis Kasprzyk
  • Date: 2009-03-15 05:09:18 UTC
  • Revision ID: git-v1:163f6b6f3c3b7764987cbdf8e03cc355edeaa499
New generalized build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<compiz>
 
2
    <plugin name="switcher">
 
3
        <_short>Application Switcher</_short>
 
4
        <_long>Application Switcher</_long>
 
5
        <deps>
 
6
            <requirement>
 
7
                <plugin>opengl</plugin>
 
8
            </requirement>
 
9
        </deps>
 
10
        <options>
 
11
            <option name="next_button" type="button">
 
12
                <_short>Next window</_short>
 
13
                <_long>Popup switcher if not visible and select next window</_long>
 
14
            </option>
 
15
            <option name="next_key" type="key">
 
16
                <_short>Next window</_short>
 
17
                <_long>Popup switcher if not visible and select next window</_long>
 
18
                <default>&lt;Alt&gt;Tab</default>
 
19
            </option>
 
20
            <option name="prev_button" type="button">
 
21
                <_short>Prev window</_short>
 
22
                <_long>Popup switcher if not visible and select previous window</_long>
 
23
            </option>
 
24
            <option name="prev_key" type="key">
 
25
                <_short>Prev window</_short>
 
26
                <_long>Popup switcher if not visible and select previous window</_long>
 
27
                <default>&lt;Shift&gt;&lt;Alt&gt;Tab</default>
 
28
            </option>
 
29
            <option name="next_all_button" type="button">
 
30
                <_short>Next window (All windows)</_short>
 
31
                <_long>Popup switcher if not visible and select next window out of all windows</_long>
 
32
            </option>
 
33
            <option name="next_all_key" type="key">
 
34
                <_short>Next window (All windows)</_short>
 
35
                <_long>Popup switcher if not visible and select next window out of all windows</_long>
 
36
                <default>&lt;Control&gt;&lt;Alt&gt;Tab</default>
 
37
            </option>
 
38
            <option name="prev_all_button" type="button">
 
39
                <_short>Prev window (All windows)</_short>
 
40
                <_long>Popup switcher if not visible and select previous window out of all windows</_long>
 
41
            </option>
 
42
            <option name="prev_all_key" type="key">
 
43
                <_short>Prev window (All windows)</_short>
 
44
                <_long>Popup switcher if not visible and select previous window out of all windows</_long>
 
45
                <default>&lt;Shift&gt;&lt;Control&gt;&lt;Alt&gt;Tab</default>
 
46
            </option>
 
47
            <option name="next_no_popup_button" type="button">
 
48
                <_short>Next window (No popup)</_short>
 
49
                <_long>Select next window without showing the popup window.</_long>
 
50
            </option>
 
51
            <option name="next_no_popup_key" type="key">
 
52
                <_short>Next window (No popup)</_short>
 
53
                <_long>Select next window without showing the popup window.</_long>
 
54
            </option>
 
55
            <option name="prev_no_popup_button" type="button">
 
56
                <_short>Prev window (No popup)</_short>
 
57
                <_long>Select previous window without showing the popup window.</_long>
 
58
            </option>
 
59
            <option name="prev_no_popup_key" type="key">
 
60
                <_short>Prev window (No popup)</_short>
 
61
                <_long>Select previous window without showing the popup window.</_long>
 
62
            </option>
 
63
            <option name="next_panel_button" type="button">
 
64
                <_short>Next Panel</_short>
 
65
                <_long>Select next panel type window.</_long>
 
66
            </option>
 
67
            <option name="next_panel_key" type="key">
 
68
                <_short>Next Panel</_short>
 
69
                <_long>Select next panel type window.</_long>
 
70
            </option>
 
71
            <option name="prev_panel_button" type="button">
 
72
                <_short>Prev Panel</_short>
 
73
                <_long>Select previous panel type window.</_long>
 
74
            </option>
 
75
            <option name="prev_panel_key" type="key">
 
76
                <_short>Prev Panel</_short>
 
77
                <_long>Select previous panel type window.</_long>
 
78
            </option>
 
79
            <option name="speed" type="float">
 
80
                <_short>Speed</_short>
 
81
                <_long>Switcher speed</_long>
 
82
                <default>1.5</default>
 
83
                <min>0.1</min>
 
84
                <max>50</max>
 
85
                <precision>0.1</precision>
 
86
            </option>
 
87
            <option name="timestep" type="float">
 
88
                <_short>Timestep</_short>
 
89
                <_long>Switcher timestep</_long>
 
90
                <default>1.2</default>
 
91
                <min>0.1</min>
 
92
                <max>50</max>
 
93
                <precision>0.1</precision>
 
94
            </option>
 
95
            <option name="window_match" type="match">
 
96
                <_short>Switcher windows</_short>
 
97
                <_long>Windows that should be shown in switcher</_long>
 
98
                <default>Toolbar | Utility | Dialog | Normal | Unknown</default>
 
99
            </option>
 
100
            <option name="mipmap" type="bool">
 
101
                <_short>Mipmap</_short>
 
102
                <_long>Generate mipmaps when possible for higher quality scaling</_long>
 
103
                <default>true</default>
 
104
            </option>
 
105
            <option name="saturation" type="int">
 
106
                <_short>Saturation</_short>
 
107
                <_long>Amount of saturation in percent</_long>
 
108
                <default>100</default>
 
109
                <min>0</min>
 
110
                <max>100</max>
 
111
            </option>
 
112
            <option name="brightness" type="int">
 
113
                <_short>Brightness</_short>
 
114
                <_long>Amount of brightness in percent</_long>
 
115
                <default>65</default>
 
116
                <min>0</min>
 
117
                <max>100</max>
 
118
            </option>
 
119
            <option name="opacity" type="int">
 
120
                <_short>Opacity</_short>
 
121
                <_long>Amount of opacity in percent</_long>
 
122
                <default>40</default>
 
123
                <min>0</min>
 
124
                <max>100</max>
 
125
            </option>
 
126
            <option name="bring_to_front" type="bool">
 
127
                <_short>Bring To Front</_short>
 
128
                <_long>Bring selected window to front</_long>
 
129
                <default>true</default>
 
130
            </option>
 
131
            <option name="zoom" type="float">
 
132
                <_short>Zoom</_short>
 
133
                <_long>Distance desktop should be zoom out while switching windows</_long>
 
134
                <default>1</default>
 
135
                <min>0</min>
 
136
                <max>5</max>
 
137
                <precision>0.1</precision>
 
138
            </option>
 
139
            <option name="icon" type="bool">
 
140
                <_short>Icon</_short>
 
141
                <_long>Show icon next to thumbnail</_long>
 
142
                <default>true</default>
 
143
            </option>
 
144
            <option name="minimized" type="bool">
 
145
                <_short>Minimized</_short>
 
146
                <_long>Show minimized windows</_long>
 
147
                <default>true</default>
 
148
            </option>
 
149
            <option name="auto_rotate" type="bool">
 
150
                <_short>Auto Rotate</_short>
 
151
                <_long>Rotate to the selected window while switching</_long>
 
152
                <default>false</default>
 
153
            </option>
 
154
        </options>
 
155
    </plugin>
 
156
</compiz>