Forum Discussion
HKosova
Alumni
14 years agoHi Sujatha,
162 is the key code for Left Control. It seems the problem is that your recorded low-level procedure includes a Key Down event for Left Control, but doesn't include the corresponding Key Up event to "release" this key. As a result, the Left Control key gets "stuck".
To resolve the problem, examine your low-level procedure and make sure that all Key Down events for Left Control have subsequent Key Up events. You can add the missing Key Up events manually using the Insert Event command of the context menu.
Please let me know if this helps.
162 is the key code for Left Control. It seems the problem is that your recorded low-level procedure includes a Key Down event for Left Control, but doesn't include the corresponding Key Up event to "release" this key. As a result, the Left Control key gets "stuck".
To resolve the problem, examine your low-level procedure and make sure that all Key Down events for Left Control have subsequent Key Up events. You can add the missing Key Up events manually using the Insert Event command of the context menu.
Please let me know if this helps.