Close
Showing results 1 to 6 of 6

Hybrid View

  1. #1

    Default

    Most people do not use Hotkeynet these days, so getting answers is rather hard sadly. Personally I am usually just too tired when I finally get to sit down to start troubleshooting stuff on a program I don't use anymore.

    I went ahead and dowloaded it again just for this kind of stuff...

    So... You just want to be able to use Modifier+*KEY* right?

    If so, couldn't you just do:

    Code:
    <Hotkey LCtrl 0-9>
    <SendLabel w1, w2>   /// I'm testing this on 2 clients, edit to match your config
    <Key %Trigger%>
    That seems to work just fine to me, unless I'm not understanding what you wish to do.


    As far turning your slaves towards an enemy, you could make a hotkey that on KeyDown send your ingame Interact With Target keybind and on KeyUp sends S (or whatever you have backpeddle bound to). If you have Click to Move on, your toon would start to move towards the target until you release the key. Getting the timing on it right might take some practise, to get it down to where the toons faces the enemy but does not move too much. Or alternative you could have keys for keyboard turning.

    And yes, ISB could do all of this as well naturally.


    **EDIT**

    And with a bit of googling I did this:

    Code:
    <KeyList MyKeys 0-9, Q, E>
    <Hotkey ScrollLockOn MyKeys; ScrollLockOn Alt MyKeys; ScrollLockOn Shift MyKeys; ScrollLockOn Ctrl MyKeys>
    <SendLabel w1, w2>
    <Key %Trigger%>
    That has all modifier keys working for fine for me through a keylist for my 1-9, Q and E keys
    Last edited by Wubsie : 11-27-2017 at 02:55 PM Reason: added the second script

  2. #2

    Default

    Sorry. I should have mentioned I solved my slave facing issue by doing more or less what you suggested. So ty =)

    You're second code is almost exactly the code I provided that hasn't worked unfortunately. What I am trying to do is have 0-9 work as sending 0-9. Then also have modifiers+ 0-9 that send as the modifier+ 0-9. Basically the way my UI is set up is I have a basic 12 slot bar keybound with 0-9,+,- Then I have it paging using ctrl,alt or shift to a secondary 12 slot bar.

    I'm just trying not to change up my playstyle a hell of a lot but I have been looking into making macros and round robin set ups if I can't do the paging. If that doesn't feel right then I'll bite the bullet and buy ISB.

Posting Rules

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