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...
context switcher
? I've tried!t::return
with another app and it worked. - wOxxOmt
withTab
? Then you should use!Tab::return
- wOxxOm