CXKEY Handler
Posted: Sat Nov 17, 2012 10:12 am
First of all thank you Andreas for implementing many of my feature-requests
The new commands "useragent" is working fine and already build in flipclock 53.1 beta 3.
But i face a problem with CXKEY:
When setting the tooltype-entry:
cxkey hotkey=ctrl alt f
or
cxkey_hotkey=ctrl alt f
or
CXKEY=ctrl alt f
with this:
Nothing happen. Did i understand this wrong. The Documentation describe "if you set '-cxkey hotkey'-Console-Argument or Tooltype-Argument" this should work.
The new commands "useragent" is working fine and already build in flipclock 53.1 beta 3.
But i face a problem with CXKEY:
When setting the tooltype-entry:
cxkey hotkey=ctrl alt f
or
cxkey_hotkey=ctrl alt f
or
CXKEY=ctrl alt f
with this:
Code: Select all
function p_hotkey()
DebugPrint("Es geht!...")
waitleftmouse()
End
endfunction
InstallEventHandler({hotkey = p_hotkey})