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