2
votes

sorry I forgot to mention I am using Jeff Atwood's wasd 104-key code keyboard and "Mac Mode is set to on\ I am remote desktopping into my mac computer from windows:

I'm trying to disable the context switcher with autohotkeys using:

!t::return

I've also tried

LAlt & t::

neither work for some reason. disabling t altogether works using:

t::return

and disabling alt+tab works using:

LAlt & Tab::rule here...
1
What's a context switcher? I've tried !t::return with another app and it worked. - wOxxOm
the windows 7 app switcher, i disabled aero, using a default theme, ive disabled the desktop composition and aero feature in the advanced system properties visual performance settings. - Masu
it basically tabs through the open applications and switches them, when i press alt + t, but im trying to disable it - Masu
with aero turned off, it tabs through the applications on the windows taskbar - Masu
I don't see Alt-T used anywhere in Windows 7. Aren't you confusing t with Tab? Then you should use !Tab::return - wOxxOm

1 Answers

2
votes

I've tried this and works ok.

!t::Send {}