Julien BLACHE wrote:
I am trying to fix this bug, and so far I found that removing the
Edit->Delete menu entry makes my backspace key work again.

This means that GTK2 somehow seems to consider delete and backspace
equal when delete is used as a menu accelerator, at least under some
circumstances (on the PowerBook keymap, Delete and BackSpace are bound
to the same key).

I think the bug might be in GTK2. Thoughts ?

It might not necessarily be a bug, probably more something of an undocumented feature. Looking at other gtk programs I notice that almost non have an accelerator (keybinding) for the "Delete" menu entry. The default 'gtk-delete' stock item does not add a accelerator to the menu.

Could you instead of removing the menu entre just change the label and the accelerator to 'undef' (in PageView.pm) ? This should remove the keybinding. If this works I'll commit it for the next release.

-- Jaap karssenberg <[EMAIL PROTECTED]>



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to