GdkEventKey. Key value question
        Posted  
        
            by spajak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by spajak
        
        
        
        Published on 2010-04-17T11:12:23Z
        Indexed on 
            2010/04/17
            11:13 UTC
        
        
        Read the original article
        Hit count: 226
        
Hi
How to translate GdkEventKey.keyval with level > 0 to key value with level == 0? For example:
GDK_ISO_Left_Tab ==> GDK_Tab? Of course not using switch/case for every key.
I need to get particular key, not a character.
© Stack Overflow or respective owner