Forum Discussion

sastowe's avatar
sastowe
Super Contributor
13 years ago

^ character

The KEYS method of an onscreen object uses ^ to indicate teh CTRL key. What if I need to actually send the carat (^) character? How do I do that?

1 Reply

  • Hi Stephanie


    Use the following syntax:

    obj.Keys("^^");


    If you have any questions on simulating certain keystrokes, please refer to the Keys method description. It contains a table that lists constants and simulated keys.


    Ann