AutoHotKey: Triggers won't work

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: AutoHotKey: Triggers won't work

AutoHotKey: Triggers won't work

by chrisdukes » Tue Jul 25, 2023 10:18 am

I'm trying to make a simple AHK script that will toggle the Sidebar, but it won't work. I tried the same trigger to open a message box and that won't work either.

Code: Select all

+!m::
Send ^!t
return
I read that it may be the skin, I'm using Vitreous, but it doesn't work with the Windows System Override Non-Skinned version either.

Thanks for any help!

Top