<?xml version="1.0" encoding="UTF-8"?>
<compiz>
	<plugin useBcop="true" name="vpswitch">
		<short>Viewport Switcher</short>
		<long>Initiate viewport changes through several events</long>
		<category>Desktop</category>
		<deps>
			<relation type="after">
			    <plugin>composite</plugin>
			    <plugin>decor</plugin>
			    <plugin>opengl</plugin>
			</relation>
		</deps>
		<options>
			<group>
				<short>Number-Based Viewport Switching</short>
				<option type="key" name="begin_key">
					<short>Begin Viewport Switch</short>
					<long>Begin entering viewport number</long>
				</option>
			</group>
			<group>
				<short>Go to specific viewport</short>
				<option type="key" name="switch_to_1_key">
					<short>Switch to Viewport 1</short>
					<long>Switch to viewport 1</long>
				</option>
				<option type="key" name="switch_to_2_key">
					<short>Switch to Viewport 2</short>
					<long>Switch to viewport 2</long>
				</option>
				<option type="key" name="switch_to_3_key">
					<short>Switch to Viewport 3</short>
					<long>Switch to viewport 3</long>
				</option>
				<option type="key" name="switch_to_4_key">
					<short>Switch to Viewport 4</short>
					<long>Switch to viewport 4</long>
				</option>
				<option type="key" name="switch_to_5_key">
					<short>Switch to Viewport 5</short>
					<long>Switch to viewport 5</long>
				</option>
				<option type="key" name="switch_to_6_key">
					<short>Switch to Viewport 6</short>
					<long>Switch to viewport 6</long>
				</option>
				<option type="key" name="switch_to_7_key">
					<short>Switch to Viewport 7</short>
					<long>Switch to viewport 7</long>
				</option>
				<option type="key" name="switch_to_8_key">
					<short>Switch to Viewport 8</short>
					<long>Switch to viewport 8</long>
				</option>
				<option type="key" name="switch_to_9_key">
					<short>Switch to Viewport 9</short>
					<long>Switch to viewport 9</long>
				</option>
				<option type="key" name="switch_to_10_key">
					<short>Switch to Viewport 10</short>
					<long>Switch to viewport 10</long>
				</option>
				<option type="key" name="switch_to_11_key">
					<short>Switch to Viewport 11</short>
					<long>Switch to viewport 11</long>
				</option>
				<option type="key" name="switch_to_12_key">
					<short>Switch to Viewport 12</short>
					<long>Switch to viewport 12</long>
				</option>
			</group>
			<group>
				<short>Desktop-based Viewport Switching</short>
				<option type="button" name="left_button">
					<short>Move Left</short>
					<long>Move to the left</long>
					<internal/>
				</option>
				<option type="button" name="right_button">
					<short>Move Right</short>
					<long>Move to the right</long>
					<internal/>
				</option>
				<option type="button" name="up_button">
					<short>Move Up</short>
					<long>Move up</long>
					<internal/>
				</option>
				<option type="button" name="down_button">
					<short>Move Down</short>
					<long>Move down</long>
					<internal/>
				</option>
				<option type="button" name="next_button">
					<short>Move Next</short>
					<long>Move to the next viewport</long>
					<internal/>
				</option>
				<option type="button" name="prev_button">
					<short>Move Prev</short>
					<long>Move to the previous viewport</long>
					<internal/>
				</option>
				<option type="button" name="initiate_button">
					<short>Initiate plugin action</short>
					<long>Initiate/Terminate the selected plugin action</long>
					<default>Button2</default>
					<internal/>
				</option>
				<option type="string" name="init_plugin">
					<short>Plugin for initiate action</short>
					<long>Plugin for initiate/action action</long>
					<default>rotate</default>
				</option>
				<option type="string" name="init_action">
					<short>Action name for initiate</short>
					<long>Action name for initiate/terminate</long>
					<default>initiate_button</default>
				</option>
			</group>
		</options>
	</plugin>
</compiz>