Close
Showing results 1 to 6 of 6

Threaded View

  1. #4

    Default

    Yup. If you have Partial Match enabled under Options > Settings > Window Name Match you can make use of an IF statement

    Code:
    <Hotkey CapsLockOff MyList; CapsLockoff Shift MyList; CapsLockOff Alt MyList; CapsLockOff Ctrl MyList; CapsLockOff Ctrl Alt MyList; CapsLockOff Shift Ctrl MyList; CapsLockOff Shift Alt MyList>
    	<If ActiveWinIs WoW>
    	  	 <SendLabel w1, w2, w3, w4, w5>
       	<Key %Trigger%>
    		<Else>
    			<SendPC Local>
    		<TurnHotkeysOff>
    Using If ActiveWinIs WoW means that if you are in any window starting with WoW then your keys will act normally. If you aren't, as soon as you use a key in that list, it will pause HotKeyNet.
    Last edited by Khatovar : 06-16-2012 at 11:38 AM
    Blog : Herding Khats
    Team : Kina - Çroaker - Messkit - Lìfetaker - Wìdowmaker
    Newbie Guides : Multiboxing Vol. 1 - Multiboxing Vol. 2 - HotKeyNet - Jamba
    The Almighty Lax made a liar out of me, apparently I DO get prizes for it.
    *Commences Wielding the Banhammer like there's piñatas up in here and I'm Lady Thor*

    _ Forum search letting you down? Use the custom Google search _

Posting Rules

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