summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2017-05-05 17:51:06 +0200
committerRui Matos <tiagomatos@gmail.com>2017-07-14 15:31:20 +0200
commitc614a2db285458f0d6319e90039f725da9b04d66 (patch)
treeb177f0cba08b29bc7afe15051dd8a897e54fd12b /data
parent7360f51ee82f9202829b8b85807a9b2692308e8d (diff)
downloadmutter-c614a2db285458f0d6319e90039f725da9b04d66.tar.gz
keybindings: Add a rotate-monitor builtin keybinding
Moved from g-s-d's media keys plugin, where it was called "video-rotate", since it requires changing the current monitor configuration and we want to remove the old DBus API. https://bugzilla.gnome.org/show_bug.cgi?id=781906
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.mutter.gschema.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in
index 7e59c1650..95aa42e1d 100644
--- a/data/org.gnome.mutter.gschema.xml.in
+++ b/data/org.gnome.mutter.gschema.xml.in
@@ -156,5 +156,10 @@
<summary>Cancel tab popup</summary>
</key>
+ <key name="rotate-monitor" type="as">
+ <default><![CDATA[['XF86RotateWindows']]]></default>
+ <summary>Rotates the built-in monitor configuration</summary>
+ </key>
+
</schema>
</schemalist>