OnWindowPopupRequest
Triggered when the user middle-clicks in a text view (or right-clicks with the Ctrl key pressed).
Parameters
None
Window
The window that the user has clicked in.
Description
This event is here to allow easy customization of the window popup (it was builtin in KVIrc version prior to 3.0.0).
Actually it is triggered when the user middle-clicks in a text view (or right-clicks with the Ctrl key pressed).
You should use it to popup your own version of the window popup that should interface the logging and window-behaviour functions.

Index, Events