Hi, I am trying to bind if I double press escape in Virtuoso Layout Editor XL, deselect everything (Default is Ctrl+D) So I wrote the following code and execute in CIW hiSetBindKey("Layout" " Escape(2)" "geDeselectAllFig()") No effect, is it due to Esc is a special Key hardcoded? From bindkey for check->find marker , I have turned on the Log Filter. I found if no command is being executed, even the default key binding to Escape ( cacelEnterFun() ) will not be executed while Esc is pressed. My double click setting is 200ms (default), and I can trigger Mouse double click. Thanks.
↧