.. _Trigger: %Trigger%, %TriggerMainKey% ============================================================================== These keywords get replaced by the key combination or main key that triggers the hotkey. **Syntax** :: or **Parameters** None. **Remarks** These keywords are normally used as the argument for Key. **Examples** Suppose you write a definition with two triggers:: // YOU WRITE THIS When HotkeyNet loads the example above, it converts it into two separate hotkeys. The keyword gets replaced by the entire trigger:: // HOTKEYNET LOADS THIS Suppose the definition had been written with %TriggerMainKey% instead:: // YOU WRITE THIS In this case the replacements are the main trigger keys F1 and F2 without Shift:: // HOTKEYNET LOADS THIS