Close
Showing results 1 to 10 of 16

Hybrid View

  1. #1

    Default

    thanks to everyone with helpful suggestions ( as opposed to the "don't do that" suggestions )

    I'm using autohotkey to block it off and it works great.

    #ifWinActive World of Warcraft
    *!Tab:return
    #ifWinActive Inner Space
    *!Tab:return


    I've tried to read up on how to write an autohotkey script and it's a pretty cryptic.
    so, how would I disable the ~ key, Inner Space takes this as an escape into it and every once in a while it gives me problems too.
    Last edited by Catamer : 04-16-2010 at 03:56 PM Reason: just reads better
    X Five, a Galakrond alliance guild for multiboxers
    pally/shaman (thiliander/xenoca) , Shaman/Hunters (Zhedrar), Priest/Warlocks(Yarili,Yarlii,Yariil,Yarlli,Yarill)

  2. #2
    Multiboxologist MiRai's Avatar
    Join Date
    Apr 2009
    Location
    Winter Is Coming
    Posts
    6815

    Default

    Quote Originally Posted by Catamer View Post
    so, how would I disable the ~ key, Inner Space takes this as an escape into it and every once in a while it gives me problems too.
    http://isboxer.com/index.php/guides/...console-hotkey

    EDIT: Not hitting F5 after an hour FTL.

  3. #3

    Default

    Its been a good long while since I've played with AHK but I think you'd just modify your existing script and add:


    #ifWinActive World of Warcraft
    *!~:return
    #ifWinActive Inner Space
    *!~:return
    #ifWinActive World of Warcraft
    *!`:return
    #ifWinActive Inner Space
    *!`:return

  4. #4

    Default

    Just sharing what may help some engineers,

    I did many a search about this last year because of how F3 would open "Search Results" in windows. I was looking for ways to disable windows defaults like that too.
    In the end, it turned out my keyclone was auto-adding windows and I just had to turn off "Auto-add", and then it wouldn't accidentally transmit F3 to outside of WoW.
    But one thing I discovered was a lot of people trying to disable the windows key (Between CTRL and ALT). There was a whole thread about a $60 product you could buy that finally let you re-map windows defaults like F1 and F3 and the windows key (which is just a CTRL-ESC combo).
    Then someone says "Get a screwdriver and some pliers. There, I just saved you 60 bucks"
    I've never seen someone so grateful.

Posting Rules

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