[gsettings-desktop-schemas] schemas: Add keybindings to move windows between monitors
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gsettings-desktop-schemas] schemas: Add keybindings to move windows between monitors
- Date: Thu, 12 Dec 2013 08:07:57 +0000 (UTC)
commit e4a829c6f29eef6fd35475d933a7d4cb9186e95e
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Nov 14 16:43:11 2013 +0000
schemas: Add keybindings to move windows between monitors
https://bugzilla.gnome.org/show_bug.cgi?id=720278
....gnome.desktop.wm.keybindings.gschema.xml.in.in | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
index a18c6c3..4db8799 100644
--- a/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.wm.keybindings.gschema.xml.in.in
@@ -251,6 +251,22 @@
<default><![CDATA[['<Super><Shift>Page_Down','<Control><Shift><Alt>Down']]]></default>
<_summary>Move window one workspace down</_summary>
</key>
+ <key name="move-to-monitor-left" type="as">
+ <default><![CDATA[['<Super><Shift>Left']]]></default>
+ <_summary>Move window to the next monitor on the left</_summary>
+ </key>
+ <key name="move-to-monitor-right" type="as">
+ <default><![CDATA[['<Super><Shift>Right']]]></default>
+ <_summary>Move window to the next monitor on the right</_summary>
+ </key>
+ <key name="move-to-monitor-up" type="as">
+ <default><![CDATA[['<Super><Shift>Up']]]></default>
+ <_summary>Move window to the next monitor above</_summary>
+ </key>
+ <key name="move-to-monitor-down" type="as">
+ <default><![CDATA[['<Super><Shift>Down']]]></default>
+ <_summary>Move window to the next monitor below</_summary>
+ </key>
<key name="raise-or-lower" type="as">
<default>[]</default>
<_summary>Raise window if covered, otherwise lower it</_summary>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]