summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-10-13 12:14:36 +0300
committerMonsta <[email protected]>2015-10-13 12:14:36 +0300
commitd347a30393c2de70570ca2cba51ee4f76bb83864 (patch)
treef7ec1d7a6ea9b2132f4e55417c0f6749f37c332b /src
parentbd4b92691203a5ba84721c31d28f466f429cc9ca (diff)
downloadmarco-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.xml2
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 "&lt;Control&gt;a" or "&lt;Shift&gt;&lt;Alt&gt;F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and "&lt;Ctrl&gt;". 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>'&lt;Alt&gt;grave'</default>
<summary>Move between windows of an application, using a popup window</summary>
<description>The format looks like "&lt;Control&gt;a" or "&lt;Shift&gt;&lt;Alt&gt;F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and "&lt;Ctrl&gt;". 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>