Close
Showing results 1 to 2 of 2
  1. #1

    Default How to use Shift and Alt as in game modifiers

    Hello!

    So i just got in to multiboxing recently but i just now ran in to a problem when i ran out of keybinds ony my secndary acconut. So i have been trying to add shift and alt as modifyers but i cant get it to work for me, it just keeps giving me errors when i try to use the <keylist> tag.

    This is my code atm and its giving me about 160 errors right now.

    Code:
    //================================================================// SAMPLE SCRIPT FOR TWO WOW'S ON ONE PC 
    //
    // Instructions: Copy this entire script (all the blue writing
    // on gray background including comments). Save it in a file. 
    // Load it into HotkeyNet.
    //
    // Toggle the scroll lock key to turn hotkeys off and on. (You 
    // can change this if you want, just like you can change 
    // everything else with HotkeyNet.) 
    //
    // Requires HotkeyNet build 147 or higher.
    // 
    // For more info, go to www.hotkeynet.com 
    //================================================================
    
    
    //-----------------------------------------------------------
    // PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY 
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Ctrl R>
        <SendPC local>
            <RenameWin "World of Warcraft" WoW1> 
            <RenameWin "World of Warcraft" WoW2> 
    
    
    //-----------------------------------------------------------
    // SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
    //-----------------------------------------------------------
    <Command LaunchAndRename>
       <SendPC %1%> 
          <Run "c:\Program Files\World of Warcraft\WoW.exe">
            <RenameTargetWin %2%>
    
    
    //-----------------------------------------------------------
    // HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn Alt Ctrl L>
        <LaunchAndRename Local WoW1>
        <LaunchAndRename Local WoW2>
    
    
    //-----------------------------------------------------------
    // DEFINE MAIL LABELS FOR SENDING KEY STROKES 
    //-----------------------------------------------------------
    <Label w1 Local SendWinM WoW1>
    <Label w2 Local SendWinM WoW2>
    
    
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT. 
    //-----------------------------------------------------------
    <Keylist All A-Z, 0-9, Plus, Minus, F1-F12 except up, down, left, right, w, a, s, d>
    
    
    <Hotkey ScrollLockOn ALL; ScrollLockOn Shift ALL; ScrollLockOn Alt ALL; ScrollLockOn Ctrl ALL>
    
    
    <SendLabel w1, w2>
    <Key %Trigger%> 
    <Hotkey ScrollLockOn All>
    <SendLabel w1, w2, w3, w4, w5>
    <Key %Trigger%>
    
    
    //-----------------------------------------------------------
    // DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
    // ADD MORE KEYS IF YOU WANT. 
    //-----------------------------------------------------------
    <MovementHotkey ScrollLockOn w, a, s, d>
    <SendLabel w1, w2>
    <Key %Trigger%>
    
    
    
    
    //-----------------------------------------------------------
    // BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
    // THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU 
    // WANT TO BROADCAST.
    //-----------------------------------------------------------
    <UseKeyAsModifier Oem3>
    
    
    <Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
       <SendLabel w1, w2> 
          <ClickMouse %TriggerMainKey%>
    Any ideas what im doing wrong?

  2. #2

    Default

    Hi there, I tried making some changes to a section of your code. I can't test it right now, but hopefully it functions as you want it to:

    Code:
    <Keylist All A-Z, 0-9, Plus, Minus, F1-F12 except up, down, left, right, w, a, s, d>
    <Hotkey ScrollLockOn ALL; ScrollLockOn Shift ALL; ScrollLockOn Alt ALL; ScrollLockOn Ctrl ALL except R>
    <SendLabel w1, w2>
    <Key %Trigger%>
    I still get the following error message, but maybe it'll still function properly.

    Command line: AutoExec
    Unable to find command AutoExec

Posting Rules

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