Shortcuts for commands
To create a shortcut for command, first open: mate ~/.bashrc then add following line: alias sencha="/Users/uzza/bin/Sencha/Cmd/3.1.2.342/sencha" which means: alias new_command_name="command goes here"
To create a shortcut for command, first open: mate ~/.bashrc then add following line: alias sencha="/Users/uzza/bin/Sencha/Cmd/3.1.2.342/sencha" which means: alias new_command_name="command goes here"
There is a problem with binding CTRL as a shortcut in Guake console. Following code solves this problem: Getting current shortcut: gconftool-2 -g /apps/guake/keybindings/global/show_hide Setting new one: gconftool-2 -t string -s /apps/guake/keybindings/global/show_hide "<Control>less"