This was already in the gtkrc-2.0 file when Pidgin installed (upgraded from both an old gAIM install and old GTK). Worked fine in gAIM and has no effect in Pidgin. Has the syntax changed?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To elaborate for others that may have this problem (and since the pidgin servers seem to be down at the moment), "You need to change gaim_gtkconv_entry to pidgin_conv_entry."
As seen on the google cache of this page:
cia.vc/stats/project/Pidgin?s_message=3
All is working after that change.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
gtk-key-theme-name = "Emacs"
gtk-can-change-accels = 1
binding "my-bindings"
{
# enter inserts a newline
bind "Return" { "insert-at-cursor" ("\n") }
# ctrl-enter sends message
bind "<ctrl>Return" { "message_send" () }
}
This was already in the gtkrc-2.0 file when Pidgin installed (upgraded from both an old gAIM install and old GTK). Worked fine in gAIM and has no effect in Pidgin. Has the syntax changed?
No but the widget names did, so you'll need to change gaim to pidgin, in the lines you didn't paste here.
To elaborate for others that may have this problem (and since the pidgin servers seem to be down at the moment), "You need to change gaim_gtkconv_entry to pidgin_conv_entry."
As seen on the google cache of this page:
cia.vc/stats/project/Pidgin?s_message=3
All is working after that change.