mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2002
Posts: 20
K
KaiN Offline OP
Ameglian cow
OP Offline
Ameglian cow
K
Joined: Dec 2002
Posts: 20
I think it would be nice if there were either a new feature to add customized key-codes to react to certain things like popups, aliases, or other commands.

Or just make the on KEYDOWN and on KEYUP remotes able to handle more than just custom windows.

Maybe also adding an "on KEYPRESS", "on MOUSE", "on CLICK", "on DOUBLECLICK", and "on HOVER" remotes. Those would be really nice for some nice graphically pleasing user interfaces.

Joined: Dec 2002
Posts: 144
D
Vogon poet
Offline
Vogon poet
D
Joined: Dec 2002
Posts: 144
Currently, you can program certain hotkeys.

Code:
alias f7 { say hi! }
alias cF6 { commands }
alias sF5 { commands }


As for doubleclicks in picture windows...

Code:
menu @whatever {
  sclick:/echo single click at $mouse.x $mouse.y
  dclick:/echo double click at $mouse.x $mouse.y
}


"Any sufficiently advanced technology is indistinguishable from magic." - Arthur C. Clarke
Joined: Dec 2002
Posts: 66
Babel fish
Offline
Babel fish
Joined: Dec 2002
Posts: 66
Hotkeys are pretty useless in mIRC. I only know that because I made a DLL to have them. Alt + <a-z> is pretty much owned by mIRC. ctrl + [lots of a-z] are global window hotkeys (ctrl+c = copy, etc)

That leaves you with hardly any, except shift. Of course if you use shift you then cannot capitalize them without faking some keybd_event()'s and that's just annoying ....

I can see why only fkeys are allowed to be use by us because there's not much else to be used.


- Linux System Administrator, Darktides Communications, LLC.

Link Copied to Clipboard