Housebaked!

What's New :

The Quickest Introduction to CSS!

May 9, 2008

If you're new to CSS this is the place to start! Real life examples with complete descriptions and step-by-step instructions. read more

Pre-Planning a Website

Apr 21, 2008

Every person new to Web Development should have a peek at this article. In depth advice on the pre-planning of your website in six simple steps. read more

The Linux Guide - Update!

Apr 10, 2008

TLG has been updated after we've received contribution to the project. Thanks Hazel! read more

Win Friends and Make Them Think Like You

Apr 06, 2008

How can we change the way the people around us think? I explain just how human nature works and how we can all be happier. read more

My Weblog

Mar 29, 2008

Here's my Weblog for the little things which don’t fit here and is a place where I’ll enjoy myself rather than being too serious. Visit my Blog

Extensive Keyboard Shortcuts in Gnome

Mar 6, 2008

Many people are aware that they can edit basic keyboard shortcuts in Gnome via System >> Preferences >> Keyboard Shortcuts. I'm going to show you how to create shortcuts to any application you desire.

Ok lets start off by opening the terminal (No don't worry it's not a difficult process you'll need to use the terminal only to open your gconf-editor). Next type gconf-editor and hit enter. Next navigate to apps >> metacity >> global_keybindings. It should look like this:

Gconf global_keybindings

Now you can simply edit the run_command to anything you like (the shortcut). In the example I used alt+g, note that you need to physically type the brackets in yourself. You can use abbreviations such as ctl or ctrl instead of control. All you need to do now is go to keybinding_commands just below global_keybindings and add the application you want corresponding to your shortcut keys. I used alt+g for Gaim as you'll see in the example.

Gconf keybinding_commands

And that's all there is too it!