Comment #16 on issue 13443 by [email protected]: Shift+Ctrl+Tab should  
cycle tabs backwards
http://code.google.com/p/chromium/issues/detail?id=13443

olivier.beyssac,

I suspect Chromium receives a GdkKeyEvent whose keyval is GDK_KP_Tab in  
pressing shift+tab keys. (It seems
this case may happen when we use a X client and a PC keyboard as noted in  
(*1).)

(*1) <http://mail.gnome.org/archives/gtk-list/1999-September/msg00354.html>

Unfortunately, our current HandleCustomAccelerator() only checks GDK_Tab  
and GDK_ISO_Left_Tab, i.e. Chromium
ignores GDK_KP_Tab keys. I'm going to add a quick fix that adds GDK_KP_Tab  
in the function.

Regards,

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to