[Pidgin] #14852: I cannot use shift or caps lock in chat

Pidgin trac at pidgin.im
Sat Mar 1 21:28:47 EST 2014


#14852: I cannot use shift or caps lock in chat
--------------------+------------------------------
 Reporter:  Chromo  |       Owner:  datallah
     Type:  defect  |      Status:  new
Milestone:          |   Component:  winpidgin (gtk)
  Version:  2.10.1  |  Resolution:
 Keywords:          |
--------------------+------------------------------

Comment (by awad):

 '''this code might help in this problem :-'''

 void shiftAndCaps()
 {
 int I,j;
 // for caps//
 i = GetKeyState(0x14);
 //this for shift key//
 j= GetKeyState(0x15);
 while(j !=0)
 {
 MessageBox(0,L"sheft key is on",L"shift jey check",0);
 j= GetKeyState(0x15);
 }
 if(i == 0)
 {
 MessageBox(0,L"Caps Lock is off",L"CapsLock check",0);
 }else
 {
 MessageBox(0,L"Caps Lock is on",L"CapsLock check",0);
 }
 }

-- 
Ticket URL: <https://developer.pidgin.im/ticket/14852#comment:4>
Pidgin <https://pidgin.im>
Pidgin


More information about the Tracker mailing list