Changeset 1915 in Sophya


Ignore:
Timestamp:
Mar 4, 2002, 9:14:34 AM (24 years ago)
Author:
ansari
Message:

Gestion touche <Alt> sur XFree/Darwin - Reza 04/03/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pixtbase.cc

    r180 r1915  
    290290    if  (evt->xkey.state & Mod1Mask)   
    291291      kmod = (PIKeyModifier) (kmod | PIKM_Alt);
     292    // sur MacOSX, la touche Alt correspond a la touche pomme
     293    // et la masque associe est Mod2Mask   -    Reza 02/2002
     294    if  (evt->xkey.state & Mod2Mask)   
     295      kmod = (PIKeyModifier) (kmod | PIKM_Alt);
    292296    switch (key) {
    293297      case XK_Return :
Note: See TracChangeset for help on using the changeset viewer.