Bug 2468 - Assumption "GDK_MOD1_MASK is Alt modifier" is not correct
Summary: Assumption "GDK_MOD1_MASK is Alt modifier" is not correct
Status: RESOLVED FIXED
Alias: None
Product: UIM
Classification: Unclassified
Component: bridge: GTK+ (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: uim-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 2424
  Show dependency treegraph
 
Reported: 2005-02-03 20:47 UTC by TOKUNAGA Hiroyuki
Modified: 2006-01-19 07:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.