Action "Calculate Typed Formula" Action "Replace From User Dictionary" Action "Start/Execute Program/Script" 

With this action, the abbreviation just entered is replaced with text, e.g. fe becomes February.

Dictionary:
You can comfortably maintain the abbreviations and text in a text file, e.g. a *.csv file in Excel, a so-called user dictionary.
This file has the following structure:
One abbreviation and accompanying text per line. The abbreviation and text are separated with ;.

Example with months:
ja;January
fe;February
ma;March

Define Tab as a flexikey and the above file as a user dictionary.
Enter fe and press Tab, the result is February.
Tab functions normally like Tab aside from the abbreviations defined in the file.

Example with postal codes:
Define # as a flexikey, use the file Postal code for city name (EN).csv in the folder dicts\English in the Clipboard Master program directory. In paste mode, select user-defined and "%t %n".

Enter a postal code, e.g. 80333 and press # and 80333 Munich appears.

You can find additional sample files in the dict directory in the Clipboard Master program folder.
 

Search options:

  • Search for shortcut
    Use this option, when you dictonary has this format:
    shortcut1;text2
    shortcut2;text2
    like in the example above. The you can type in the shortcut followed by pressing the defined flexikey.
  • Search for beginning of sentence
    Use this option if you diconary file has one sentence/one phase per line, and you just want to type in the first characters of the 1st word.
  • Search for beginning of any word
    Use this option if you diconary file has one sentence/one phase per line, and you just want to type in the first characters of any word from the sentence/phrase.
  • Search for 1st characters of sentence
    Use this option if you diconary file has one sentence/one phase per line, and you just want to type in the first characters of the words.

Paste Mode:

  • Replace text
    The formula entered will be replaced with the result, e.g. 4+33+8 becomes 45.
  • Add text
    The formula entered is not replaced, but instead the result text is simply added, e.g. 4+33+8 becomes 4+33+845.
  • User-defined:
    You can defined additional (fixed) characters here, e.g. %t=%n, 4+33+8 becomes, e.g. 4+33+8 = 45.
    %t stands for the characters entered and %n for the next text.