Menu

gtkrc-2.0 "crtl-enter" code no longer working

MHHD
2007-05-04
2013-01-14
  • MHHD

    MHHD - 2007-05-04

    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?

     
    • Etan Reisner

      Etan Reisner - 2007-05-04

      No but the widget names did, so you'll need to change gaim to pidgin, in the lines you didn't paste here.

       
    • MHHD

      MHHD - 2007-05-04

      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.