/[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 1236 by matthewc, Wed Jun 14 06:30:54 2006 UTC revision 1293 by astrand, Wed Oct 11 17:56:05 2006 UTC
# Line 495  send_winkey(uint32 ev_time, BOOL pressed Line 495  send_winkey(uint32 ev_time, BOOL pressed
495  static void  static void
496  reset_winkey(uint32 ev_time)  reset_winkey(uint32 ev_time)
497  {  {
498            printf("reset_winkey\n");
499          if (g_use_rdp5)          if (g_use_rdp5)
500          {          {
501                  /* For some reason, it seems to suffice to release                  /* For some reason, it seems to suffice to release
# Line 952  reset_modifier_keys() Line 953  reset_modifier_keys()
953    
954          if (g_numlock_sync)          if (g_numlock_sync)
955                  rdp_send_input(ev_time, RDP_INPUT_SYNCHRONIZE, 0, ui_get_numlock_state(state), 0);                  rdp_send_input(ev_time, RDP_INPUT_SYNCHRONIZE, 0, ui_get_numlock_state(state), 0);
956    
957            //sleep(4);
958            //rdp_send_input(time(NULL), RDP_INPUT_SCANCODE, RDP_KEYPRESS, 0x9c, 0);
959            //rdp_send_input(time(NULL), RDP_INPUT_SCANCODE, RDP_KEYRELEASE, 0x9c, 0);
960  }  }
961    
962    

Legend:
Removed from v.1236  
changed lines
  Added in v.1293

  ViewVC Help
Powered by ViewVC 1.1.26