diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-05 01:57:53 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-05 01:57:53 -0700 |
commit | 8002f5e0c7187dd63add8d1dc676a96ec4cca4f3 (patch) | |
tree | 2b2ee08442cd7db45dfb9b6b6d211ec2e3b7976c | |
parent | 0abfe9cfcbcfd2f515162ecead0de7c05d84625b (diff) | |
parent | 45f5b612c402856de6d84c0b617bc129d9ee2972 (diff) | |
download | marco-8002f5e0c7187dd63add8d1dc676a96ec4cca4f3.tar.bz2 marco-8002f5e0c7187dd63add8d1dc676a96ec4cca4f3.tar.xz |
Merge pull request #40 from jothan/master
Pull for fixing issue #39 for the missing schema declarations.
-rw-r--r-- | src/org.mate.marco.gschema.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index 03805aa4..d3841f9c 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -500,6 +500,61 @@ <summary>Commands to run in response to keybindings</summary> <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> </key> + <key name="command-2" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-3" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-4" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-5" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-6" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-7" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-8" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-9" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-10" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-11" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> + <key name="command-12" type="s"> + <default>' '</default> + <summary>Commands to run in response to keybindings</summary> + <description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description> + </key> <key name="command-screenshot" type="s"> <default>'mate-screenshot'</default> <summary>The screenshot command</summary> |