Alt-Tab Toggle

Audio & Video Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 84 Monthly Downloads
  • Supports: 4.2
  • 10,255 Total Downloads
  • Updated 9/15/2011 5:00:20 AM
  • Created 12/27/2009 3:05:06 AM
  • 54 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: GNU General Public License version 3 (GPLv3)
  • Newest File: 2.3.0
or
Support development! **
Donate

About Alt-Tab Toggle

Alt-Tab Toggle (ATT) will force WoW to the foreground on events when you're alt-tabbed. Optionally you can choose to only play a sound when one of these events fire. Then you can tab back into WoW at your leisure.

Events that ATT will toggle include

  • Auctioneer scan, search and post complete [W]
  • BankStack complete [W]
  • BG Deserter debuff expire,
  • BG idle debuff,
  • BG gates opening
  • Duel request (2.1.5beta),
  • Dungeon Deserter/Cooldown debuff expire
  • Enemy detected,
  • Enter Battleground window,
  • Enter combat,
  • Flight land,
  • Group invite,
  • Group ready check,
  • LFG boot proposal,
  • LFG enter proposal,
  • LFG role check,
  • Mailbox, finished looting (2.1.7beta) [W]
  • Resurrection request (2.1.2beta)
  • Summon request,
  • Trade skill finish crafting [W]
  • Whispers,
  • Wintergrasp Starting,
  • Zeppelin arrival

[W] = window mode only

Leave a ticket if you have another event that should be added.

FAQ:
Q) How does ATT bring WoW to the foreground?
A) ATT uses a console command gxRestart that inadvertently causes WoW to jump to the foreground (in full screen mode).
Q) I'm in window mode and WoW's not coming up.
A) Unfortunately the console gxRestart command doesn't work in window mode. You'll have to use the alert sound.
Q) I'm in window mode and ATT's alerting when I'm not alt tabbed.
A) The Alt-Tab Detection is giving false positive. This usually happens to slow PCs or under heavy load (-10FPS). If this is causing problems, turn off Alt-Tab Detection and manually activate ATT by typing /att before you alt tab out.
Q) How does Alt-Tab Detection work?
A 1) When fullscreen WoW loses focus, frames stop updating. ATT checks if it's been 5+ seconds since the last frame update.
A 2) When windowmode WoW loses focus, FPS drops to -10, ATT checks if your FPS has dropped below 10 for over 5 seconds. this could give false positives on slow PCs.
Q) What does AFK Activate do?
A) AFK Activate is a old feature that activated ATT when you went /afk. Once you returned you could move/jump and ATT would deactivate. AFK Activate isn't needed now with Alt-Tab Detection.
Q) Will you add a toggle for the ingame alarm clock?
A) Currently not possible. When WoW loses focus frames stop firing OnUpdate. The alarm clock uses OnUpdate to fire the alarm.
Q) ATT caused WoW to crash and give error #132.
A) Checkout Blizzard's Error #132 page. If that doesn't help try enabling ATT's Sound Only option on.
Q) AddonUsage / TitanPerformance claims ATT is using lots of CPU usage, why?
A) The Ace3 libraries ATT uses are probably being used by other addons and ATT is getting the blame. Try downloading Ace3 separately from here and see if that helps.
Q) Are there alternatives to Alt-Tab Toggle?
A) Yes, LFGMaximizer, EventNotifier and AltTabber that I know of.

Discussion page: here

Credits:

  • CUDiLLA - German (deDE) translator
  • kdw112 - Korean (koKR) translator
  • fxpark - Korean (koKR) translator
  • KAPMA - Russian (ruRU) translator
  • zhTW - Traditional Chinese (zhTW) translator
  • Mars1491 - Traditional Chinese (zhTW) translator

Translators needed - apply localizations here.

Donations welcome. There's a donate button here.

Bitcoin address: 13mvJMp8Z38SUAnZ4PgGpio5L2inqWQGsP

------------------------------------------------------------------------
r145 | cyprias | 2011-09-15 09:58:26 +0000 (Thu, 15 Sep 2011) | 8 lines
Changed paths:
   A /tags/2.3.0 (from /trunk:144)

Tagged as 2.3.0
- Fixed error on login.
- Added auto enabling all sounds before playing alert sound, then returning sounds to previous setting 2 seconds later.
- Added AceTimer.
- Fixed ZeppelinArrival not detecting NPC names from their npcIDs.
- Updated TOC to 40200.
- Set PlaySound to Master channel.
- Fixed combatlog error from 4.2 in EnemyDetect module.
------------------------------------------------------------------------
r144 | cyprias | 2011-09-14 22:28:16 +0000 (Wed, 14 Sep 2011) | 1 line
Changed paths:
   M /trunk/Alt-Tab_Toggle.toc
   M /trunk/core.lua
   M /trunk/locales/enUS.lua
   M /trunk/options.lua

- Added about page.
------------------------------------------------------------------------
r142 | cyprias | 2011-09-14 06:03:53 +0000 (Wed, 14 Sep 2011) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/modules/EnemyDetect.lua
   M /trunk/modules/ZeppelinArrival.lua

- No changes.
------------------------------------------------------------------------
r141 | cyprias | 2011-09-14 03:00:22 +0000 (Wed, 14 Sep 2011) | 1 line
Changed paths:
   M /trunk/modules/Auctioneer.lua
   M /trunk/modules/BGConfirm.lua
   M /trunk/modules/BGGates.lua
   M /trunk/modules/BGIdle.lua
   M /trunk/modules/BankStack.lua
   M /trunk/modules/BootProposal.lua
   M /trunk/modules/Combat.lua
   M /trunk/modules/Deserter.lua
   M /trunk/modules/Duel.lua
   M /trunk/modules/DungeonQueue.lua
   M /trunk/modules/EnemyDetect.lua
   M /trunk/modules/FlightLand.lua
   M /trunk/modules/FullParty.lua
   M /trunk/modules/FullRaid.lua
   M /trunk/modules/Mailbox.lua
   M /trunk/modules/NPCScan.lua
   M /trunk/modules/PartyInvite.lua
   M /trunk/modules/ReadyCheck.lua
   M /trunk/modules/Resurrection.lua
   M /trunk/modules/RoleCheck.lua
   M /trunk/modules/Summon.lua
   M /trunk/modules/TradeSkill.lua
   M /trunk/modules/Whisper.lua
   M /trunk/modules/WintergraspEntry.lua

- Localized some globals.
------------------------------------------------------------------------
r140 | cyprias | 2011-09-14 02:00:10 +0000 (Wed, 14 Sep 2011) | 1 line
Changed paths:
   M /trunk/core.lua
   M /trunk/modules/ZeppelinArrival.lua

- Localized some function calls.
------------------------------------------------------------------------
r139 | cyprias | 2011-09-14 01:48:05 +0000 (Wed, 14 Sep 2011) | 1 line
Changed paths:
   M /trunk/modules/ZeppelinArrival.lua

- Fixed ZeppelinArrival not detecting NPC names from their npcIDs.
------------------------------------------------------------------------
r138 | cyprias | 2011-09-14 01:42:04 +0000 (Wed, 14 Sep 2011) | 2 lines
Changed paths:
   M /trunk/Alt-Tab_Toggle.toc
   M /trunk/core.lua
   M /trunk/modules/ZeppelinArrival.lua

- Updated TOC to 40200.
- Set PlaySound to Master channel.
------------------------------------------------------------------------
r137 | cyprias | 2011-09-14 01:35:01 +0000 (Wed, 14 Sep 2011) | 1 line
Changed paths:
   M /trunk/modules/EnemyDetect.lua

- Fixed combatlog error from 4.2 in EnemyDetect module.
------------------------------------------------------------------------
r136 | cyprias | 2011-05-05 10:20:27 +0000 (Thu, 05 May 2011) | 1 line
Changed paths:
   M /trunk/modules/EnemyDetect.lua

- Added fixed combatlog error in enemy detection.  
------------------------------------------------------------------------

Comments

First Previous Page 1 of 5 Next Last
  • #62

    Hey thanks for the add-on helping me a lot ! However when i join a bg queue i see this error and addon doesn't work.

    Date: 2012-02-26 10:28:14
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ...nterface\AddOns\Alt-Tab_Toggle\modules\BGConfirm.lua line 116:
    'for' limit must be a number
    Debug:
    (tail call): ?
    ...nterface\AddOns\Alt-Tab_Toggle\modules\BGConfirm.lua:116: ?()
    ...gle\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147:
    ...gle\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
    [string "safecall Dispatcher[2]"]:4:
    [string "safecall Dispatcher[2]"]:4
    [C]: ?
    [string "safecall Dispatcher[2]"]:13: ?()
    ...gle\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
    ...t-Tab_Toggle\libs\Ace3\AceEvent-3.0\AceEvent-3.0.lua:120:
    ...t-Tab_Toggle\libs\Ace3\AceEvent-3.0\AceEvent-3.0.lua:119

  • #61

    Thank you so much! Greatest under-rated plugin I've ever seen. Please keep up the good work!

    Suggest you to add detection when DBM AFK timer finishes (Pizza!-like). Thanks in advance.

    Last edited by kakserpompoyaitsam on 2/5/2012 1:09:35 PM
  • #59
    please fix saving profile/loading/activating on start, non working atm
  • #58
    Fuck ass! From 401 stopped working and still ddnt working! Please fix it! :(
  • #57
    Hello. At the moment Im making changes to the focus target of my unit frames. By reloading the UI, selecting a traget and typing /focus I suddenly got the following error:
    Date: 2010-09-27 09:48:19
    ID: 1
    Error occured in: AddOn: Alt-Tab_Toggle
    Count: 1
    Message: Error: AddOn Alt-Tab_Toggle attempted to call a forbidden function (FocusUnit()) from a tainted execution path.
    Debug:
    [C]: FocusUnit()
    ..\FrameXML\ChatFrame.lua:1247: ?()
    ..\FrameXML\ChatFrame.lua:4031: ChatEdit_ParseText()
    ..\FrameXML\ChatFrame.lua:3660: ChatEdit_SendText()
    ..\FrameXML\ChatFrame.lua:3698: ChatEdit_OnEnterPressed()
    [string "*:OnEnterPressed"]:1:
    [string "*:OnEnterPressed"]:1
    AddOns:
    *lots of addons*
    BlizRuntimeLib_deDE v3.3.5.30300
    (ck=1450)
    It happened only this one time, maybe it can help you somehow.

    And I would like to thank you for this awesome addon which makes surfing on the net, during a wow session so much better.
  • #56
    is there a way for me to make this addon stay active all the time?
    it appears to deactivate itself when i logout/login.
  • #54
    Curiously ATT stopped working for me. Opening the config dialog and turning ATT on (or off) works fine, but AFK-Activation or command activation (/att) does not work anymore. Any Idea why? Deleting all .lua files or reinstallation did not work.

    Started about a week ago.
  • #55
    Try going to the options screen, profiles tab and click Reset Profile.
  • #53
    Neat addon, but I would really like to see it activate on custom guild chat words, like "whisper me to receive standby DKP"!
  • #52
    Thanks to author for taking my suggestion, that was fast work!
  • #48
    Any way to add our own sounds? I tried putting one into the "sounds" folder, but it wasn't added to the list in game.
  • #49
    Not yet. You could add it manually by opening core.lua then going to line 63 (["ATT alert"] = core.addonDir.."sounds\\ATTalert.mp3",) and add a new line under it with the file name.
    Replace "ATT alert" with a name that shows up in the list and "ATTalert.mp3" with the mp3's file name.

    I'll see about adding a config screen to add new sounds files.
  • #50
    Awesome, worked fine. Cheers.
  • #46
    Could you add a "Low PC" option for your "Alt Tab Detection" feature, where 'm playing on a laptop and are often below 10 fps so ATT believes I'm in window mode and WoW is in background thus being active. I want to tell ATT to ignore low framerates.
  • #47
    Disable Alt Tab Detection on the options screen. When WoW loses focus your FPS drops down to 10, so ATT's alt tab detection checks if your FPS has been 10 for 5+ seconds and if so it assumes you're alt tabbed. This is prone to false positives on slower PCs. Until Blizzard provides API telling whether WoW has focus or not, this is the best we've got.

    You can manually activate ATT by typing /att into chat before you alt tab. Or (with AFK activate enabled) type /afk then when you return to WoW jump/move so you exit AFK and deactivate ATT.
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Diablo III Giveaway

Enter Now!