diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-17 12:45:40 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-17 12:45:40 -0500 |
commit | 359294c33620c8328d61f67635046d7cc060530c (patch) | |
tree | f2ac08fdad8860f7bc1ac76203e31013a799fda7 /kdelirc/profiles/noatun.profile.xml | |
parent | 7be7990fc5770d2cbcd937772e8239167b5900c6 (diff) | |
download | tdeutils-359294c33620c8328d61f67635046d7cc060530c.tar.gz tdeutils-359294c33620c8328d61f67635046d7cc060530c.zip |
Rename kdessh -> tdessh and kdelirc -> tdelirc.
Diffstat (limited to 'kdelirc/profiles/noatun.profile.xml')
-rw-r--r-- | kdelirc/profiles/noatun.profile.xml | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/kdelirc/profiles/noatun.profile.xml b/kdelirc/profiles/noatun.profile.xml deleted file mode 100644 index a9b204b..0000000 --- a/kdelirc/profiles/noatun.profile.xml +++ /dev/null @@ -1,75 +0,0 @@ -<?xml version="1.0" ?> -<!DOCTYPE profile SYSTEM "profile.dtd"> - -<profile id="noatun" servicename="noatun"> - <name>Noatun</name> - <author>Gav Wood</author> - <action objid="Noatun" prototype="void playpause()" class="pause"> - <name>Play/Pause</name> - <comment>Toggles the current track between playing and pausing.</comment> - </action> - <action objid="Noatun" prototype="void stop()" class="stop"> - <name>Stop</name> - <comment>Stops current playback, if any.</comment> - </action> - <action objid="Noatun" prototype="void clear()" class="eject"> - <name>Clear Playlist</name> - <comment>Clears the playlist of all items.</comment> - </action> - <action objid="Noatun" prototype="void back()" class="previous"> - <name>Back</name> - <comment>Skips to the start of the last track.</comment> - </action> - <action objid="Noatun" prototype="void forward()" class="next"> - <name>Forward</name> - <comment>Skips to the start of the next track.</comment> - </action> - <action objid="Noatun" prototype="void loop()"> - <name>Playback Mode</name> - <comment>Cycles through the playback modes of Noatun.</comment> - </action> - <action objid="Noatun" prototype="void play()" class="play"> - <name>Play</name> - <comment>Starts playback.</comment> - </action> - <action objid="Noatun" prototype="void removeCurrent()"> - <name>Remove Current</name> - <comment>Removes only the current track from the play list.</comment> - </action> - <action objid="Noatun" prototype="void toggleMute()" class="mute"> - <name>Mute</name> - <comment>Toggle sound muting</comment> - </action> - <action objid="Noatun" prototype="void volumeUp()" class="volumeup" repeat="1"> - <name>Volume Up</name> - <comment>Increase volume</comment> - </action> - <action objid="Noatun" prototype="void volumeDown()" class="volumedown" repeat="1"> - <name>Volume Down</name> - <comment>Decrease volume</comment> - </action> - <action objid="Noatun" prototype="void setVolume(int volume)"> - <name>Set Volume</name> - <comment>Sets the volume to a configurable amount.</comment> - <argument type="int"> - <comment>The required percentage of the volume.</comment> - <range min="0" max="100"/> - </argument> - </action> - <action objid="Noatun" prototype="void toggleListView()"> - <name>Toggle Playlist View</name> - <comment>Toggles the visiblility of the playlist window.</comment> - </action> - <action objid="Noatun" prototype="void skipto(int)"> - <name>Skip To</name> - <comment>Skips to a configurable point in the current track.</comment> - <argument type="int"> - <comment>The percentage of the track to move through.</comment> - <range min="0" max="100"/> - </argument> - </action> - <action objid="MainApplication-Interface" prototype="void quit()" class="off"> - <name>Quit</name> - <comment>Exit Noatun</comment> - </action> -</profile> |