/[rdesktop]/sourceforge.net/trunk/rdesktop/xkeymap.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/xkeymap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 894 by stargo, Mon Apr 25 05:32:23 2005 UTC revision 896 by stargo, Wed Apr 27 10:05:43 2005 UTC
# Line 408  xkeymap_translate_key(uint32 keysym, uns Line 408  xkeymap_translate_key(uint32 keysym, uns
408                  }                  }
409          }          }
410    
411  #if 0          if ((tr.modifiers & MapLeftShiftMask) && ((remote_modifier_state & MapLeftCtrlMask)
412          if (((remote_modifier_state & MapLeftCtrlMask)                                                    || (remote_modifier_state & MapRightCtrlMask))
413               || (remote_modifier_state & MapRightCtrlMask)) && get_key_state(state, XK_Caps_Lock))              && get_key_state(state, XK_Caps_Lock))
414          {          {
415                  DEBUG_KBD(("CapsLock + Ctrl pressed, releasing LeftShift\n"));                  DEBUG_KBD(("CapsLock + Ctrl pressed, releasing LeftShift\n"));
416                  tr.modifiers ^= MapLeftShiftMask;                  tr.modifiers ^= MapLeftShiftMask;
417          }          }
 #endif  
418    
419          if (tr.scancode != 0)          if (tr.scancode != 0)
420          {          {

Legend:
Removed from v.894  
changed lines
  Added in v.896

  ViewVC Help
Powered by ViewVC 1.1.26