Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
enter keys ?
#1
powerpro knows two enter keys - enter and numpad enter.
how do i use them in qm as trigger keys ?

reason for that is, that i need in chatzilla the same enter key functions
then in other irc clients.

with ppro i send on VK_EXECUTE(?) a control enter to send the message.
the other enter is for linefeed.

ppro -> pad enter on "shellshaolin auf #*" -> qm.macro("chattzilla_enter")
Code:
Copy      Help
ppbang("keys {ctrl}{enter}")



thanks
pi
#2
It is possible only if you install low level keyboard procedure (for an example, search the forum for BlockInput2) and when you catch Enter, test whether it is extended key (if(lParam.flags&1) out "num Enter").


Forum Jump:


Users browsing this thread: 1 Guest(s)