Merge lp:~brandontschaefer/unity/fix-950160-6.0 into lp:unity/6.0

Proposed by Brandon Schaefer
Status: Work in progress
Proposed branch: lp:~brandontschaefer/unity/fix-950160-6.0
Merge into: lp:unity/6.0
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/unityshell/unityshell.xml.in (+1/-0)
To merge this branch: bzr merge lp:~brandontschaefer/unity/fix-950160-6.0
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+132925@code.launchpad.net

Commit message

Disable reliable compiz tap detection for the Super key, so other programs
can still bind to Super+other_keys.
(LP: #950160)

Description of the change

Backport fix for Super+P (Super+*) problem.

Depends on this branch:
https://code.launchpad.net/~brandontschaefer/compiz/fix-950160-6.0

To post a comment you must log in.

Unmerged revisions

2795. By Brandon Schaefer

* Removes tap detection for the Super key, so Super+* works

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/unityshell/unityshell.xml.in'
2--- plugins/unityshell/unityshell.xml.in 2012-10-17 10:31:58 +0000
3+++ plugins/unityshell/unityshell.xml.in 2012-11-05 17:06:22 +0000
4@@ -80,6 +80,7 @@
5 <option name="show_launcher" type="key">
6 <_short>Key to show the launcher</_short>
7 <_long>Make the launcher appear with that key</_long>
8+ <tap_detection>false</tap_detection>
9 <default>&lt;Super&gt;</default>
10 </option>
11 <option name="keyboard_focus" type="key">

Subscribers

People subscribed via source and target branches