Close
Showing results 1 to 2 of 2

Threaded View

  1. #2

    Default

    Quote Originally Posted by Ghallo View Post
    Not sure why I am getting this error - since it IS following the If...
    It has to follow inside the same hotkey definition.

    Each time the keyword <Hotkey...> appears in your script, you are terminating the previous hotkey definition and starting a new definition from scratch.

    <Override ...> and <Hotkey ...> always happen at load time. The program interprets these keywords when it loads the script, not when you press a hotkey.

    Some keywords, since they always happen at load time, are intended to be used outside of hotkey definitions. Examples of such keywords are <Hotkey ...>, <Override ...>, <Template>, <UseKeyAsModifier>, etc.

    If you want to redefine hotkeys when you press a hotkey, the pressed hotkey must reload an entire script.
    Last edited by Freddie : 12-12-2010 at 04:44 AM
    �Author of HotkeyNet and Mojo

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •