File: zoom.xml

package info (click to toggle)
wayfire 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,764 kB
  • sloc: cpp: 52,464; xml: 2,987; ansic: 699; makefile: 161
file content (39 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0"?>
<wayfire>
	<plugin name="zoom">
		<_short>Zoom</_short>
		<_long>A plugin to zoom in the desktop with the mouse.</_long>
		<category>Accessibility</category>
		<option name="modifier" type="key">
			<_short>Zoom in the desktop by scrolling with modifier</_short>
			<_long>Scrolls with the specified modifier to zoom in and out.</_long>
			<default>&lt;super&gt;</default>
		</option>
		<option name="speed" type="double">
			<_short>Speed</_short>
			<_long>Sets the speed factor for zooming.</_long>
			<default>0.01</default>
			<precision>0.001</precision>
		</option>
		<option name="smoothing_duration" type="animation">
			<_short>Smoothing duration</_short>
			<_long>Sets the smoothing duration in milliseconds.</_long>
			<default>300ms linear</default>
		</option>
		<option name="interpolation_method" type="int">
			<_short>Interpolation method</_short>
			<_long>Sets the pixel interpolation method to use.</_long>
			<default>0</default>
			<min>0</min>
			<max>1</max>
			<desc>
				<value>0</value>
				<_name>Linear</_name>
			</desc>
			<desc>
				<value>1</value>
				<_name>Nearest</_name>
			</desc>
		</option>
	</plugin>
</wayfire>