diff options
author | Monsta <[email protected]> | 2015-10-13 12:14:36 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-10-13 12:14:36 +0300 |
commit | d347a30393c2de70570ca2cba51ee4f76bb83864 (patch) | |
tree | f7ec1d7a6ea9b2132f4e55417c0f6749f37c332b /src | |
parent | bd4b92691203a5ba84721c31d28f466f429cc9ca (diff) | |
download | marco-d347a30393c2de70570ca2cba51ee4f76bb83864.tar.bz2 marco-d347a30393c2de70570ca2cba51ee4f76bb83864.tar.xz |
use Alt-` for switching between windows of the same application
closes https://github.com/mate-desktop/marco/issues/90
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> |