diff options
author | Stefano Karapetsas <[email protected]> | 2014-10-06 10:31:07 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-10-06 10:31:07 +0200 |
commit | 2febd2015d042d17a770f614f06b47844c1ac6b8 (patch) | |
tree | d07e46567ef1e7385bf13ff01b2132f5d74e9ab7 | |
parent | 4f7d02f0adedb658a59c828a8db8259134afa384 (diff) | |
download | marco-2febd2015d042d17a770f614f06b47844c1ac6b8.tar.bz2 marco-2febd2015d042d17a770f614f06b47844c1ac6b8.tar.xz |
Make shortcuts to move windows editable by control center
-rw-r--r-- | src/50-marco-window-key.xml.in | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/50-marco-window-key.xml.in b/src/50-marco-window-key.xml.in index 5d799331..dc725a00 100644 --- a/src/50-marco-window-key.xml.in +++ b/src/50-marco-window-key.xml.in @@ -70,6 +70,42 @@ _description="Maximize window horizontally" /> <KeyListEntry + name="move-to-corner-nw" + _description="Move window to north-west (top left) corner" /> + + <KeyListEntry + name="move-to-corner-ne" + _description="Move window to north-east (top right) cornerl" /> + + <KeyListEntry + name="move-to-corner-sw" + _description="Move window to south-west (bottom left) corner" /> + + <KeyListEntry + name="move-to-corner-se" + _description="Move window to south-east (bottom right) corner" /> + + <KeyListEntry + name="move-to-side-n" + _description="Move window to north (top) side of screen" /> + + <KeyListEntry + name="move-to-side-s" + _description="Move window to south (bottom) side of screen" /> + + <KeyListEntry + name="move-to-side-e" + _description="Move window to east (right) side of screen" /> + + <KeyListEntry + name="move-to-side-w" + _description="Move window to west (left) side of screen" /> + + <KeyListEntry + name="move-to-center" + _description="Move window to center of screen" /> + + <KeyListEntry name="move-to-workspace-1" _description="Move window to workspace 1" value="1" |