blob: 63a1f9ff5526c48503dfc9e26b91ff748ecb71b0 (
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
|
<!DOCTYPE actionsconfig>
<actions>
<action icon="quick-screenshot.png" type="script" tooltip="Image Wizard" name="image_wizard" text="Image Wizard" >
<script output="cursor" error="message" input="none" >kmdr-executor -c quanta %scriptdir/picturewizard.kmdr</script>
</action>
<action icon="tag_screenshot" type="tag" name="DBtag_screenshot" text="screenshot" >
<tag useDialog="false" ><screenshot></tag>
<xtag use="true" ></screenshot></xtag>
</action>
<action icon="tag_screenshotinfo" type="tag" name="DBtag_screeninfo" text="screeninfo" >
<tag useDialog="false" ><screeninfo></tag>
<xtag use="true" ></screeninfo></xtag>
</action>
<action icon="video" type="tag" name="DBtag_mediaobject" text="mediaobject" >
<tag useDialog="false" ><mediaobject></tag>
<xtag use="true" ></mediaobject></xtag>
</action>
<action icon="tag_inlinemediaobject" type="tag" name="DBtag_inlinemediaobject" text="inlinemediaobject" >
<tag useDialog="false" ><inlinemediaobject></tag>
<xtag use="true" ></inlinemediaobject></xtag>
</action>
<action icon="tag_imagedata" type="tag" name="DBtag_imageobject" text="imageobject" >
<tag useDialog="false" ><imageobject></tag>
<xtag use="true" ></imageobject></xtag>
</action>
<action icon="image" type="tag" name="DBtag_imagedata" text="imagedata" >
<tag useDialog="false" ><imagedata fileref="" format="" /></tag>
<xtag use="true" ></imagedata></xtag>
</action>
<action shortcut="" icon="leftjust" type="tag" tooltip="" name="DBtag_textobject" text="textobject" >
<tag useDialog="false" ><textobject></tag>
<xtag use="true" ></textobject></xtag>
</action>
<action shortcut="" icon="txt" type="tag" tooltip="" name="DBtag_phrase" text="phrase" >
<tag useDialog="false" ><phrase></tag>
<xtag use="true" ></phrase></xtag>
</action>
<action shortcut="" icon="tag_caption" type="tag" name="DBtag_caption" text="caption" >
<tag useDialog="false" ><caption></tag>
<xtag use="true" ></caption></xtag>
</action>
</actions>
|