diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/org.mate.marco.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml index 62f03f34..636767dc 100644 --- a/src/org.mate.marco.gschema.xml +++ b/src/org.mate.marco.gschema.xml @@ -513,7 +513,7 @@ <description>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.</description> </key> <key name="switch-group" type="s"> - <default>'disabled'</default> + <default>'<Alt>grave'</default> <summary>Move between windows of an application, using a popup window</summary> <description>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. This keybinding may be reversed by holding down the "shift" key; therefore, "shift" cannot be one of the keys it uses.</description> </key> |