Close
Showing results 1 to 10 of 15

Thread: Key Modifiers?

Threaded View

xRavyn Key Modifiers? 10-14-2011, 01:39 PM
Khatovar Use a keylist and make sure... 10-14-2011, 01:45 PM
xRavyn I've substituted the code you... 10-14-2011, 05:15 PM
flux1 One thing I see offhand with... 10-14-2011, 08:22 PM
xRavyn I've fixed those... still no... 10-14-2011, 10:34 PM
flux1 Edit: I realized shortly... 10-15-2011, 12:29 AM
Freddie The HotkeyNet forum is not... 10-15-2011, 01:23 AM
Khatovar Adjust the script to use... 10-15-2011, 02:01 AM
Bettysue //============================... 10-15-2011, 05:26 AM
Freddie Excellent advice. 10-15-2011, 05:33 AM
xRavyn I'm now running the script... 10-15-2011, 04:13 PM
Freddie Do you always have the same... 10-16-2011, 12:23 AM
Bettysue Alright let's try to break... 10-16-2011, 12:52 AM
Freddie You're doing a great job with... 10-16-2011, 04:45 AM
Bettysue Hey Freddie thanks for the... 10-16-2011, 06:41 PM
  1. #6

    Default

    Edit: I realized shortly after I posted that the code mod I made would actually send Shift + Whatever Key to WoW2 instead of the key itself as you wanted. You'll have to adapt the key lists and modifiers from above to get them working that way. I'll let someone more competent look over things and give you some better advice :P

    All of my keys I've done to send to specific windows I coded each single key like <Hotkey Shift ScrollLockOn 1> <SendLabel w1> <Key 1> There are ways to do it without having to do each one manually, its just above my scripting abilities. If it might be of any use I'll leave what I came up with below.


    Code:
    //-----------------------------------------------------------
    // DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
    // SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
    //-----------------------------------------------------------
    <Hotkey ScrollLockOn A-Z, F1-F12 except W, A, S, D, Q, E>
    <SendLabel w1, w2>
    <Key %Trigger%> 
    
    <Hotkey ScrollLockOn 0-9, Plus, Minus>
    <SendLabel w1>
    <Key %Trigger%> 
    
    <Hotkey Shift ScrollLockOn Plus, Minus, 0-9>
    <SendLabel w2>
    <Key %Trigger%>
    Last edited by flux1 : 10-15-2011 at 12:50 AM Reason: Realized the code I made will send Shift + Key to WoW 2 instead of just plain Key

Posting Rules

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