Menu

#113 Press doesn't support some ASCII chars

v2.0.2
closed-fixed
5
2010-03-29
2010-02-28
Robert Pes
No

The Press command doesn't support some ASCII characters such as hash ("Press #") or exclamation mark ("Press !").

Discussion

  • Robert Pes

    Robert Pes - 2010-02-28
    • status: open --> open-fixed
     
  • Robert Pes

    Robert Pes - 2010-02-28

    Press was designed to identify keys after virtual key names (VK_) defined in the Java KeyEvent class. The command was not intended to support direct ASCII characters.

    The Type and Typeline commands on the other hand handle the text as a character or a sequence of characters and may be used to press such characters - "Type #" and "Type !" should work fine in such a case.

    Anyway it is easy to extend the Press functionality to support these keys. The fix has been committed to the CVS and will be released in 2.0.3.

     
  • Robert Pes

    Robert Pes - 2010-03-29

    Fix delivered in 2.0.3 on 29 March 2010.

     
  • Robert Pes

    Robert Pes - 2010-03-29
    • status: open-fixed --> closed-fixed