On Sun, Jan 25, 2009 at 5:02 PM, Jesse Aldridge <[email protected]>wrote:

>
> I fixed this by going to leoGuiPluginsRef.leo -> Qt gui -> class
> leoQtEventFilter and modifying the special map like so:
>
>    special = {
>        'Backspace':'BackSpace',
>        'Esc':'Escape',
>        'Del':'Delete',
>        'Ins':'Insert',
>        'PgDown':'PgDn',
>        'PgUp':'PgUp'
>    }
>
> Note that 'PgUp' is mapped to itself.  If it's not there, the ignore
> flag gets set to true.  I guess all of the toString values for the
> control chars have to appear in the special map since there is no
> associated char?  Or maybe that's a bug with the method logic...
> Anyway, there you go.


Thanks for this work.  I'll start testing it immediately and will up it to
the trunk soon.

I certainly do not remember the gruesome details...

Edward

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to