Merge lp:~3v1n0/autopilot/window-left+right-maximize-keys into lp:autopilot

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Andrea Azzarone
Approved revision: 324
Merged at revision: 324
Proposed branch: lp:~3v1n0/autopilot/window-left+right-maximize-keys
Merge into: lp:autopilot
Diff against target: 12 lines (+2/-0)
1 file modified
autopilot/keybindings.py (+2/-0)
To merge this branch: bzr merge lp:~3v1n0/autopilot/window-left+right-maximize-keys
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Andrea Azzarone (community) Approve
Review via email: mp+185827@code.launchpad.net

Commit message

keybindings: add unity window/{left,right}_maximize key binding

Description of the change

To post a comment you must log in.
Revision history for this message
Andrea Azzarone (azzar1) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'autopilot/keybindings.py'
--- autopilot/keybindings.py 2013-07-30 20:34:23 +0000
+++ autopilot/keybindings.py 2013-09-16 14:55:15 +0000
@@ -120,6 +120,8 @@
120 "window/show_desktop": ("unityshell", "show_desktop_key"),120 "window/show_desktop": ("unityshell", "show_desktop_key"),
121 "window/minimize": ("core", "minimize_window_key"),121 "window/minimize": ("core", "minimize_window_key"),
122 "window/maximize": ("core", "maximize_window_key"),122 "window/maximize": ("core", "maximize_window_key"),
123 "window/left_maximize": ("unityshell", "window_left_maximize"),
124 "window/right_maximize": ("unityshell", "window_right_maximize"),
123 "window/restore": ("core", "unmaximize_or_minimize_window_key"),125 "window/restore": ("core", "unmaximize_or_minimize_window_key"),
124 "window/close": ("core", "close_window_key"),126 "window/close": ("core", "close_window_key"),
125 # expo plugin:127 # expo plugin:

Subscribers

People subscribed via source and target branches