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
1=== modified file 'autopilot/keybindings.py'
2--- autopilot/keybindings.py 2013-07-30 20:34:23 +0000
3+++ autopilot/keybindings.py 2013-09-16 14:55:15 +0000
4@@ -120,6 +120,8 @@
5 "window/show_desktop": ("unityshell", "show_desktop_key"),
6 "window/minimize": ("core", "minimize_window_key"),
7 "window/maximize": ("core", "maximize_window_key"),
8+ "window/left_maximize": ("unityshell", "window_left_maximize"),
9+ "window/right_maximize": ("unityshell", "window_right_maximize"),
10 "window/restore": ("core", "unmaximize_or_minimize_window_key"),
11 "window/close": ("core", "close_window_key"),
12 # expo plugin:

Subscribers

People subscribed via source and target branches