/[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 828 by stargo, Sun Mar 6 21:11:18 2005 UTC revision 894 by stargo, Mon Apr 25 05:32:23 2005 UTC
# Line 408  xkeymap_translate_key(uint32 keysym, uns Line 408  xkeymap_translate_key(uint32 keysym, uns
408                  }                  }
409          }          }
410    
411    #if 0
412          if (((remote_modifier_state & MapLeftCtrlMask)          if (((remote_modifier_state & MapLeftCtrlMask)
413               || (remote_modifier_state & MapRightCtrlMask)) && get_key_state(state, XK_Caps_Lock))               || (remote_modifier_state & MapRightCtrlMask)) && 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          }          }
418    #endif
419    
420          if (tr.scancode != 0)          if (tr.scancode != 0)
421          {          {

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

  ViewVC Help
Powered by ViewVC 1.1.26