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})