Girish Venkatachalam is a UNIX hacker with more than a decade of
networking and crypto programming experience.
His hobbies include yoga,cycling, cooking and he runs his own
business. Details here:
http://gayatri-hitech.com
http://spam-cheetah.com
xbindkeys is very easy to use when you wish to bind hotkey presses on X sessions. Either when you are on a xterm or otherwise. You have be within the Xwindow session, that is all. Typical Xwindow sessions span multiple virtual displays or workspaces and typically on linux you have Xwindow running on virtual terminal Alt + Ctrl + F7. Anyway I think you know what I mean.
I created a default keybindings file with
$ xbindkeys --defaults > $HOME/.xbindkeysrc
The syntax is braindead simple.
"pidgin" Control + b2 + Release
If you want to invoke pidgin when you press Ctrl key on the keyboard with the second mouse button.
But things get complicated. You have to know keycodes. You can easily find that by running
$ xbindkeys -k
It throws up a small white screen a la xev and you will know which keycode corresponds to which key.
After that just start the xbindkeys daemon with
$ xbindkeys
Every time you change a binding you have to restart this daemon or send the HUP signal.
$ pkill -HUP xbindkeys
I find that you can create a long command as a shell script and then bind it. That is more useful to me from a practical point of view.
For instance,
I create a /bin/playaudio file like this.
#!/bin/sh mplayer /home/music/file1.mp3
And then chmod it.
# chmod +x /bin/playaudio
Then configure xkeybindings file like this.
"playaudio" Mod_M + b1
This will play a song when I press the useless Windows key along with mouse button 1.
Please refer to the command I gave above to figure out keycodes and keynames. It is very useful.
More Articles by Girish Venkatachalam
/Girish/xbindkeys.html copyright September 2009 Girish Venkatachalam All Rights Reserved
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar
Take Control of Exploring & Customizing Snow Leopard