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

Re: [StrongED] Backspace to Delete mapping



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

Apologies for the late reply, seems to have slipped in under my radar.

> I have a few unixlib ports that lose the Backspace function.

In what way is the functionality lost?
Doesn't work at all? Does something different then expected?

What's the keybinding for Backspace in the TaskWindow modeFile?
By default StrongED simply passes to key to the underlying task.
It's then up to that task to handle the key.

> This may be a Unixlib issue but I thought something in the
> TW Modefile like this might work.
>
> Backspace    CharsToBuffer(<127>>
>
> This doesn't work, is there a way to describe the Delete
> Key in this way for CharsTo Buffer()?

Is that exactly as you entered it? If so, then that explains it; the
parameter needs to be a string. Using CharsToBuffer("<127>") should
work.

Cheers,

Fred.

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

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