I want to open the Alt+F2 run dialog when I hit the top-right corner like in this answer, but I need another command to do it (I have already installed xdotool
and xmacro
).
Asked
Active
Viewed 440 times
4

Black Block
- 4,991
1 Answers
7
- Install
xdotool
. - Install
compizconfig-settings-manager
. - Open
ccsm
and click the Commands button (not the tick in front of it).
warning - please see this question and to why you should be careful if using CCSM
Go to the Commands tab and copy-paste this line into an empty box:
xdotool key alt+F2
- Go to the Edge bindings tab and click the button labeled None next to the corresponding command number.

fossfreedom
- 172,746
-
Amazingly comprehensive answer. Kudos. – Jeremy Visser Nov 21 '11 at 02:04