diff options
author | Havoc Pennington <hp@pobox.com> | 2002-07-11 04:10:44 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-07-11 04:10:44 +0000 |
commit | 42639fc9fb1237f749b31a0250335da7fae51f4d (patch) | |
tree | 931751ad8c7bd1ca2414994f68efc4f4659fd50a /src/metacity.schemas.in | |
parent | a38c16e57e0521abc88bb5f99df09de964342585 (diff) | |
download | metacity-42639fc9fb1237f749b31a0250335da7fae51f4d.tar.gz |
option to display error when a command fails to run.
2002-07-11 Havoc Pennington <hp@pobox.com>
* src/metacity-dialog.c (main): option to display error when a
command fails to run.
* src/keybindings.c (handle_run_command): run commands
in response to keybindings.
* src/prefs.c: add command keybinding stuff
* src/metacity.schemas.in: add keybindings for running commands,
and keys to store the commands themselves.
Diffstat (limited to 'src/metacity.schemas.in')
-rw-r--r-- | src/metacity.schemas.in | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 58d7e7c0..79d36380 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -1231,6 +1231,71 @@ you set </locale> </schema> + <schema> + <key>/schemas/apps/metacity/global_keybindings/run_command</key> + <applyto>/apps/metacity/global_keybindings/run_command_1</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_2</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_3</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_4</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_5</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_6</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_7</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_8</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_9</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_10</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_11</applyto> + <applyto>/apps/metacity/global_keybindings/run_command_12</applyto> + <owner>metacity</owner> + <type>string</type> + <default>disabled</default> + <locale name="C"> + <short>Run a defined command</short> + <long> + The keybinding that runs the correspondingly-numbered + command in /apps/metacity/keybinding_commands + + The format looks like "<Control>a" or + "<Shift><Alt>F1. + + The parser is fairly liberal and allows lower or upper case, + and also abbreviations such as "<Ctl>" and + "<Ctrl>". If you set the option to the special string + "disabled", then there will be no keybinding for this + action. + </long> + </locale> + </schema> + + <!-- commands to run with the run_command keybindings --> + + <schema> + <key>/schemas/apps/metacity/keybinding_commands/command</key> + <applyto>/apps/metacity/keybinding_commands/command_1</applyto> + <applyto>/apps/metacity/keybinding_commands/command_2</applyto> + <applyto>/apps/metacity/keybinding_commands/command_3</applyto> + <applyto>/apps/metacity/keybinding_commands/command_4</applyto> + <applyto>/apps/metacity/keybinding_commands/command_5</applyto> + <applyto>/apps/metacity/keybinding_commands/command_6</applyto> + <applyto>/apps/metacity/keybinding_commands/command_7</applyto> + <applyto>/apps/metacity/keybinding_commands/command_8</applyto> + <applyto>/apps/metacity/keybinding_commands/command_9</applyto> + <applyto>/apps/metacity/keybinding_commands/command_10</applyto> + <applyto>/apps/metacity/keybinding_commands/command_11</applyto> + <applyto>/apps/metacity/keybinding_commands/command_12</applyto> + <owner>metacity</owner> + <type>string</type> + <default> </default> + <locale name="C"> + <short>Commands to run in response to keybindings</short> + <long> + The /apps/metacity/global_keybindings/run_command_N + keys define keybindings that correspond to these commands. + Pressing the keybinding for run_command_N will + execute command_N. + </long> + </locale> + </schema> + <!-- Not used and/or crackrock --> <schema> |