Dialog "Define Flexikey": Step 2 Action "Convert Typed Text" Action "Convert Typed Number" 

The following options are available for this action:

Text (convert from):

  • Convert to HTML code
    The characters last entered will be converted to the corresponding HTML code (if possible), e.g. ö -> ouml;.
  • Convert to UTF8 code
    The characters last entered will be converted to the corresponding UTF8 code (if possible), e.g. ä -> ä.
  • Convert to UTF8 code (hex)
    The characters last entered will be converted to the corresponding UTF8 code in hexadecimal form (if possible), e.g. ä -> =C3=A4.
  • Convert to ASCII code
    The characters last entered will be converted to the corresponding ASCII code (if possible), e.g. A -> 65.
  • Convert to ASCII code (hex)
    The characters last entered will be converted to the corresponding ASCII code in hexadecimal form (if possible), e.g. A -> 0x41.

Paste Mode:

  • Replace text
    The characters entered will be replaced, e.g. A with 65
  • Add text
    The characters entered are not replaced; the new test is simply added, e.g. A becomes A65
  • User-defined:
    You can defined additional (fixed) characters here, e.g. %t=%n, A becomes A=65.
    %t stands for the characters entered and %n for the next text.