Close
Showing results 1 to 6 of 6

Threaded View

  1. #4

    Default

    For software related questions:
    1) I'm not familiar with HKN myself. In AHK you can do this. Example script (AHK).
    2) HKN / AHK are enough. Usually this requires some work on the scripts and more work if you want FTL and Round robins to work too. If you wanna get fancy you can also resize the windows with either AHK or HKN.

    Window resize example (AHK):
    Code:
    WinSet, Style, -0xC40000, ahk_id %WowWinId1%  ;Removes the border from a window
    WinMove, ahk_id %WowWinId1%, , 0,0, 800, 600  ;move to 0,0  and resize to 800x600
    Last edited by aasi888 : 09-24-2019 at 12:24 PM Reason: wording

Posting Rules

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