feed Posts (RSS | eMail)
feed Comments (RSS | eMail)
Loading...

Please consider signing the Google Gmail Automatic BCC Option Petition
and spread the word. Thanks!

I need more signatures - at least, help me reach the 100 for starters! :-)
[click box to close]

After using “Trillian” for quite some time, I was looking for a better multi-protocol instant messenger - one that supports more accounts (like e.g. Google Talk) on an open source basis being highly configurable. I think “Pidgin” works really nice.

Note:
You should also have a look at the “Guifications” plugin.

[Update from 2008-03-31]
I’ve always wanted to change the behaviour of the “return” key - it should insert a blank line rather than sending the message.

Here is one way to do it (on Windows XP):

A. Create (or find) the file %APPDATA%\.purple\gtkrc-2.0
B. Insert the following code:

# Make Pidgin send message with CTRL-RETURN
binding "my-bindings"
{
    bind "Return" { "insert-at-cursor" ("\n") }
    bind "<ctrl><ctrl>Return" { "message_send" () }
}
widget "*pidgin_conv_entry" binding "my-bindings"</ctrl>

This was not so easy to find on the Pidgin website.
Unfortunately, “<alt>s” (like Skype) wouldn’t work.

The post ends here. Wanna leave a response? Have Your Say!

Next post: Katie Melua’s Upcoming New Album “Pictures”
Previous post: Casio MTP-4500L-1AVEF - Another Watch For My Collection

Trackback URI | Comments RSS | Permalink

del.icio.us del.icio.us eMail this post eMail Print Print
Did you like this post? NoYes
No votes yet, be the first!
Loading ... Loading ...

Have Your Say!

back to top