Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 16

Hybrid View

  1. #1

    Default ALT-TAB is killing me

    is there a way to disable the windows alt-tab switching windows while I'm playing wow?
    I have a G11 keyboard.

    if I can't find a way I guess I'll have to start using XKEYS or someting that doesn't have the ALT+TAB keys on it.
    I can't tell how many times I've switched to a web browser or something like that at the worst possible time.
    X Five, a Galakrond alliance guild for multiboxers
    pally/shaman (thiliander/xenoca) , Shaman/Hunters (Zhedrar), Priest/Warlocks(Yarili,Yarlii,Yariil,Yarlli,Yarill)

  2. #2

    Default

    Quote Originally Posted by Catamer View Post
    is there a way to disable the windows alt-tab switching windows while I'm playing wow?
    I have a G11 keyboard.

    if I can't find a way I guess I'll have to start using XKEYS or someting that doesn't have the ALT+TAB keys on it.
    I can't tell how many times I've switched to a web browser or something like that at the worst possible time.

    Don't press alt-tab

  3. #3

    Default

    Quote Originally Posted by kcin View Post
    Don't press alt-tab
    This.
    Gramzngunz (Leader)
    Gramznguns
    Gramsngunz
    Gramsnguns

    Skullcrusher-Horde side :evil:

  4. #4

    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)

  5. #5
    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.

  6. #6

    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

  7. #7

    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.

  8. #8

    Default

    Quote Originally Posted by Catamer View Post
    is there a way to disable the windows alt-tab switching windows while I'm playing wow?
    I have a G11 keyboard.

    if I can't find a way I guess I'll have to start using XKEYS or someting that doesn't have the ALT+TAB keys on it.
    I can't tell how many times I've switched to a web browser or something like that at the worst possible time.
    Install HotKeyNet (a few multiboxers use it, well I do)...

    http://www.hotkeynet.com/

    And create a text file with this text:

    Code:
    <Hotkey alt tab>
         <wait 1>
    Load the text file into hotkeynet as a script. Make sure hotkeynet is running and on.

    Hotkeynet will now eat any alt-tab requests for you.

    Hope that helps!
    Jafula.
    Jamba - Jafula's Awesome Multi Boxer Assistant. An addon for YOU.

  9. #9
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    A google search showed this thread: http://www.vistax64.com/gaming/14177...g-alt-tab.html which mentions using AutoHotKey to change the bind on what Alt + Tab does; both work fine on their own.

    Not sure if you could use your boxing software to change the key action to something else or not, but if AHK has the option to do so, other software might too.
    EverQuest I: Bard / Enchanter / Druid / Wizard / 2x Magician.
    Diablo III: 4x Crusader & 4x Wizard.

    My Guide to IS Boxer http://www.dual-boxing.com/showthread.php?t=26231 (somewhat dated).
    Streaming in 1080p HD: www.twitch.tv/ualaa
    Twitter: @Ualaa


  10. #10

    Default

    If accidently pressing keys is what we're talking about, then I have the same problem with accidently pressing the windows key (between Ctrl and Alt). Generally its at the absolute worst monents, during arena games etc.
    Is there anyway of disabling this?

    Cheers

    <Gimp> Grim Batol- EU Multiboxing Guild


Posting Rules

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