diff options
| author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-09-14 13:36:32 +0200 |
|---|---|---|
| committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2013-09-14 13:36:32 +0200 |
| commit | 9fc52146c32b70cb651f3a22c435bd5c669b3256 (patch) | |
| tree | c9d448da28bb56bf6bcb292b9ee1b09588ab3304 /plugins/unityshell | |
| parent | 7b831f3e1dc03a50868948fb818d853e8f2e5bdd (diff) | |
UnityShell.xml: adapt the default window management keybindings to new values
(bzr r1820.4.8)
Diffstat (limited to 'plugins/unityshell')
| -rw-r--r-- | plugins/unityshell/unityshell.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/unityshell/unityshell.xml.in b/plugins/unityshell/unityshell.xml.in index e3817f476..b1f9ffc23 100644 --- a/plugins/unityshell/unityshell.xml.in +++ b/plugins/unityshell/unityshell.xml.in @@ -71,25 +71,25 @@ <option name="window_maximize" type="key"> <_short>Key to maximize the focused window</_short> <_long>Maximize the focused window</_long> - <default><Super>Up</default> + <default><Control><Super>Up</default> </option> <option name="window_restore_minimize" type="key"> <_short>Key to restore or minimize the focused window</_short> <_long>Restore the maximized window on focus or minimize the focused window</_long> - <default><Super>Down</default> + <default><Control><Super>Down</default> </option> <option name="window_right_maximize" type="key"> <_short>Key to vertically maximize the focused window to the right</_short> <_long>Semi-maximize vertically the focused window on the half right width of the screen</_long> - <default><Super>Right</default> + <default><Control><Super>Right</default> </option> <option name="window_left_maximize" type="key"> <_short>Key to vertically maximize the focused window to the left</_short> <_long>Semi-maximize vertically the focused window to the half left width of the screen</_long> - <default><Super>Left</default> + <default><Control><Super>Left</default> </option> <option name="panel_opacity" type="float"> |
