~3v1n0/unity/light-shortcuts

« back to all changes in this revision

Viewing changes to plugins/unity-mt-grab-handles/unitymtgrabhandles.xml.in

  • Committer: Marco Trevisan (Treviño)
  • Date: 2013-04-26 12:41:09 UTC
  • Revision ID: mail@3v1n0.net-20130426124109-t3b2shjah2omiqa2
Unity: Remove all the views, but the Shortcuts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<compiz>
3
 
        <plugin name="unitymtgrabhandles" useBcop="true">
4
 
        <_short>Unity MT Grab Handles</_short>
5
 
        <_long>Small touch-based grab handles to move and resize a window</_long>
6
 
        <deps>
7
 
                <requirement>
8
 
                        <plugin>opengl</plugin>
9
 
                        <plugin>composite</plugin>
10
 
                        <plugin>imgpng</plugin>
11
 
                </requirement>
12
 
                <relation type="after">
13
 
                        <plugin>composite</plugin>
14
 
                        <plugin>opengl</plugin>
15
 
                        <plugin>cube</plugin>
16
 
                        <plugin>rotate</plugin>
17
 
                        <plugin>imgpng</plugin>
18
 
                        <plugin>imgsvg</plugin>
19
 
                        <plugin>imgjpeg</plugin>
20
 
                </relation>
21
 
        </deps>
22
 
        <options>
23
 
                <option name="toggle_handles_key" type="key">
24
 
                        <_short>Toggle Handles</_short>
25
 
                        <_long>Key to toggle the handles</_long>
26
 
                        <!--<default>&lt;Control&gt;&lt;Alt&gt;h</default>-->
27
 
                </option>
28
 
                <option name="show_handles_key" type="key">
29
 
                        <_short>Show Handles</_short>
30
 
                        <_long>Key to show the handles</_long>
31
 
                </option>
32
 
                <option name="hide_handles_key" type="key">
33
 
                        <_short>Hide Handles</_short>
34
 
                        <_long>Key to hide the handles</_long>
35
 
                </option>
36
 
                <option name="fade_duration" type="int">
37
 
                        <_short>Fade Duration</_short>
38
 
                        <_long>How long the fade should last</_long>
39
 
                        <default>150</default>
40
 
                </option>
41
 
        </options>
42
 
        </plugin>
43
 
</compiz>