Re: Shift TAB and TAB binding



On Thu, 2003-05-08 at 11:25, Radek Doul�wrote:
> Hi Owen,
> 
> I run recently into this problem. I am binding TAB key in gtkhtml. What
> happens is that this binding gets activated even if I press Shift TAB. I
> traced the problem to gdk_keymap_translate_keyboard_state in
> gdkkeys-x11.c where Shift modifier is consumed.
> 
> Any idea what's wrong or how to fix it?
> 
> It used to work some time ago. (maybe in gtk 1.4?) I am now using gtk
> 2.2.1. I have tried CVS version from yesterday which behaved the same.

Sounds like a problem with your keymap. GTK+ can't handle the case
where:
 
 The XKB extension is present
 Shift-Tab produces Tab rather than ISO_Left_Tab

See:

  http://bugzilla.gnome.org/show_bug.cgi?id=73423

For a description of the necessary changes to GDK.

Regards,
					Owen





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