primary is control fix in compiz wall patch
This commit is contained in:
parent
c474172108
commit
269e63f168
@ -216,7 +216,7 @@ diff -upNr compiz-0.8.6.orign/metadata/wall.xml.in compiz-0.8.6/metadata/wall.xm
|
||||
+ <option name="left_key" type="key">
|
||||
+ <_short>Move Left</_short>
|
||||
+ <_long>Move along the wall to the left</_long>
|
||||
+ <default><Control><Alt>Left</default>
|
||||
+ <default><Primary><Alt>Left</default>
|
||||
+ </option>
|
||||
+ <option name="left_button" type="button">
|
||||
+ <_short>Move Left</_short>
|
||||
@ -225,7 +225,7 @@ diff -upNr compiz-0.8.6.orign/metadata/wall.xml.in compiz-0.8.6/metadata/wall.xm
|
||||
+ <option name="right_key" type="key">
|
||||
+ <_short>Move Right</_short>
|
||||
+ <_long>Move along the wall to the right</_long>
|
||||
+ <default><Control><Alt>Right</default>
|
||||
+ <default><Primary><Alt>Right</default>
|
||||
+ </option>
|
||||
+ <option name="right_button" type="button">
|
||||
+ <_short>Move Right</_short>
|
||||
@ -234,7 +234,7 @@ diff -upNr compiz-0.8.6.orign/metadata/wall.xml.in compiz-0.8.6/metadata/wall.xm
|
||||
+ <option name="up_key" type="key">
|
||||
+ <_short>Move Up</_short>
|
||||
+ <_long>Move along the wall up</_long>
|
||||
+ <default><Control><Alt>Up</default>
|
||||
+ <default><Primary><Alt>Up</default>
|
||||
+ </option>
|
||||
+ <option name="up_button" type="button">
|
||||
+ <_short>Move Up</_short>
|
||||
@ -243,7 +243,7 @@ diff -upNr compiz-0.8.6.orign/metadata/wall.xml.in compiz-0.8.6/metadata/wall.xm
|
||||
+ <option name="down_key" type="key">
|
||||
+ <_short>Move Down</_short>
|
||||
+ <_long>Move along the wall down</_long>
|
||||
+ <default><Control><Alt>Down</default>
|
||||
+ <default><Primary><Alt>Down</default>
|
||||
+ </option>
|
||||
+ <option name="down_button" type="button">
|
||||
+ <_short>Move Down</_short>
|
||||
@ -271,22 +271,22 @@ diff -upNr compiz-0.8.6.orign/metadata/wall.xml.in compiz-0.8.6/metadata/wall.xm
|
||||
+ <option name="left_window_key" type="key">
|
||||
+ <_short>Move Left With Window</_short>
|
||||
+ <_long>Move with window along the wall to the left</_long>
|
||||
+ <default><Control><Alt><Shift>Left</default>
|
||||
+ <default><Primary><Alt><Shift>Left</default>
|
||||
+ </option>
|
||||
+ <option name="right_window_key" type="key">
|
||||
+ <_short>Move Right With Window</_short>
|
||||
+ <_long>Move with window along the wall to the right</_long>
|
||||
+ <default><Control><Alt><Shift>Right</default>
|
||||
+ <default><Primary><Alt><Shift>Right</default>
|
||||
+ </option>
|
||||
+ <option name="up_window_key" type="key">
|
||||
+ <_short>Move Up With Window</_short>
|
||||
+ <_long>Move with window along the wall up</_long>
|
||||
+ <default><Control><Alt><Shift>Up</default>
|
||||
+ <default><Primary><Alt><Shift>Up</default>
|
||||
+ </option>
|
||||
+ <option name="down_window_key" type="key">
|
||||
+ <_short>Move Down With Window</_short>
|
||||
+ <_long>Move with window along the wall down</_long>
|
||||
+ <default><Control><Alt><Shift>Down</default>
|
||||
+ <default><Primary><Alt><Shift>Down</default>
|
||||
+ </option>
|
||||
+ </subgroup>
|
||||
+ <subgroup>
|
||||
|
Loading…
Reference in New Issue
Block a user