Joined: 14 Jun 2007 Posts: 252 Location: Falun, WI USA
Posted: Sat May 17, 2008 11:26 pm Post subject: Tab key code?
Hi, I'm trying to catch Control+Tab and Control+Shift+Tab key presses in a key_press_event callback.
The problem is that it appears that when shift is pressed along with tab, its keyval is GDK_ISO_Left_Tab instead of GDK_Tab.
Is there any way I can catch a generic "Tab" press, or do I have to do: