Added beep and play-sound actions.
2002-03-06 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Added beep and play-sound actions. svn path=/trunk/; revision=15950
This commit is contained in:

committed by
Jeffrey Stedfast

parent
aef85ea3ef
commit
0465444d8c
@ -1,3 +1,7 @@
|
|||||||
|
2002-03-06 Jeffrey Stedfast <fejj@ximian.com>
|
||||||
|
|
||||||
|
* filtertypes.xml: Added beep and play-sound actions.
|
||||||
|
|
||||||
2002-02-26 Not Zed <NotZed@Ximian.com>
|
2002-02-26 Not Zed <NotZed@Ximian.com>
|
||||||
|
|
||||||
* filter-filter.c (option_activate): Copy values across to new
|
* filter-filter.c (option_activate): Copy values across to new
|
||||||
|
@ -617,6 +617,15 @@
|
|||||||
</option>
|
</option>
|
||||||
</input>
|
</input>
|
||||||
</part>
|
</part>
|
||||||
|
<part name="beep">
|
||||||
|
<title>Beep</title>
|
||||||
|
<code>(beep)</code>
|
||||||
|
</part>
|
||||||
|
<part name="play-sound">
|
||||||
|
<title>Play Sound</title>
|
||||||
|
<code>(play-sound ${sound})</code>
|
||||||
|
<input type="string" name="sound"/>
|
||||||
|
</part>
|
||||||
<part name="shell-exec">
|
<part name="shell-exec">
|
||||||
<title>Execute Shell Command</title>
|
<title>Execute Shell Command</title>
|
||||||
<code>(shell-exec ${command})</code>
|
<code>(shell-exec ${command})</code>
|
||||||
|
Reference in New Issue
Block a user