~vanvugt/compiz-plugins-main/fix-1084386

« back to all changes in this revision

Viewing changes to vpswitch/vpswitch.xml.in

  • Committer: Sam Spilsbury
  • Date: 2011-08-12 06:36:10 UTC
  • Revision ID: sam.spilsbury@canonical.com-20110812063610-8mcxo2xohctyp2ak
Sync - Remove Plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<compiz>
3
 
        <plugin name="vpswitch" useBcop="true">
4
 
                <_short>Viewport Switcher</_short>
5
 
                <_long>Initiate viewport changes through several events</_long>
6
 
                <category>Desktop</category>
7
 
                <deps>
8
 
                        <relation type="after">
9
 
                            <plugin>composite</plugin>
10
 
                            <plugin>decor</plugin>
11
 
                            <plugin>opengl</plugin>
12
 
                        </relation>
13
 
                </deps>
14
 
                <options>
15
 
                        <group>
16
 
                                <_short>Number-Based Viewport Switching</_short>
17
 
                                <option name="begin_key" type="key">
18
 
                                        <_short>Begin Viewport Switch</_short>
19
 
                                        <_long>Begin entering viewport number</_long>
20
 
                                </option>
21
 
                        </group>
22
 
                        <group>
23
 
                                <_short>Go to specific viewport</_short>
24
 
                                <option name="switch_to_1_key" type="key">
25
 
                                        <_short>Switch to Viewport 1</_short>
26
 
                                        <_long>Switch to viewport 1</_long>
27
 
                                </option>
28
 
                                <option name="switch_to_2_key" type="key">
29
 
                                        <_short>Switch to Viewport 2</_short>
30
 
                                        <_long>Switch to viewport 2</_long>
31
 
                                </option>
32
 
                                <option name="switch_to_3_key" type="key">
33
 
                                        <_short>Switch to Viewport 3</_short>
34
 
                                        <_long>Switch to viewport 3</_long>
35
 
                                </option>
36
 
                                <option name="switch_to_4_key" type="key">
37
 
                                        <_short>Switch to Viewport 4</_short>
38
 
                                        <_long>Switch to viewport 4</_long>
39
 
                                </option>
40
 
                                <option name="switch_to_5_key" type="key">
41
 
                                        <_short>Switch to Viewport 5</_short>
42
 
                                        <_long>Switch to viewport 5</_long>
43
 
                                </option>
44
 
                                <option name="switch_to_6_key" type="key">
45
 
                                        <_short>Switch to Viewport 6</_short>
46
 
                                        <_long>Switch to viewport 6</_long>
47
 
                                </option>
48
 
                                <option name="switch_to_7_key" type="key">
49
 
                                        <_short>Switch to Viewport 7</_short>
50
 
                                        <_long>Switch to viewport 7</_long>
51
 
                                </option>
52
 
                                <option name="switch_to_8_key" type="key">
53
 
                                        <_short>Switch to Viewport 8</_short>
54
 
                                        <_long>Switch to viewport 8</_long>
55
 
                                </option>
56
 
                                <option name="switch_to_9_key" type="key">
57
 
                                        <_short>Switch to Viewport 9</_short>
58
 
                                        <_long>Switch to viewport 9</_long>
59
 
                                </option>
60
 
                                <option name="switch_to_10_key" type="key">
61
 
                                        <_short>Switch to Viewport 10</_short>
62
 
                                        <_long>Switch to viewport 10</_long>
63
 
                                </option>
64
 
                                <option name="switch_to_11_key" type="key">
65
 
                                        <_short>Switch to Viewport 11</_short>
66
 
                                        <_long>Switch to viewport 11</_long>
67
 
                                </option>
68
 
                                <option name="switch_to_12_key" type="key">
69
 
                                        <_short>Switch to Viewport 12</_short>
70
 
                                        <_long>Switch to viewport 12</_long>
71
 
                                </option>
72
 
                        </group>
73
 
                        <group>
74
 
                                <_short>Desktop-based Viewport Switching</_short>
75
 
                                <option name="left_button" type="button">
76
 
                                        <_short>Move Left</_short>
77
 
                                        <_long>Move to the left</_long>
78
 
                                        <internal/>
79
 
                                </option>
80
 
                                <option name="right_button" type="button">
81
 
                                        <_short>Move Right</_short>
82
 
                                        <_long>Move to the right</_long>
83
 
                                        <internal/>
84
 
                                </option>
85
 
                                <option name="up_button" type="button">
86
 
                                        <_short>Move Up</_short>
87
 
                                        <_long>Move up</_long>
88
 
                                        <internal/>
89
 
                                </option>
90
 
                                <option name="down_button" type="button">
91
 
                                        <_short>Move Down</_short>
92
 
                                        <_long>Move down</_long>
93
 
                                        <internal/>
94
 
                                </option>
95
 
                                <option name="next_button" type="button">
96
 
                                        <_short>Move Next</_short>
97
 
                                        <_long>Move to the next viewport</_long>
98
 
                                        <default>Button5</default>
99
 
                                        <internal/>
100
 
                                </option>
101
 
                                <option name="prev_button" type="button">
102
 
                                        <_short>Move Prev</_short>
103
 
                                        <_long>Move to the previous viewport</_long>
104
 
                                        <default>Button4</default>
105
 
                                        <internal/>
106
 
                                </option>
107
 
                                <option name="initiate_button" type="button">
108
 
                                        <_short>Initiate plugin action</_short>
109
 
                                        <_long>Initiate/Terminate the selected plugin action</_long>
110
 
                                        <default>Button2</default>
111
 
                                        <internal/>
112
 
                                </option>
113
 
                                <option name="init_plugin" type="string">
114
 
                                        <_short>Plugin for initiate action</_short>
115
 
                                        <_long>Plugin for initiate/action action</_long>
116
 
                                        <default>rotate</default>
117
 
                                </option>
118
 
                                <option name="init_action" type="string">
119
 
                                        <_short>Action name for initiate</_short>
120
 
                                        <_long>Action name for initiate/terminate</_long>
121
 
                                        <default>initiate_button</default>
122
 
                                </option>
123
 
                        </group>
124
 
                </options>
125
 
        </plugin>
126
 
</compiz>