Your Universal Remote Control Center
RemoteCentral.com
Philips Pronto Professional Forum - View Post
Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Original thread:
Post 37 made on Saturday January 21, 2012 at 04:33
Stealth
Long Time Member
Joined:
Posts:
December 2003
72
I like to say a big thank you to Lyndel for helping me off list to understand and resolve my problem.
I now have this working correctly with the following code!

// 0 = Unshifted 1 = Shifted

if (keyboardState == 0) // Unshifted
if (Remote_PC_Socket.connected)
TCPCommand ("chars:Test Text Send… Lowercase Selected !");
else
CF.widget('KeyA', 'Unshifted').scheduleActions();
else if (keyboardState == 1) // Caps_Keyboard
if (Remote_PC_Socket.connected)
TCPCommand ("chars: Test Text Send… Caps Selected !");
else
CF.widget('KeyA', 'Shifted').scheduleActions();


Thank you very much Lyndel

Steve


Hosting Services by ipHouse