diff -Nru libcompizconfig-0.9.7.0~bzr428/debian/changelog libcompizconfig-0.9.7.0~bzr428/debian/changelog --- libcompizconfig-0.9.7.0~bzr428/debian/changelog 2012-02-16 14:13:08.000000000 +0000 +++ libcompizconfig-0.9.7.0~bzr428/debian/changelog 2012-02-21 14:47:52.000000000 +0000 @@ -1,3 +1,11 @@ +libcompizconfig (0.9.7.0~bzr428-0ubuntu3) precise; urgency=low + + * debian/patches/02_primary_is_ctrl.patch: + - teach to compiz that gtk "primary" is control to enable + picking right keys from ccsm and g-c-c + + -- Didier Roche Tue, 21 Feb 2012 15:47:36 +0100 + libcompizconfig (0.9.7.0~bzr428-0ubuntu2) precise; urgency=low * debian/control: diff -Nru libcompizconfig-0.9.7.0~bzr428/debian/patches/02_primary_is_ctrl.patch libcompizconfig-0.9.7.0~bzr428/debian/patches/02_primary_is_ctrl.patch --- libcompizconfig-0.9.7.0~bzr428/debian/patches/02_primary_is_ctrl.patch 1970-01-01 00:00:00.000000000 +0000 +++ libcompizconfig-0.9.7.0~bzr428/debian/patches/02_primary_is_ctrl.patch 2012-02-21 14:47:52.000000000 +0000 @@ -0,0 +1,12 @@ +=== modified file 'src/bindings.c' +--- a/src/bindings.c 2009-09-01 04:17:14 +0000 ++++ b/src/bindings.c 2012-02-21 12:34:11 +0000 +@@ -65,6 +65,7 @@ + modifierList[] = { + { "", ShiftMask }, + { "", ControlMask }, ++ { "", ControlMask }, + { "", Mod1Mask }, + { "", Mod2Mask }, + { "", Mod3Mask }, + diff -Nru libcompizconfig-0.9.7.0~bzr428/debian/patches/series libcompizconfig-0.9.7.0~bzr428/debian/patches/series --- libcompizconfig-0.9.7.0~bzr428/debian/patches/series 2012-02-16 14:13:08.000000000 +0000 +++ libcompizconfig-0.9.7.0~bzr428/debian/patches/series 2012-02-21 14:47:52.000000000 +0000 @@ -1 +1,2 @@ 01_add_unity_profile.patch +02_primary_is_ctrl.patch