[Pidgin] #6118: Send file & nudge buttons in chat windows...

Pidgin trac at pidgin.im
Wed Jun 18 12:55:14 EDT 2008


#6118: Send file & nudge buttons in chat windows...
---------------------------+------------------------------------------------
  Reporter:  goodbyte      |       Owner:  lschiere
      Type:  enhancement   |      Status:  closed  
  Priority:  minor         |   Milestone:          
 Component:  unclassified  |     Version:          
Resolution:  fixed         |    Keywords:          
   Pending:  0             |  
---------------------------+------------------------------------------------
Changes (by deryni):

  * status:  new => closed
  * resolution:  => fixed
  * pending:  1 => 0

Comment:

 And actually, by following the same sort of directions as are at this part
 of the
 [http://developer.pidgin.im/wiki/Using%20Pidgin#HowdoImakeEntermakeanewlineandCtrlEntersend
 FAQ] you can make any keypress you want send a nudge. I use control-g
 below. (tmpbind is just a name, you can call it whatever you want.)

 {{{
 binding "tmpbind" {
   bind "<ctrl>g" { "insert-at-cursor" ("/nudge") "message-send" () }
 } widget "*pidgin_conv_entry" binding "tmpbind"
 }}}

 Given this, I'm going to close the ticket. Let me know if I missed
 something and you think I need to reopen it.

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


More information about the Tracker mailing list