MerkurAlex Posted April 4, 2008 Posted April 4, 2008 Anyone know a simple way to disable alt+tab with alt and all other keys still working? [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
rasim Posted April 4, 2008 Posted April 4, 2008 HotKeySet("!{Tab}", "Nothing") While 1 Sleep(50) WEnd Func Nothing() ; EndFunc
MerkurAlex Posted April 5, 2008 Author Posted April 5, 2008 (edited) HotKeySet("!{Tab}", "Nothing") While 1 Sleep(50) WEnd Func Nothing() ; EndFuncWow i completely forgot that hotkeyset disabled the original hotkey lol Edited April 5, 2008 by EagleClaw [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now