diff options
author | Danny Baumann <dannybaumann@web.de> | 2009-02-26 21:14:17 +0100 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2009-02-26 21:14:17 +0100 |
commit | 3aebeac6766df2c6b00d471d89aa2a4cfe491dde (patch) | |
tree | 07b056275ed2a1800767ed14c6b812075d0a5241 /metadata | |
parent | 7450ed45ea268adbb253f0a476eb8d16de0d2db4 (diff) | |
download | zcomp-3aebeac6766df2c6b00d471d89aa2a4cfe491dde.tar.gz zcomp-3aebeac6766df2c6b00d471d89aa2a4cfe491dde.tar.bz2 |
Add commands plugin which provides bindings for arbitrary commands.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/CMakeLists.txt | 1 | ||||
-rw-r--r-- | metadata/commands.xml.in | 225 |
2 files changed, 226 insertions, 0 deletions
diff --git a/metadata/CMakeLists.txt b/metadata/CMakeLists.txt index 717017f..d4c435e 100644 --- a/metadata/CMakeLists.txt +++ b/metadata/CMakeLists.txt @@ -3,6 +3,7 @@ set (_plugin_files annotate blur clone + commands cube dbus decor diff --git a/metadata/commands.xml.in b/metadata/commands.xml.in new file mode 100644 index 0000000..ca5f74c --- /dev/null +++ b/metadata/commands.xml.in @@ -0,0 +1,225 @@ +<compiz> + <plugin name="commands"> + <_short>Commands</_short> + <_long>Assigns bindings to arbitrary commands</_long> + <category>General</category> + <display> + <group> + <_short>Commands</_short> + <option name="command0" type="string"> + <_short>Command line 0</_short> + <_long>Command line to be executed in shell when run_command0 is invoked</_long> + <default></default> + </option> + <option name="command1" type="string"> + <_short>Command line 1</_short> + <_long>Command line to be executed in shell when run_command1 is invoked</_long> + <default></default> + </option> + <option name="command2" type="string"> + <_short>Command line 2</_short> + <_long>Command line to be executed in shell when run_command2 is invoked</_long> + <default></default> + </option> + <option name="command3" type="string"> + <_short>Command line 3</_short> + <_long>Command line to be executed in shell when run_command3 is invoked</_long> + <default></default> + </option> + <option name="command4" type="string"> + <_short>Command line 4</_short> + <_long>Command line to be executed in shell when run_command4 is invoked</_long> + <default></default> + </option> + <option name="command5" type="string"> + <_short>Command line 5</_short> + <_long>Command line to be executed in shell when run_command5 is invoked</_long> + <default></default> + </option> + <option name="command6" type="string"> + <_short>Command line 6</_short> + <_long>Command line to be executed in shell when run_command6 is invoked</_long> + <default></default> + </option> + <option name="command7" type="string"> + <_short>Command line 7</_short> + <_long>Command line to be executed in shell when run_command7 is invoked</_long> + <default></default> + </option> + <option name="command8" type="string"> + <_short>Command line 8</_short> + <_long>Command line to be executed in shell when run_command8 is invoked</_long> + <default></default> + </option> + <option name="command9" type="string"> + <_short>Command line 9</_short> + <_long>Command line to be executed in shell when run_command9 is invoked</_long> + <default></default> + </option> + <option name="command10" type="string"> + <_short>Command line 10</_short> + <_long>Command line to be executed in shell when run_command10 is invoked</_long> + <default></default> + </option> + <option name="command11" type="string"> + <_short>Command line 11</_short> + <_long>Command line to be executed in shell when run_command11 is invoked</_long> + <default></default> + </option> + </group> + <group> + <_short>Key Bindings</_short> + <option name="run_command0_key" type="key"> + <_short>Run command 0</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command0</_long> + </option> + <option name="run_command1_key" type="key"> + <_short>Run command 1</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command1</_long> + </option> + <option name="run_command2_key" type="key"> + <_short>Run command 2</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command2</_long> + </option> + <option name="run_command3_key" type="key"> + <_short>Run command 3</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command3</_long> + </option> + <option name="run_command4_key" type="key"> + <_short>Run command 4</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command4</_long> + </option> + <option name="run_command5_key" type="key"> + <_short>Run command 5</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command5</_long> + </option> + <option name="run_command6_key" type="key"> + <_short>Run command 6</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command6</_long> + </option> + <option name="run_command7_key" type="key"> + <_short>Run command 7</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command7</_long> + </option> + <option name="run_command8_key" type="key"> + <_short>Run command 8</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command8</_long> + </option> + <option name="run_command9_key" type="key"> + <_short>Run command 9</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command9</_long> + </option> + <option name="run_command10_key" type="key"> + <_short>Run command 10</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command10</_long> + </option> + <option name="run_command11_key" type="key"> + <_short>Run command 11</_short> + <_long>A keybinding that when invoked, will run the shell command identified by command11</_long> + </option> + </group> + <group> + <_short>Button Bindings</_short> + <option name="run_command0_button" type="button"> + <_short>Run command 0</_short> + <_long>A button binding that when invoked, will run the shell command identified by command0</_long> + </option> + <option name="run_command1_button" type="button"> + <_short>Run command 1</_short> + <_long>A button binding that when invoked, will run the shell command identified by command1</_long> + </option> + <option name="run_command2_button" type="button"> + <_short>Run command 2</_short> + <_long>A button binding that when invoked, will run the shell command identified by command2</_long> + </option> + <option name="run_command3_button" type="button"> + <_short>Run command 3</_short> + <_long>A button binding that when invoked, will run the shell command identified by command3</_long> + </option> + <option name="run_command4_button" type="button"> + <_short>Run command 4</_short> + <_long>A button binding that when invoked, will run the shell command identified by command4</_long> + </option> + <option name="run_command5_button" type="button"> + <_short>Run command 5</_short> + <_long>A button binding that when invoked, will run the shell command identified by command5</_long> + </option> + <option name="run_command6_button" type="button"> + <_short>Run command 6</_short> + <_long>A button binding that when invoked, will run the shell command identified by command6</_long> + </option> + <option name="run_command7_button" type="button"> + <_short>Run command 7</_short> + <_long>A button binding that when invoked, will run the shell command identified by command7</_long> + </option> + <option name="run_command8_button" type="button"> + <_short>Run command 8</_short> + <_long>A button binding that when invoked, will run the shell command identified by command8</_long> + </option> + <option name="run_command9_button" type="button"> + <_short>Run command 9</_short> + <_long>A button binding that when invoked, will run the shell command identified by command9</_long> + </option> + <option name="run_command10_button" type="button"> + <_short>Run command 10</_short> + <_long>A button binding that when invoked, will run the shell command identified by command10</_long> + </option> + <option name="run_command11_button" type="button"> + <_short>Run command 11</_short> + <_long>A button binding that when invoked, will run the shell command identified by command11</_long> + </option> + </group> + <group> + <_short>Edge Bindings</_short> + <option name="run_command0_edge" type="edge"> + <_short>Run command 0</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command0</_long> + </option> + <option name="run_command1_edge" type="edge"> + <_short>Run command 1</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command1</_long> + </option> + <option name="run_command2_edge" type="edge"> + <_short>Run command 2</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command2</_long> + </option> + <option name="run_command3_edge" type="edge"> + <_short>Run command 3</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command3</_long> + </option> + <option name="run_command4_edge" type="edge"> + <_short>Run command 4</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command4</_long> + </option> + <option name="run_command5_edge" type="edge"> + <_short>Run command 5</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command5</_long> + </option> + <option name="run_command6_edge" type="edge"> + <_short>Run command 6</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command6</_long> + </option> + <option name="run_command7_edge" type="edge"> + <_short>Run command 7</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command7</_long> + </option> + <option name="run_command8_edge" type="edge"> + <_short>Run command 8</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command8</_long> + </option> + <option name="run_command9_edge" type="edge"> + <_short>Run command 9</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command9</_long> + </option> + <option name="run_command10_edge" type="edge"> + <_short>Run command 10</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command10</_long> + </option> + <option name="run_command11_edge" type="edge"> + <_short>Run command 11</_short> + <_long>An edge binding that when invoked, will run the shell command identified by command11</_long> + </option> + </group> + </display> + </plugin> +</compiz> |