On Friday 06 December 2002 3:56 pm, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
> | On Friday 06 December 2002 12:23 pm, Lars Gullik Bjønnes wrote:
> >> mmm... we had a huge party at work yesterday... 13 hour party...
> |
> | Well here's some nice news for a sore head. I finally got it into my head
> | that all that KEYPRESS rubbish in XWorkArea was to work-around xforms
> | limitations/bugs.
>
> Very true.
>
> | So I tried this. Works perfectly with simple input "A string" and with
> | things like Compose-A-"
>
> So we are waiting for XForms 1.0 then.
Apparently not...

> <Return> gives "Unknown function"
Ummmm. It looks like all the interesting ones are missed. I'll dig into 
xforms.

> Not possible to insert same char many times consecutively.
No problem with that at least.

Angus


These all fail miserably.
Return: Key is `' [13]
Enter:  Key is `' [13]
Esc:    Key is `' [27]
Tab:    Key is `' [9]
Backspace:      Key is `' [8]

Moreover, C-x is missed but M-x does fine.

These ones are interesting. XWorkArea deals with them fine but things fail in 
Action:
Key [action=-1][Find]
Key [action=-1][Insert]
Key [action=-1][DRemove]
Key [action=-1][Select]
Key [action=-1][KP_F1]
Key [action=-1][KP_F2]
Key [action=-1][KP_F3]
Key [action=-1][KP_F4]

Removing modifiers...
Action now set to [-1]

Perverseley, these work fine
Key is `Prior' [65365]
Key is `Next' [65366]
Key is `Up' [65362]
Key is `Down' [65364]
Key is `Left' [65361]
Key is `Right' [65363]

Reply via email to