Close
Showing results 1 to 10 of 44

Threaded View

  1. #24

    Default

    My solution that works every time is:

    Define a key that renames your windows back to their original name.

    Press the key to rename your windows twice. Then press the key to rename back to their original name once.

    Here is the code I use for 2 WoWs:

    Code:
    <Hotkey ScrollLockOn Ctrl R>
        <SendPC local>
            <RenameWin "World of Warcraft" WoW1>
            <RenameWin "World of Warcraft" WoW2>
    
    
    <Hotkey ScrollLockOn Ctrl T>
        <SendPC local>
            <RenameWin WoW1 "World of Warcraft">
            <RenameWin WoW2 "World of Warcraft">
    Last edited by Rafipi : 04-08-2017 at 06:16 AM

Posting Rules

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