deV14nt Posted April 27, 2014 Share Posted April 27, 2014 (edited) Nevermind. This doesn't work in Win8, and there are other problems with it. Just use this I guess: http://www.nexusmods.com/skyrim/mods/36125/? Hey, I was having trouble with the double cursor problem when using Alt-tab to switch out and into Skyrim. I noticed someone said you could pull up the Steam overlay first to prevent the problem, and fix it after it has occurred. So I thought why not automate it? Autohotkey is used for some existing alt-tab "mods". But this one is really simple. It just catches alt-tab and sends a shift-tab keystroke first, to pull up the steam overlay (which you never actually see when you return). You just need to install this really lightweight tray app: http://www.autohotkey.com Then right click the tray icon --> Edit this script Then paste in this and save: #IfWinActive Skyrim AltTab:: ShiftTab AltTab return #IfWinActiveSeamless. Acts just like alt-tab (but works properly). Hope it helps someone. Edited April 27, 2014 by deV14nt Link to comment Share on other sites More sharing options...
kleinstaff Posted April 28, 2014 Share Posted April 28, 2014 Nevermind. This doesn't work in Win8, and there are other problems with it. Just use this I guess: http://www.nexusmods.com/skyrim/mods/36125/? Hey, I was having trouble with the double cursor problem when using Alt-tab to switch out and into Skyrim. I noticed someone said you could pull up the Steam overlay first to prevent the problem, and fix it after it has occurred. So I thought why not automate it? Autohotkey is used for some existing alt-tab "mods". But this one is really simple. It just catches alt-tab and sends a shift-tab keystroke first, to pull up the steam overlay (which you never actually see when you return). You just need to install this really lightweight tray app: http://www.autohotkey.com Then right click the tray icon --> Edit this script Then paste in this and save: #IfWinActive Skyrim AltTab:: ShiftTab AltTab return #IfWinActiveSeamless. Acts just like alt-tab (but works properly). Hope it helps someone. Nevermind. This doesn't work in Win8, and there are other problems with it. Just use this I guess: http://www.nexusmods.com/skyrim/mods/36125/? Hey, I was having trouble with the double cursor problem when using Alt-tab to switch out and into Skyrim. I noticed someone said you could pull up the Steam overlay first to prevent the problem, and fix it after it has occurred. So I thought why not automate it? Autohotkey is used for some existing alt-tab "mods". But this one is really simple. It just catches alt-tab and sends a shift-tab keystroke first, to pull up the steam overlay (which you never actually see when you return). You just need to install this really lightweight tray app: http://www.autohotkey.com Then right click the tray icon --> Edit this script Then paste in this and save: #IfWinActive Skyrim AltTab:: ShiftTab AltTab return #IfWinActiveSeamless. Acts just like alt-tab (but works properly). Hope it helps someone. doesn't the later versions of SKSE fixed thati think i read somewhere it was skse related but could be wring been so long i had this glitch Link to comment Share on other sites More sharing options...
Recommended Posts