Windows 7 Forums


Windows 7: Disabling Alt-Tab and Other Keys

11 Nov 2012  
Korby

windows 7 home premium 64bit
2 posts
 
 

I've tried the AutoHotKey suggestion using the !Tab::return command to no avail. Is there something new now that I'm missing?

My System SpecsSystem Spec

23 Feb 2013  
SystemDisc

Windows 7 Ultimate x64
2 posts
 
 

Just as a heads up, I'd recommend using this code instead if the reason you want to disable alt+tab is for gaming. I needed to disable alt+tab so that I could use push-to-talk (alt) and look at my score (tab) without switching out of the game. Simply disabling alt+tab will prevent me from checking my score while I'm talking. However, this autohotkey code will send tab-down when you press alt-tab (without releasing alt) and tab-up when you let go of tab - which solves my problem.
Code:
LAlt & Tab::Send {Tab Down}
LAlt & Tab Up::Send {Tab Up}
P.S.: Sorry for resurrecting an old thread. I posted this here so others that searched "disable alt tab" in Google could find this, as it was one of the top results.

EDIT: I just noticed it's not all that old... Also, here's a link to the AutoHotKey page instead of a direct link to the download (download button on right side of page last I checked): http://www.autohotkey.com/
My System SpecsSystem Spec
Reply

 Disabling Alt-Tab and Other Keys problems?



Thread Tools



Similar help and support threads for: Disabling Alt-Tab and Other Keys
Thread Forum
How Can I Disable The Multimedia Keys Covering The F1-F12 keys? Hardware & Devices
Solved Disabling the touchpad Hardware & Devices
Help ! DWM keeps Disabling itself Customization
please help with disabling Hibernate (thanks) General Discussion
Disabling UAC... wow System Security


All times are GMT -5. The time now is 04:33 PM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd