Merge lp:~pqp/maya/fix-889251 into lp:~elementary-apps/maya/trunk

Proposed by Patrick Pace
Status: Merged
Merged at revision: 383
Proposed branch: lp:~pqp/maya/fix-889251
Merge into: lp:~elementary-apps/maya/trunk
Diff against target: 13 lines (+3/-0)
1 file modified
Maya/Application.vala (+3/-0)
To merge this branch: bzr merge lp:~pqp/maya/fix-889251
Reviewer Review Type Date Requested Status
David Gomes (community) Approve
Review via email: mp+135953@code.launchpad.net

Description of the change

This branch simply toggles fullscreen functionality when you press F11.

To post a comment you must log in.
Revision history for this message
David Gomes (davidgomes) wrote :

Works fine, good code.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Maya/Application.vala'
2--- Maya/Application.vala 2012-09-13 22:40:33 +0000
3+++ Maya/Application.vala 2012-11-23 17:32:21 +0000
4@@ -309,6 +309,9 @@
5 }
6
7 break;
8+ case Gdk.Key.@F11:
9+ toolbar.menu.fullscreen.active = !toolbar.menu.fullscreen.active;
10+ break;
11 }
12
13 return false;

Subscribers

People subscribed via source and target branches