mIRC Homepage
Posted By: TECO Toolbar - 11/12/18 10:30 PM
Hi,
I would like to know if it is possible to reproduce this function from the mIRC Toolbar. When I click the right mouse button and open the Favorites submenu function.



Thank you wink
Posted By: maroon Re: Toolbar - 11/12/18 10:41 PM
search the forum for sendkeys

//sendkeys % $+ j
Posted By: TECO Re: Toolbar - 12/12/18 12:21 AM
Originally Posted By: maroon
search the forum for sendkeys

//sendkeys % $+ j

Thanks for replying, but I'm talking about reproducing the submenu and not just the Favorites dialog. In the mIRC toolbar if you click the right mouse button above the Favorites icon it plays a submenu and it is this submenu that I would like to know is playable.
Posted By: Raccoon Re: Toolbar - 12/12/18 02:46 AM
Press Alt+A

or by script

sendkeys % $+ a
Posted By: Dazuz Re: Toolbar - 12/12/18 12:05 PM
Code:
alias testmenu {
  if ($toolbar(testmenu)) toolbar -d testmenu
  else toolbar -a testmenu "Test menu!" $qt($mircexe) "/echo click!" @testmenu
}

menu @testmenu {
  Hello
  .World:noop
}


/help /toolbar
Posted By: TECO Re: Toolbar - 12/12/18 01:57 PM
Originally Posted By: Dazuz
Code:
alias testmenu {
  if ($toolbar(testmenu)) toolbar -d testmenu
  else toolbar -a testmenu "Test menu!" $qt($mircexe) "/echo click!" @testmenu
}

menu @testmenu {
  Hello
  .World:noop
}


/help /toolbar

Thanks for the reply, but that's not what I asked.

Posted By: TECO Re: Toolbar - 12/12/18 02:42 PM
Originally Posted By: Raccoon
Press Alt+A

or by script

sendkeys % $+ a

Yes that's what I want, but I liked to put it on the popup channel. It is possible? wink

Thank you!
© mIRC Discussion Forums