[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [StrongED] Taskwindow Cntrl C



In message <a219254f52.Iyonix@xxxxxxxxxxxxxxxxxxx>
          Ron <iyonix@xxxxxxxxxxx> wrote:

> I am experimenting with C language and Signal handlers.
> A program running in a taskwindow responds to the ESC
> key, but ^C and StrongED intercepts with the no
> selected area box.
>
> One possibility would be for it to skip when there is no
> area selected.
> ^Q quits the whole taskwindow, so there is probably a few
> others, maybe an option to nullify the hot key actions?

Which keys are intercepted by StrongED is controlled by the TaskWindow
mode. Keys that are not to be intercepted should be in the KeyList with
the ToTask function assigned to it. In this case:

  KeyList
     c-C    ToTask
  End

In the ModeFile this is commented out in favour of BlockCopy support.
So it's just a matter of restoring the original key binding.

Cheers,
Fred.

-- 
StrongED developer
http://www.stronged.iconbar.com/

-- 
To unsubscribe send a mail to StrongED+unsubscribe@xxxxxxxxxxxxxx