[Pidgin] #862: Option to be able to send message on <ctrl>+<enter>

Pidgin trac at pidgin.im
Fri May 11 13:14:46 EDT 2007


#862: Option to be able to send message on <ctrl>+<enter>
------------------------------+---------------------------------------------
  Reporter:  Allergy          |       Owner:  datallah
      Type:  enhancement      |      Status:  new     
  Priority:  minor            |   Milestone:          
 Component:  winpidgin (gtk)  |     Version:  2.0     
Resolution:                   |    Keywords:          
   Pending:  0                |  
------------------------------+---------------------------------------------
Comment (by phroggie):

 Try this, instead of copying lines from that file verbatim.

 # enter inserts a newline
         bind "Return" { "insert-at-cursor" ("\n") }
 # ctrl-enter sends message
         bind "<ctrl>Return" { "message_send" () }

-- 
Ticket URL: <http://developer.pidgin.im/ticket/862#comment:4>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list