On Fri, Oct 31, 2008 at 9:58 PM, Thomas Adam <[EMAIL PROTECTED]> wrote:
> 2008/10/31 for.register for.register <[EMAIL PROTECTED]>:
>> Hi,
>>
>> In fact,  I dont know how to say in in English,  Let me try:
>>
>> For example , I want to close a window, I press and hold the left mouse
>> key on the "close button" . And now I dont want to close the window
>> so, I move off the cursor from the "close button", and release the mouse
>> key. And I hope the window is still there unclosed. How the configure this?
>
> Do you mean:
>
> Mouse 0 1 A SomeFunction
>
> DestroyFunc SomeFunction
> AddToFunc   SomeFunction
> + H Close
>
> -- Thomas Adam
>


I tried this like :

Mouse   1 1 A           Close-Window

DestroyFunc Close-Window
AddToFunc   Close-Window
+ H Close


But it seems do not work.

Reply via email to