Comment 9 for bug 771448

Revision history for this message
Zygfryd de Maciejowice (sajuukk) wrote :

In my Natty this edge flipping stopped working permanently and nothing is changing. However I managed to make something provisinal, because I needed those edges badly. I apt-get installed xautomation, a program used to emulate press of keyboard keys. Then, I set two key bindings for rotate cube in Compiz: Super + Left and Super + Right. I created two launchers and put those commands in each:

xte "keydown Super_L" "key Left" "keyup Super_L"
xte "keydown Super_L" "key Right" "keyup Super_L"

Of course they should be executed as programs. After this, I put them at the ends of gnome panel. Additionally I
 drew thin icon (4x10px) so that they wouldn't use much space on the panel. They aren't as useful as edge + click, but better than nothing.