[Uim-bugs] [Bug 2468] New: Assumption "GDK_MOD1_MASK is Alt modifier" is not correct

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Feb 4 06:47:40 EET 2005


Please do not reply to this email: if you want to comment on the bug, go to            
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=2468          
     
           Summary: Assumption "GDK_MOD1_MASK is Alt modifier" is not
                    correct
           Product: UIM
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: bridge: GTK+
        AssignedTo: uim-bugs at freedesktop.org
        ReportedBy: tkng at xem.jp


if (mod & GDK_MOD1_MASK) {
    rv |= UMod_Alt;
  }

is not correct. Reference manual of GDK saying: it depends on the modifier
mapping of the X server which key is interpreted as this modifier, but
normally it is the Alt key.          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the uim-bugs mailing list