Bug 2468

Summary: Assumption "GDK_MOD1_MASK is Alt modifier" is not correct
Product: UIM Reporter: TOKUNAGA Hiroyuki <tkng>
Component: bridge: GTK+Assignee: uim-bugs
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 2424    

Description TOKUNAGA Hiroyuki 2005-02-03 20:47:40 UTC
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.
Comment 1 Etsushi Kato 2006-01-20 02:01:05 UTC
Fixed in r2938.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.