Merge lp:~didrocks/unity/make-alt_tab_pause_default into lp:unity

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Gord Allott
Approved revision: no longer in the source branch.
Merged at revision: 1547
Proposed branch: lp:~didrocks/unity/make-alt_tab_pause_default
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/unityshell/unityshell.xml.in (+1/-1)
To merge this branch: bzr merge lp:~didrocks/unity/make-alt_tab_pause_default
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+75361@code.launchpad.net

Description of the change

Set alt + tab timeout to true (LP: #838075)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/unityshell/unityshell.xml.in'
--- plugins/unityshell/unityshell.xml.in 2011-08-31 20:31:03 +0000
+++ plugins/unityshell/unityshell.xml.in 2011-09-14 15:08:01 +0000
@@ -103,7 +103,7 @@
103 <option name="alt_tab_timeout" type="bool">103 <option name="alt_tab_timeout" type="bool">
104 <_short>Automatically grid windows on timer in switcher</_short>104 <_short>Automatically grid windows on timer in switcher</_short>
105 <_long>fixme</_long>105 <_long>fixme</_long>
106 <default>false</default>106 <default>true</default>
107 </option>107 </option>
108 <option name="alt_tab_forward" type="key">108 <option name="alt_tab_forward" type="key">
109 <_short>Key to start the switcher</_short>109 <_short>Key to start the switcher</_short>