So first things first. We all want the main menu to pop up when we press the Windoze/Super key. It is done by
Code:
System--> Preferences--> Keyboard Shortcuts-->
More than that I use
xvkbd -text "\[Alt_L]\[F1]"
as the command for starting the main menu without even touching my keyboard.
For this,
Code:
goto System--> Preferences--> CompizConfig Settings--> General--> Commands--> Commands--> Run Command 0 and fill the text box with xvkbd -text "\[Alt_L]\[F1]"
You can set [Button Binding =
Note : To use this, you will have to install the xvkbd package .
Code:
sudo apt-get install xvkbd
Change the shortcut for Show Desktop by merely moving mouse cursor to left bottom corner [where the show desktop icon is placed in windoze].
Code:
System--> Preferences--> CompizConfig Settings--> General--> General Options--> Key Bindings--> Show Desktop [with a monitor icon].
THEN Win+E
Set value of Run Command 1 to "nautilus ~" [without quotes] to open your home folder with Super+e or "nautilus /" [without quotes] to open your root folder.
The other settings I use in compiz are
Win+R [Run Command 2]
"gnome-terminal" with super+r [Its equivalent is actually Alt+F2]
Win+L [Run Command 3]
"gnome-session-save --logout-dialog" with super+l
[Button Binding =
Task manager [Ctrl+Alt+Delete] [Run Command 4]
"gnome-system-monitor" Ctrl+Alt+Delete
End a non responsive program without using Ctrl+Alt+Delete [Run Command 5]
"xkill" with super+delete
Win+F [Run Command 6]
"gnome-search-tool"
[Or use "gnome-search-tool --path=/" for setting the default search location to entire file system. Actually, I use former by a launcher [panel applet] and the latter in the key binding. So that I can choose the default search location.]
And that is not all. The edge bindings could be used for all these commands which enables us to do things even without any key press.
Hope this helps somebody move from Windoze to Ubuntu. Any other tips or list of commands like the above are welcome.